File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -127,11 +127,11 @@ else()
127
127
set (MLIR_ENABLE_ROCM_CONVERSIONS 0 )
128
128
endif ()
129
129
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" )
135
135
set (MLIR_ENABLE_NVPTXCOMPILER 0 CACHE BOOL
136
136
"Statically link the nvptxlibrary instead of calling ptxas as a subprocess \
137
137
for compiling PTX to cubin" )
You can’t perform that action at this time.
0 commit comments