oneapi-src / level-zero

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

Remove COVFILE from release for v1.10.0 #114

Closed ZzEeKkAa closed 1 year ago

ZzEeKkAa commented 1 year ago

Whenever I run sycl-ls I get BullseyeCoverage 8.25.25 error 15: Cannot find /home/<username>/test.cov, errno=2 "No such file or directory". COVFILE is not set. Program=sycl-ls

Downgrading to 1.9.9 resolves the problem

bmyates commented 1 year ago

I assume you are using the ubuntu22 package attached to the v1.10.0 github release? It's likely the wrong one was attached. I will check and fix

bmyates commented 1 year ago

I changed the packages, please try what is posted now and confirm if it fixes the problem

ZzEeKkAa commented 1 year ago

Yes, it is ubuntu22 behind WSL2. New package resolved the issue, thank you!