Skip to content
forked from iree-org/iree

Commit ebddff0

Browse files
authored
feat(CellarCuda): Add RooflineAI CUDA backend target plugin (#43)
1 parent 64d99de commit ebddff0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/src/iree/compiler/PluginAPI/Config/BUILD.bazel

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ iree_compiler_cc_library(
5252
# For now, we just hard include all in-tree plugins.
5353
"@patio//roofexplorer:registration",
5454
"@patio//roofqx:registration",
55+
"@patio//target/CellarCUDA:CellarCUDA",
5556
"//compiler/plugins/target/CUDA",
5657
"//compiler/plugins/target/LLVMCPU",
5758
"//compiler/plugins/target/MetalSPIRV",

0 commit comments

Comments
 (0)