-
Notifications
You must be signed in to change notification settings - Fork 242
Closed
Labels
P0High priority - Must do!High priority - Must do!bugSomething isn't workingSomething isn't workingcuda.coreEverything related to the cuda.core moduleEverything related to the cuda.core module
Milestone
Description
To work around mempools being unavailable, we need
- Check
CU_DEVICE_ATTRIBUTE_TCC_DRIVERand branch out a separate treatment- For our purpose, it might also be sufficient to just check
CU_DEVICE_ATTRIBUTE_MEMORY_POOLS_SUPPORTED
- For our purpose, it might also be sufficient to just check
- Implement a default allocator for TCC
- Implement a concrete
MemoryResourceinstance that just wrapscudaMalloc/cudaFree - Document this divergence from other platforms as a known issue
- Implement a concrete
Metadata
Metadata
Assignees
Labels
P0High priority - Must do!High priority - Must do!bugSomething isn't workingSomething isn't workingcuda.coreEverything related to the cuda.core moduleEverything related to the cuda.core module