aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/lit.cfg.py
diff options
context:
space:
mode:
Diffstat (limited to 'mlir/test/lit.cfg.py')
-rw-r--r--mlir/test/lit.cfg.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/mlir/test/lit.cfg.py b/mlir/test/lit.cfg.py
index feaf5fb..f392bda 100644
--- a/mlir/test/lit.cfg.py
+++ b/mlir/test/lit.cfg.py
@@ -224,6 +224,9 @@ if config.enable_cuda_runner:
if config.enable_sycl_runner:
tools.extend([add_runtime("mlir_sycl_runtime")])
+if config.enable_levelzero_runner:
+ tools.extend([add_runtime("mlir_levelzero_runtime")])
+
if config.enable_spirv_cpu_runner:
tools.extend([add_runtime("mlir_spirv_cpu_runtime")])