Skip to content

Commit 80d2872

Browse files
committed
Testing
1 parent a1fd0d9 commit 80d2872

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

unified-runtime/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ option(UR_BUILD_XPTI_LIBS "Build the XPTI libraries when tracing is enabled" ON)
5656
option(UR_STATIC_LOADER "Build loader as a static library" OFF)
5757
option(UR_FORCE_LIBSTDCXX "Force use of libstdc++ in a build using libc++ on Linux" OFF)
5858
option(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)
6060
set(UR_EXTERNAL_DEPENDENCIES "" CACHE STRING
6161
"List of external CMake targets for executables/libraries to depend on")
6262
set(UR_DPCXX "" CACHE FILEPATH "Path of the DPC++ compiler executable")

unified-runtime/test/conformance/exp_graph/urEnqueueGraphExp.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212
struct 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

0 commit comments

Comments
 (0)