spcl / dace

DaCe - Data Centric Parallel Programming
http://dace.is/fast
BSD 3-Clause "New" or "Revised" License
498 stars 129 forks source link

Arguments to GPU Kernel Not Correctly Detected #1771

Open philip-paul-mueller opened 1 week ago

philip-paul-mueller commented 1 week ago

This error happens in conjunction with CopyToMap. The transformation is called by the code generator, to remove some Memlets and turn them into a Map. However, in some cases I get the errors that some symbols are not defined.

I traced the error back to the function that computes the arguments of a kernel. I recently fixed a related bug, but it seems that there is more.