Skip to content

Commit 7886a73

Browse files
authored
trsm is not actually implemented yet (#2814)
1 parent d28969c commit 7886a73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5074,7 +5074,7 @@ function GPUCompiler.compile_unhooked(output::Symbol, job::CompilerJob{<:EnzymeT
50745074
"trmv",
50755075
"syrk",
50765076
"trmm",
5077-
"trsm",
5077+
# "trsm", Not actually implemented yet
50785078
"potrf",
50795079
)
50805080
ForwardModeTypes = ("s", "d", "c", "z")

0 commit comments

Comments
 (0)