oneapi-src / level-zero

oneAPI Level Zero Specification Headers and Loader
https://spec.oneapi.com/versions/latest/elements/l0/source/index.html
MIT License
210 stars 90 forks source link

runtime_error occur #93

Open wunicorns opened 2 years ago

wunicorns commented 2 years ago

Hi, version 1.8.1 build and executed a sample.

root@server:~/workspace/level-zero/build# bin/zello_world terminate called after throwing an instance of 'std::runtime_error' what(): Unknown ze_result_t value: 1879179264 Aborted (core dumped)

jandres742 commented 2 years ago

hi @wunicorns . Did you install the L0 loader (which is this repo), as well as a driver implementation for L0 (like the one in https://github.com/intel/compute-runtime? you would need both.

eero-t commented 1 year ago

And a kernel supporting the GPU...