"testing/python/kernel/test_tilelang_gemm_mma_intrinsic.py" did not exist on "64f17c2f369e612cc297d358f607307a615bbb59"
  • Lei Wang's avatar
    [Refactor] Enhance GPU Kernel Launch with Environment Thread Creation (#178) · 8ccf6ea2
    Lei Wang authored
    - 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
    8ccf6ea2
ir.cc 7.28 KB