level-zero icon indicating copy to clipboard operation
level-zero copied to clipboard

runtime_error occur

Open wunicorns opened this issue 3 years ago • 2 comments

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)

wunicorns avatar Jun 14 '22 06:06 wunicorns

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.

jandres742 avatar Jun 14 '22 19:06 jandres742

And a kernel supporting the GPU...

eero-t avatar Oct 31 '22 13:10 eero-t