[all-commits] [llvm/llvm-project] bd77e1: [mlir] Correctly handle HIP_PATH when ROCM_PATH is...
Krzysztof Drewniak via All-commits
all-commits at lists.llvm.org
Tue Sep 27 07:33:49 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bd77e1c827242bde00cbf2ec59e13ce21ef13755
https://github.com/llvm/llvm-project/commit/bd77e1c827242bde00cbf2ec59e13ce21ef13755
Author: Krzysztof Drewniak <Krzysztof.Drewniak at amd.com>
Date: 2022-09-27 (Tue, 27 Sep 2022)
Changed paths:
M mlir/lib/ExecutionEngine/CMakeLists.txt
Log Message:
-----------
[mlir] Correctly handle HIP_PATH when ROCM_PATH is set
With the CMake file as written, if code elsewhere had set ROCM_PATH,
then HIP_PATH would not be set, breaking the rest of the ROCm
execution utility handling.
Reviewed By: mehdi_amini
Differential Revision: https://reviews.llvm.org/D134674
More information about the All-commits
mailing list