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
[AMDGPU] Mark AGPR tuple implicit in the first instr of AGPR spills. (#115285)
[llvm-project.git]
/
mlir
/
lib
/
Conversion
/
SCFToGPU
/
CMakeLists.txt
blob
b7853634bc44ec5dbae05534041e76855d72eca3
1
add_mlir_conversion_library(MLIRSCFToGPU
2
SCFToGPU.cpp
3
SCFToGPUPass.cpp
4
5
ADDITIONAL_HEADER_DIRS
6
${MLIR_MAIN_INCLUDE_DIR}/mlir/Conversion/SCFToGPU
7
8
DEPENDS
9
MLIRConversionPassIncGen
10
11
LINK_LIBS PUBLIC
12
MLIRAffineDialect
13
MLIRAffineToStandard
14
MLIRArithDialect
15
MLIRComplexDialect
16
MLIRGPUTransforms
17
MLIRIR
18
MLIRLinalgDialect
19
MLIRMemRefDialect
20
MLIRPass
21
MLIRSupport
22
MLIRSideEffectInterfaces
23
MLIRTransforms
24
)