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 98bd3a9 commit 95b43c1Copy full SHA for 95b43c1
numba_cuda/numba/cuda/cudadrv/libs.py
@@ -195,6 +195,10 @@ def test():
195
failed = True
196
197
# Check cuda include paths
198
+
199
+ print("Include directory configuration variable:")
200
+ print(f"\tCUDA_INCLUDE_PATH={config.CUDA_INCLUDE_PATH}")
201
202
where = _get_source_variable('include_dir')
203
print(f'Finding include directory from {where}')
204
include = get_cuda_include_dir()
@@ -207,7 +211,4 @@ def test():
207
211
print('\tERROR: failed to find cuda include directory:\n%s' % e)
208
212
209
213
210
- print("Config:")
- print(f"CUDA_INCLUDE_PATH={config.CUDA_INCLUDE_PATH}")
-
214
return not failed
0 commit comments