Notable Changes:
- Add support for Rocket Lake
- Add support for Level Zero v1.2
- Add support for Intel DG1
- Initial support for Alder Lake and Intel DG2
All releases are available here.
Differential D12428
Update intel-compute-runtime to v21.48.21782 • serebit on Dec 8 2021, 4:54 AM. Authored by Tags None Referenced Files
Subscribers
Details
Notable Changes:
All releases are available here. Run clinfo, and run several benchmarks on an i5-7200U's integrated graphics using phoronix-test-suite.
Diff Detail
Event TimelineComment Actions You can use -DNEO_DISABLE_BUILTINS_COMPILATION=ON for now to compile successfully. According to https://github.com/intel/intel-graphics-compiler/issues/204, I should be able to revert a patch in llvm to fix the compilation proper, however, it didn't seem to work for me. Comment Actions Should compile now - you may need to rebuild intel-graphics-compiler first against the new llvm as well. Comment Actions Can you delete the unused ab52c702337358af57140e760d618549372e1cdd.patch file. Also is git required in builddeps here or just a leftover from testing? Comment Actions It needs git to figure out what OpenCL version it's being built for. Manually specifying the version doesn't work, for some reason. It doesn't actually pull anything down from git, so I figured it was fine to add as a build dep until they fix manually specifying the version. |