We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
backtrace
1 parent a98c02b commit 8688b5bCopy full SHA for 8688b5b
src/Ops.jl
@@ -41,7 +41,7 @@ end
41
42
@noinline function mlir_stacktrace(name, file, line)::MLIR.IR.Location
43
# calling `stacktrace` can add a lot of time overhead, so let's avoid adding debug info if not used
44
- if DEBUG_MODE[]
+ if !DEBUG_MODE[]
45
return MLIR.IR.Location(name, MLIR.IR.Location(file, line, 0))
46
end
47
0 commit comments