[kitsune][cudaABI] Remove section names from fatbinary globals#56
[kitsune][cudaABI] Remove section names from fatbinary globals#56jsarrao wants to merge 1 commit intolanl:dev/18.xfrom
Conversation
Section names caused error with numba-mlir. They do not seem to be necessary with cuda/12.3. Tested with raytracer.
|
@jsarrao and @tarunprabhu -- I'm not sure this is a good idea. I think some of the command-line tools Nvidia provides as part of cuda might need section this to work (but I have not verified that). So, it isn't a matter of our codegen but more related to working well in the overall cuda ecosystem... Can you provide more details about what was happening w/ numba-mlir? |
|
This was related to the relocation errors we were seeing if you recall those. But removing the section name stuff seems to fix the problem. Here's the full error from simple vecadd: |
|
Not planned |
Section names caused error with numba-mlir. They do not seem to be necessary with cuda/12.3. Tested with raytracer.