We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caf3d99 commit 536e6deCopy full SHA for 536e6de
1 file changed
cuda_core/tests/helpers.py
@@ -10,6 +10,7 @@
10
path = os.path.join(CUDA_PATH, "include")
11
if os.path.isdir(path):
12
CUDA_INCLUDE_PATH = path
13
+ CCCL_INCLUDE_PATHS = (path,)
14
path = os.path.join(path, "cccl")
15
- CCCL_INCLUDE_PATHS = (path, CUDA_INCLUDE_PATH)
16
+ CCCL_INCLUDE_PATHS = (path,) + CCCL_INCLUDE_PATHS
0 commit comments