I will update this issue description with source code references after PR #2788 is merged. Current best guess: Eliminating `@overload` will sidestep the issue. Relevant links provided by @gmarkall (in a meeting on 2024-11-27): * https://www.nvidia.com/en-us/on-demand/session/gtcspring22-s41056/ * https://github.com/gmarkall/life-of-a-numba-kernel * https://github.com/gmarkall/numba-accelerated-udfs * https://github.com/NVIDIA/numba-cuda/blob/main/numba_cuda/numba/cuda/intrinsics.py#L28
I will update this issue description with source code references after PR #2788 is merged.
Current best guess: Eliminating
@overloadwill sidestep the issue.Relevant links provided by @gmarkall (in a meeting on 2024-11-27):