raulcd commented on issue #48244: URL: https://github.com/apache/arrow/issues/48244#issuecomment-3575036926
I don't think we support CUDA 13, see the open issue: - https://github.com/apache/arrow/issues/47677 Some info around the versions used on CI and conda: On the conda feedstocks we use: `'11.8'`: https://github.com/conda-forge/arrow-cpp-feedstock/blob/56991eef9f5abcfe24569533ddeff403980336ec/.ci_support/linux_64_c_compiler_version11cuda_compiler_version11.8cxx_compiler_version11.yaml#L29-L34 Even though we seem to allow cuda 12.x for the feedstocks: https://github.com/conda-forge/arrow-cpp-feedstock/blob/56991eef9f5abcfe24569533ddeff403980336ec/.ci_support/migrations/cuda118.yaml#L25-L37 On our CI we use at the moment `11.7.1`: https://github.com/apache/arrow/blob/11d64b588edc481a705fd13453a254252e343409/dev/tasks/tasks.yml#L836-L852 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
