You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 28, 2023. It is now read-only.
emitCudaKernel: avoid relying on isl set variable names in domain of schedule
In particular, call Scop::makeIslAffFromStmtExpr, which takes
care of the mapping between set dimensions and their names,
instead of assuming that the variable names of the domain
of the schedule were preserved through the entire
AST generation process.
This only handles half of the reliance on the preservation
of isl set variable names in the scheduler.
The other half will be handled by the next commit.
0 commit comments