Skip to content
This repository was archived by the owner on May 27, 2021. It is now read-only.

Commit a1a1a88

Browse files
vchuravymaleadt
authored andcommitted
fixup! update with GPUifyLoops fixes
1 parent ac39157 commit a1a1a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/context.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function transform(ctx, ref)
2727
CI.code)
2828
CI.inlineable = !noinline
2929

30-
@static if isinteractive()
30+
if isinteractive()
3131
# 265 fix, insert a call to the original method
3232
# that we later will remove with LLVM's DCE
3333
# TODO: We also don't want to compile these functions

0 commit comments

Comments
 (0)