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

Commit c084dc8

Browse files
committed
disable hooks
1 parent 96b9ac5 commit c084dc8

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
@@ -16,7 +16,7 @@
1616
using Cassette
1717

1818
Cassette.@context CUDACtx
19-
const cudactx = CUDACtx()
19+
const cudactx = Cassette.disablehooks(CUDACtx())
2020

2121
function Cassette.overdub(ctx::CUDACtx, ::typeof(isdevice))
2222
return true

0 commit comments

Comments
 (0)