Merge pull request #218837 from SuperSandro2000/intel-things

This commit is contained in:
Sandro 2023-03-06 01:18:52 +01:00 committed by GitHub
commit de09d3aea1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View File

@ -19,8 +19,8 @@ let
vc_intrinsics_src = fetchFromGitHub {
owner = "intel";
repo = "vc-intrinsics";
rev = "v0.7.1";
sha256 = "sha256-bpi4hLpov1CbFy4jr9Eytc5O4ismYw0J+KgXyZtQYks=";
rev = "v0.11.0";
sha256 = "sha256-74JBW7qU8huSqwqgxNbvbGj1DlJJThgGhb3owBYmhvI=";
};
llvmPkgs = llvmPackages_11 // {
@ -33,13 +33,13 @@ in
stdenv.mkDerivation rec {
pname = "intel-graphics-compiler";
version = "1.0.12504.5";
version = "1.0.12812.26";
src = fetchFromGitHub {
owner = "intel";
repo = "intel-graphics-compiler";
rev = "igc-${version}";
sha256 = "sha256-Ok+cXMTBABrHHM4Vc2yzlou48YHoQnaB3We8mGZhSwI=";
sha256 = "sha256-KpaDaDYVp40H7OscDGUpzEMgIOIk397ANi+8sDk4Wow=";
};
nativeBuildInputs = [ cmake bison flex python3 ];

View File

@ -18,8 +18,8 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
homepage = "https://www.oneapi.io/";
description = "oneAPI Level Zero Specification Headers and Loader";
homepage = "https://github.com/oneapi-src/level-zero";
license = licenses.mit;
maintainers = [ maintainers.ziguana ];
};

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "intel-compute-runtime";
version = "22.43.24595.41";
version = "22.49.25018.24";
src = fetchFromGitHub {
owner = "intel";
repo = "compute-runtime";
rev = version;
sha256 = "sha256-AdAQX8wurZjXHf3z8IPxnW57CDOwwYlgJ09dNNDhUYQ=";
sha256 = "sha256-/onHHIG5jWFObC8pSjpFMadjwaAN6vMNjAsj8/D3qNw=";
};
patches = [