"...git@developer.sourcefind.cn:yangql/composable_kernel.git" did not exist on "73ca970155a96952a3bf245511b8412521cad4ff"
[Refactor] Enhance GPU Kernel Launch with Environment Thread Creation (#178)
- Introduce `CreateEnvThread` function to generate environment threads for GPU kernel launches - Modify `KernelLaunch` to use `CreateEnvThread` for block and thread indices - Improve thread variable naming with shorter, more descriptive identifiers (bx, by, bz, tx, ty, tz) - Ensure proper thread environment setup within PrimFunc context
Showing
Please register or sign in to comment