-
Notifications
You must be signed in to change notification settings - Fork 279
cuda.core.Program: Support Tile IR #1322
Copy link
Copy link
Open
Labels
P1Medium priority - Should doMedium priority - Should doblockedThis task is currently blocked by other tasksThis task is currently blocked by other taskscuda.coreEverything related to the cuda.core moduleEverything related to the cuda.core modulefeatureNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
P1Medium priority - Should doMedium priority - Should doblockedThis task is currently blocked by other tasksThis task is currently blocked by other taskscuda.coreEverything related to the cuda.core moduleEverything related to the cuda.core modulefeatureNew feature or requestNew feature or request
Currently this is low priority because there is no such thing like "libtile", only
tileiraswhich is an executable. We prefer in-process compilation through compiler libraries over subprocess calls to compiler executables such astileirasandptxas, so unless there is a strong desire we can hold off for now.