diff options
| author | Fabian Mora <fmora.dev@gmail.com> | 2024-02-21 20:47:19 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-21 20:47:19 -0500 |
| commit | f204aee1b9173ed9ae72017808f0a379c3a8de7a (patch) | |
| tree | 788ed527b5779ed54f58086dc0c35326eb197ed6 /mlir/CMakeLists.txt | |
| parent | 004c1972b4585fe8051814ceb6c6cdbf3cb62290 (diff) | |
[mlir][GPU] Remove the SerializeToCubin pass (#82486)
The `SerializeToCubin` pass was deprecated in September 2023 in favor of
GPU compilation attributes; see the [GPU
compilation](https://mlir.llvm.org/docs/Dialects/GPU/#gpu-compilation)
section in the `gpu` dialect MLIR docs.
This patch removes `SerializeToCubin` from the repo.
Diffstat (limited to 'mlir/CMakeLists.txt')
| -rw-r--r-- | mlir/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mlir/CMakeLists.txt b/mlir/CMakeLists.txt index 2d9f78e03ba7..16c898bdeb6e 100644 --- a/mlir/CMakeLists.txt +++ b/mlir/CMakeLists.txt @@ -123,7 +123,6 @@ else() endif() add_definitions(-DMLIR_ROCM_CONVERSIONS_ENABLED=${MLIR_ENABLE_ROCM_CONVERSIONS}) -set(MLIR_ENABLE_DEPRECATED_GPU_SERIALIZATION 0 CACHE BOOL "Enable deprecated GPU serialization passes") 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") |
