[PATCH] D71904: [mlir] GPU: introduce utilities for promotion to workgroup memory
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 26 09:47:39 PST 2019
mehdi_amini added inline comments.
================
Comment at: mlir/lib/Dialect/GPU/CMakeLists.txt:25
+ MLIRSupport
+ LLVMSupport)
----------------
I see locally this error:
```
CMake Error at .../llvm-project/mlir/lib/Dialect/GPU/CMakeLists.txt:18 (target_link_libraries):
Target "MLIRGPUOpsIncGen" of type UTILITY may not be linked into another
target. One may link only to INTERFACE, OBJECT, STATIC or SHARED
libraries, or to executables with the ENABLE_EXPORTS property set.
```
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71904/new/
https://reviews.llvm.org/D71904
More information about the llvm-commits
mailing list