compute-runtime icon indicating copy to clipboard operation
compute-runtime copied to clipboard

ocloc disasm error

Open houjingyi233 opened this issue 2 years ago • 1 comments

On Ubuntu 20.04.4 LTS:

$ apt-get install intel-opencl-icd Reading package lists... Done Building dependency tree
Reading state information... Done intel-opencl-icd is already the newest version (22.23.23405+i755~u20.04).

$ cat test.cl __kernel void f0(){ }

$ ocloc -file test.cl -device skl Build succeeded.

$ ocloc disasm -file test_Gen9core.bin -device skl Warning : Path to dump folder not specificed - using ./dump as default. Path to patch list not provided - using defaults, skipping patchokens as undefined. Trying to disassemble f0.krn Error while disassembling with IGA! Status msg: version mismatch

Why it showed version mismatch? Did I do something wrong? Thank you!

houjingyi233 avatar Aug 16 '22 16:08 houjingyi233

Hey! You can to download required packages from https://github.com/intel/compute-runtime/releases. I tried it with 22.23.23405 and faced no problem. Please try it and let me know if you are still facing this issue.

KrystianChmielewski avatar Aug 18 '22 09:08 KrystianChmielewski

Looks like issue is resolved. If there are new problems, feel free to open a new issue.

AdamCetnerowski avatar Sep 29 '22 08:09 AdamCetnerowski