Build: upgrade Intel Graphics Compiler on Linux

In order to speedup compilation, we upgrade IGC to 1.0.14828.26 along
with ocloc and the associated dependencies.
We also bump min-driver version accordingly to 26918.

Ref !114341
This commit is contained in:
Xavier Hallade
2023-10-31 17:39:05 +01:00
committed by Campbell Barton
parent 6a9684afd7
commit 1161455084
4 changed files with 34 additions and 36 deletions

View File

@@ -859,7 +859,7 @@ static const int lowest_supported_driver_version_win = 1014824;
* This information is returned by `ocloc query OCL_DRIVER_VERSION`.*/
static const int lowest_supported_driver_version_neo = 26957;
# else
static const int lowest_supported_driver_version_neo = 25812;
static const int lowest_supported_driver_version_neo = 26918;
# endif
int OneapiDevice::parse_driver_build_version(const sycl::device &device)