Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Related to issue #1490. The `get_cache_idx` kernel is currently defined in an anonymous namespace. In #1490, it was reported that this could lead to linker errors in CUDA 11.4 in combination with (presumably?) clang. I tried to reproduce the linker error in commit 01cf409 but could not, as described in the commit message. This PR attempts to fix the linker errors by marking `get_cache_idx` as inline and by removing the anonymous namespace. Authors: - Allard Hendriksen (https://github.com/ahendriksen) Approvers: - Corey J. Nolet (https://github.com/cjnolet) URL: #1492
- Loading branch information