Investigate improving the error message for PTX_COMPILE error #313
Labels
cuda.core
Everything related to the cuda.core module
enhancement
Any code-related improvements
P1
Medium priority - Should do
Milestone
If you don't pass an architecture argument to program options, compile will use the architecture of the current device, however it is possible that the arch of the current device is not able to handle the ptx compilation. On Program compile failure we could potentially provide some tips for things to check depending on the error code. I see this as an enhancement personally.
The text was updated successfully, but these errors were encountered: