Skip to content

Commit 2bd6af8

Browse files
authored
[MLIR][NFC] Fix SYCL spelling (#113060)
See https://www.khronos.org/sycl/ for the official spelling of the Khronos Group standard. Also fix MLIR spelling in the neighborhood.
1 parent 0afdac4 commit 2bd6af8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

mlir/CMakeLists.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,11 @@ else()
127127
set(MLIR_ENABLE_ROCM_CONVERSIONS 0)
128128
endif()
129129

130-
set(MLIR_ENABLE_CUDA_RUNNER 0 CACHE BOOL "Enable building the mlir CUDA runner")
131-
set(MLIR_ENABLE_ROCM_RUNNER 0 CACHE BOOL "Enable building the mlir ROCm runner")
132-
set(MLIR_ENABLE_SYCL_RUNNER 0 CACHE BOOL "Enable building the mlir Sycl runner")
133-
set(MLIR_ENABLE_SPIRV_CPU_RUNNER 0 CACHE BOOL "Enable building the mlir SPIR-V cpu runner")
134-
set(MLIR_ENABLE_VULKAN_RUNNER 0 CACHE BOOL "Enable building the mlir Vulkan runner")
130+
set(MLIR_ENABLE_CUDA_RUNNER 0 CACHE BOOL "Enable building the MLIR CUDA runner")
131+
set(MLIR_ENABLE_ROCM_RUNNER 0 CACHE BOOL "Enable building the MLIR ROCm runner")
132+
set(MLIR_ENABLE_SYCL_RUNNER 0 CACHE BOOL "Enable building the MLIR SYCL runner")
133+
set(MLIR_ENABLE_SPIRV_CPU_RUNNER 0 CACHE BOOL "Enable building the MLIR SPIR-V cpu runner")
134+
set(MLIR_ENABLE_VULKAN_RUNNER 0 CACHE BOOL "Enable building the MLIR Vulkan runner")
135135
set(MLIR_ENABLE_NVPTXCOMPILER 0 CACHE BOOL
136136
"Statically link the nvptxlibrary instead of calling ptxas as a subprocess \
137137
for compiling PTX to cubin")

0 commit comments

Comments
 (0)