File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ if (NOT DEFINED IMEX_INCLUDES)
7
7
# TODO: Change to main https://github.com/oneapi-src/oneDNN.git when all the
8
8
# required functionality is merged.
9
9
gc_fetch_content(imex 496b240093b5e132b60c5ee69878300fe69be300 https://github.com/Menooker/mlir-extensions
10
- CMAKE_ARGS "-DMLIR_DIR=${MLIR_DIR} ;-DIMEX_CHECK_LLVM_VERSION=ON"
10
+ CMAKE_ARGS "-DMLIR_DIR=${MLIR_DIR} ;-DIMEX_CHECK_LLVM_VERSION=ON;-DIMEX_ENABLE_L0_RUNTIME= ${IMEX_ENABLE_L0_RUNTIME} "
11
11
)
12
12
13
13
set (IMEX_INCLUDES
Original file line number Diff line number Diff line change @@ -26,6 +26,9 @@ set(GC_OPT_TEST_DEPENDS
26
26
if (GC_USE_GPU)
27
27
include (imex)
28
28
list (APPEND GC_OPT_TEST_DEPENDS mlir_opencl_runtime)
29
+ if (IMEX_ENABLE_L0_RUNTIME)
30
+ list (APPEND GC_OPT_TEST_DEPENDS level-zero-runtime)
31
+ endif ()
29
32
endif ()
30
33
31
34
if (GC_ENABLE_BINDINGS_PYTHON)
You can’t perform that action at this time.
0 commit comments