We add the `CUDALegalization` pass in our CUDA lowering pipeline. This is removed in numba 0.58.x which drops support for NVVM 3.4. Possible handling: 1. try-except with or without warning 2. check numba version to add or not the pass
We add the
CUDALegalizationpass in our CUDA lowering pipeline. This is removed in numba 0.58.x which drops support for NVVM 3.4. Possible handling: