Skip to content

Commit 540e59e

Browse files
authored
add explicit return statement
1 parent 3021b0d commit 540e59e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/device/launch.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,8 @@ if VERSION >= v"1.12-" && !iszero(AMDGPU.HIP.properties(AMDGPU.device()).coopera
151151
end
152152
AMDGPU.Device.sync_grid()
153153
end
154+
155+
return nothing
154156
end
155157

156158
n = 4

0 commit comments

Comments
 (0)