intel-graphics-compiler: add intel-compute-runtime to passthru.tests

This commit is contained in:
Sandro Jäckel 2024-01-24 17:02:11 +01:00
parent a105633270
commit 160bd6c83f
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -5,6 +5,7 @@
, runCommandLocal
, bison
, flex
, intel-compute-runtime
, llvmPackages_14
, opencl-clang
, python3
@ -73,6 +74,10 @@ stdenv.mkDerivation rec {
"-Wno-dev"
];
passthru.tests = {
inherit intel-compute-runtime;
};
meta = with lib; {
homepage = "https://github.com/intel/intel-graphics-compiler";
description = "LLVM-based compiler for OpenCL targeting Intel Gen graphics hardware";