diff options
| author | Md Abdullah Shahneous Bari <98356296+mshahneo@users.noreply.github.com> | 2025-08-06 16:48:59 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-06 16:48:59 -0500 |
| commit | 281e6d2cc498d05f3ca601e3b1d595420e7ed827 (patch) | |
| tree | 8b7189ecf3e0cecb17f3f87b10d6b93a97f32004 /mlir/CMakeLists.txt | |
| parent | 66392a8d8d81e66ec09452d35c85147dafb07571 (diff) | |
[mlir][ExecutionEngine] Add LevelZeroRuntimeWrapper. (#151038)
Adds LevelZeroRuntime wrapper and tests.
Co-authored-by: Artem Kroviakov <artem.kroviakov@intel.com>
Co-authored-by: Nishant Patel <nishant.b.patel@intel.com>
---------
Co-authored-by: Artem Kroviakov <artem.kroviakov@intel.com>
Co-authored-by: Nishant Patel <nishant.b.patel@intel.com>
Diffstat (limited to 'mlir/CMakeLists.txt')
| -rw-r--r-- | mlir/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mlir/CMakeLists.txt b/mlir/CMakeLists.txt index a1ad81f625cd..a9414eb324d0 100644 --- a/mlir/CMakeLists.txt +++ b/mlir/CMakeLists.txt @@ -140,6 +140,7 @@ endif() set(MLIR_ENABLE_CUDA_RUNNER 0 CACHE BOOL "Enable building the MLIR CUDA runner") set(MLIR_ENABLE_ROCM_RUNNER 0 CACHE BOOL "Enable building the MLIR ROCm runner") set(MLIR_ENABLE_SYCL_RUNNER 0 CACHE BOOL "Enable building the MLIR SYCL runner") +set(MLIR_ENABLE_LEVELZERO_RUNNER 0 CACHE BOOL "Enable building the MLIR LevelZero runner") set(MLIR_ENABLE_SPIRV_CPU_RUNNER 0 CACHE BOOL "Enable building the MLIR SPIR-V cpu runner") set(MLIR_ENABLE_VULKAN_RUNNER 0 CACHE BOOL "Enable building the MLIR Vulkan runner") set(MLIR_ENABLE_NVPTXCOMPILER 0 CACHE BOOL |
