[all-commits] [llvm/llvm-project] be15a6: [mlir][opt] Expose MLIR_ENABLE_DEPRECATED_GPU_SER....
Ingo Müller via All-commits
all-commits at lists.llvm.org
Wed Mar 6 05:14:19 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: be15a6b3b68bed7b9d982f25b2e10a273302002a
https://github.com/llvm/llvm-project/commit/be15a6b3b68bed7b9d982f25b2e10a273302002a
Author: Ingo Müller <ingomueller at google.com>
Date: 2024-03-06 (Wed, 06 Mar 2024)
Changed paths:
M mlir/include/mlir/Config/mlir-config.h.cmake
M mlir/tools/mlir-opt/CMakeLists.txt
M mlir/tools/mlir-opt/mlir-opt.cpp
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Log Message:
-----------
[mlir][opt] Expose MLIR_ENABLE_DEPRECATED_GPU_SER... in mlir-config.h. (#84006)
This is another follow-up of #83004, which made the same change for
`MLIR_CUDA_CONVERSIONS_ENABLED`. As the previous PR, this PR commit
exposes mentioned CMake variable through `mlir-config.h` and uses the
macro that is introduced with the same name. This replaces the macro
`MLIR_ENABLE_DEPRECATED_GPU_SERIALIZATION`, which the CMake files
previously defined manually.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list