[all-commits] [llvm/llvm-project] 4408e6: [mlir][test] NFC - Rename cblas to mlir_test_cblas

Nicolas Vasilache via All-commits all-commits at lists.llvm.org
Thu Apr 9 13:15:36 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 4408e6a96ab31008c74f7e6848780f0dc6d58824
      https://github.com/llvm/llvm-project/commit/4408e6a96ab31008c74f7e6848780f0dc6d58824
  Author: Nicolas Vasilache <ntv at google.com>
  Date:   2020-04-09 (Thu, 09 Apr 2020)

  Changed paths:
    M mlir/test/CMakeLists.txt
    M mlir/test/mlir-cpu-runner/CMakeLists.txt
    R mlir/test/mlir-cpu-runner/cblas.cpp
    R mlir/test/mlir-cpu-runner/cblas_interface.cpp
    R mlir/test/mlir-cpu-runner/include/cblas.h
    R mlir/test/mlir-cpu-runner/include/cblas_interface.h
    A mlir/test/mlir-cpu-runner/include/mlir_test_cblas.h
    A mlir/test/mlir-cpu-runner/include/mlir_test_cblas_interface.h
    M mlir/test/mlir-cpu-runner/linalg_integration_test.mlir
    A mlir/test/mlir-cpu-runner/mlir_test_cblas.cpp
    A mlir/test/mlir-cpu-runner/mlir_test_cblas_interface.cpp
    M mlir/test/mlir-cpu-runner/unranked_memref.mlir

  Log Message:
  -----------
  [mlir][test] NFC - Rename cblas to mlir_test_cblas

The "cblas" lib under mlir/test is meant as a simple integration demonstration.
However it is installed and ends up conflicting with external projects who want to
define the real cblas.
Rename to avoid conflicts.

Differential revision: https://reviews.llvm.org/D76615




More information about the All-commits mailing list