repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[mlir][nvvm] Add attributes for cluster dimension PTX directives (#116973)
[llvm-project.git]
/
mlir
/
lib
/
Bytecode
/
Reader
/
CMakeLists.txt
blob
3386cee2acfa9fd4ac67b24511016029401e1a42
1
add_mlir_library(MLIRBytecodeReader
2
BytecodeReader.cpp
3
4
ADDITIONAL_HEADER_DIRS
5
${MLIR_MAIN_INCLUDE_DIR}/mlir/Bytecode
6
7
LINK_LIBS PUBLIC
8
MLIRAsmParser
9
MLIRIR
10
MLIRSupport
11
)