From 8af74bfbf156faada841637c5409c32337c0edae Mon Sep 17 00:00:00 2001 From: Zentrik Date: Tue, 11 Jul 2023 12:23:48 +0100 Subject: [PATCH] Fix typo in captured macro example (#1996) [skip ci] --- lib/cudadrv/graph.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cudadrv/graph.jl b/lib/cudadrv/graph.jl index 45ad998e53..dc775809a5 100644 --- a/lib/cudadrv/graph.jl +++ b/lib/cudadrv/graph.jl @@ -181,7 +181,7 @@ is_capturing(stream::CuStream=stream()) = """ for ... - @capture begin + @captured begin # code that executes several kernels or CUDA operations end end