oneAPI.jl
oneAPI.jl copied to clipboard
Windows support
Trying
using oneAPI
Get the error:
ERROR: InitError: UndefVarError: libze_loader not defined
Stacktrace:
[1] unsafe_zeInit
@ C:\Users\alexeyc\.julia\packages\oneAPI\bEvNc\lib\level-zero\libze.jl:895 [inlined]
[2] __init__()
@ oneAPI.oneL0 C:\Users\alexeyc\.julia\packages\oneAPI\bEvNc\lib\level-zero\oneL0.jl:93
[3] _include_from_serialized(path::String, depmods::Vector{Any})
@ Base .\loading.jl:696
[4] _require_search_from_serialized(pkg::Base.PkgId, sourcepath::String)
@ Base .\loading.jl:782
[5] _require(pkg::Base.PkgId)
@ Base .\loading.jl:1020
[6] require(uuidkey::Base.PkgId)
@ Base .\loading.jl:936
[7] require(into::Module, mod::Symbol)
@ Base .\loading.jl:923
during initialization of module oneL0
Windows 10, Julia 1.6.2 (2021-07-14)
I think the reason for the error might be that my processor is not supported for "Level Zero" (based on https://github.com/intel/compute-runtime)
Edit: actually the processor is supposed to be Kaby Lake (Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz 2.71 GHz) so, it must be supported.
oneAPI.jl currently only supports Linux, sorry.
Ah, I see...