forked from mirrors/nixpkgs
intel-graphics-compiler: add intel-compute-runtime to passthru.tests
This commit is contained in:
parent
a105633270
commit
160bd6c83f
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue