[all-commits] [llvm/llvm-project] b93681: MLIR/Cuda: Add the appropriate "HINTS" on CMake fi...

Mehdi Amini via All-commits all-commits at lists.llvm.org
Mon May 29 14:32:45 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b936816fb305cc16d2d1cd6d424c08c39a681a32
      https://github.com/llvm/llvm-project/commit/b936816fb305cc16d2d1cd6d424c08c39a681a32
  Author: Mehdi Amini <joker.eph at gmail.com>
  Date:   2023-05-29 (Mon, 29 May 2023)

  Changed paths:
    M mlir/lib/Dialect/GPU/CMakeLists.txt
    M mlir/lib/ExecutionEngine/CMakeLists.txt

  Log Message:
  -----------
  MLIR/Cuda: Add the appropriate "HINTS" on CMake find_library and mark these REQUIRED

The cmake logic to find cuda paths exposes some paths to search for the cuda
library, we need to propagate this through the call for find_library.
This was already done for cuSparse but not for cuda.

Differential Revision: https://reviews.llvm.org/D151645




More information about the All-commits mailing list