File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
test/conformance/exp_graph Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ option(UR_BUILD_XPTI_LIBS "Build the XPTI libraries when tracing is enabled" ON)
5656option (UR_STATIC_LOADER "Build loader as a static library" OFF )
5757option (UR_FORCE_LIBSTDCXX "Force use of libstdc++ in a build using libc++ on Linux" OFF )
5858option (UR_ENABLE_LATENCY_HISTOGRAM "Enable latncy histogram" OFF )
59- option (UR_FORCE_FETCH_LEVEL_ZERO "Force fetching Level Zero even if preinstalled loader is found" OFF )
59+ option (UR_FORCE_FETCH_LEVEL_ZERO "Force fetching Level Zero even if preinstalled loader is found" ON )
6060set (UR_EXTERNAL_DEPENDENCIES "" CACHE STRING
6161 "List of external CMake targets for executables/libraries to depend on" )
6262set (UR_DPCXX "" CACHE FILEPATH "Path of the DPC++ compiler executable" )
Original file line number Diff line number Diff line change 1212struct urEnqueueGraphExpTest : uur::urGraphExecutableExpTest {
1313 void SetUp () override {
1414 UUR_RETURN_ON_FATAL_FAILURE (uur::urGraphExecutableExpTest::SetUp ());
15-
16- // TODO: Re-enable urEnqueueGraph tests on L0V2.
17- // See: https://github.com/intel/llvm/issues/20884.
18- UUR_KNOWN_FAILURE_ON (uur::LevelZeroV2{});
1915 }
2016};
2117
You can’t perform that action at this time.
0 commit comments