We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6aaf1b1 + e2ca707 commit ada7423Copy full SHA for ada7423
llvm_test_suite_sycl.pl
@@ -800,6 +800,7 @@ sub run_cmake
800
$lit_extra_env = join_extra_env($lit_extra_env,"GCOV_PREFIX_STRIP");
801
$lit_extra_env = join_extra_env($lit_extra_env,"TC_WRAPPER_PATH");
802
$lit_extra_env = join_extra_env($lit_extra_env,"TBB_DLL_PATH");
803
+ $lit_extra_env = join_extra_env($lit_extra_env,"ZE_AFFINITY_MASK");
804
805
if ( defined $ENV{PIN_CMD} ) {
806
my $pin_cmd = $ENV{PIN_CMD};
0 commit comments