Skip to content

Commit b3f98c6

Browse files
committed
Fix CI.
1 parent 8f77587 commit b3f98c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cudadrv/graph.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ mutable struct CuGraphExec
8282
graph::CuGraph
8383
ctx::CuContext
8484

85-
function instantiate(graph::CuGraph)
85+
global function instantiate(graph::CuGraph)
8686
handle_ref = Ref{CUgraphExec}()
8787
error_node = Ref{CUgraphNode}()
8888
buflen = 256

0 commit comments

Comments
 (0)