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 c4f8809 commit fad0f52Copy full SHA for fad0f52
src/oneAPI.jl
@@ -82,9 +82,7 @@ function __init__()
82
if Sys.iswindows()
83
@warn """oneAPI.jl support for native Windows is experimental and incomplete.
84
For the time being, it is recommended to use WSL or Linux instead."""
85
- end
86
-
87
- if oneL0.NEO_jll.is_available()
+ else
88
# ensure that the OpenCL loader finds the ICD files from our artifacts
89
ENV["OCL_ICD_FILENAMES"] = oneL0.NEO_jll.libigdrcl
90
end
0 commit comments