[BUG][Fuzzer][ice-on-valid-code] 将 `T.rng_init()` 的文档中描述的状态处理器绑定到一个变量时,会生成 `void state = ;`,而 nvcc 会拒绝该内核
作者: Hughshine创建于 2026年8月17日更新于 2026年9月17日
curandStatePhilox4_32_10_t __random_generator_state; curand_init(1234, ((int)threadIdx.x), 0, &__random_generator_state); void state = ; // <- the bound handle; void-typed, empty init B[((int)threadIdx.x)] = …
内容来源: tile-ai/tilelang