File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -217,9 +217,11 @@ function __init__()
217
217
contains (lib, " artifacts" ) && continue
218
218
if any (rtlib -> contains (lib, rtlib), runtime_libraries)
219
219
@warn """ CUDA runtime library `$(basename (lib)) ` was loaded from a system path, `$lib `.
220
-
221
- This may cause errors. Ensure that you have not set the LD_LIBRARY_PATH
222
- environment variable, or that it does not contain paths to CUDA libraries.
220
+ This may cause errors.
221
+
222
+ If you're running under a profiler, this situation is expected. Otherwise,
223
+ ensure that your library path environment variable (e.g., `PATH` on Windows
224
+ or `LD_LIBRARY_PATH` on Linux) does not include CUDA library paths.
223
225
224
226
In any other case, please file an issue."""
225
227
end
You can’t perform that action at this time.
0 commit comments