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
[ELF] Refactor merge-* tests
[llvm-project.git]
/
mlir
/
lib
/
Conversion
/
VectorToXeGPU
/
CMakeLists.txt
blob
567083da0023903cf14c731db063cc4d11b82c6a
1
add_mlir_conversion_library(MLIRVectorToXeGPU
2
VectorToXeGPU.cpp
3
4
ADDITIONAL_HEADER_DIRS
5
${MLIR_MAIN_INCLUDE_DIR}/mlir/Conversion/VectorToXeGPU
6
7
DEPENDS
8
MLIRConversionPassIncGen
9
10
LINK_LIBS PUBLIC
11
MLIRArithDialect
12
MLIRMemRefDialect
13
MLIRTransforms
14
MLIRVectorDialect
15
MLIRXeGPUDialect
16
)