-
Notifications
You must be signed in to change notification settings - Fork 267
EPIC: Support TMA descriptor #199
Copy link
Copy link
Labels
P1Medium priority - Should doMedium priority - Should docuda.coreEverything related to the cuda.core moduleEverything related to the cuda.core modulefeatureNew feature or requestNew feature or request
Milestone
Metadata
Metadata
Labels
P1Medium priority - Should doMedium priority - Should docuda.coreEverything related to the cuda.core moduleEverything related to the cuda.core modulefeatureNew feature or requestNew feature or request
Initializing a TMA descriptor through the driver APIs
https://docs.nvidia.com/cuda/cuda-driver-api/group__CUDA__TENSOR__MEMORY.html
is really tedious and error prone. We need a way to abstract it out, which aligns well with the mission of
cuda.core. This also allows JIT compilers to easier consume and incorporate into the compilation pipelines.In my understanding there are two (implicit?) requirements for this to be useful:
cuda.core.launch()API as a kernel arg