-
- Downloads
Introduce launch config factory pattern
- update GpuKernel to receive a launch config factory. - Update gpu-indexing to provide one. - Update cupy-jit to expose and evaluate the launch config
parent
d2dd3dfa
No related branches found
No related tags found
Showing
- src/pystencils/backend/platforms/platform.py 1 addition, 2 deletionssrc/pystencils/backend/platforms/platform.py
- src/pystencils/codegen/driver.py 10 additions, 23 deletionssrc/pystencils/codegen/driver.py
- src/pystencils/codegen/gpu_indexing.py 54 additions, 36 deletionssrc/pystencils/codegen/gpu_indexing.py
- src/pystencils/codegen/kernel.py 5 additions, 6 deletionssrc/pystencils/codegen/kernel.py
- src/pystencils/codegen/properties.py 0 additions, 5 deletionssrc/pystencils/codegen/properties.py
- src/pystencils/jit/gpu_cupy.py 38 additions, 66 deletionssrc/pystencils/jit/gpu_cupy.py
Loading
Please register or sign in to comment