Skip to content

Commit 0a61a43

Browse files
committed
fixing issues I missed because I only looked at the github diff
1 parent c0cfb99 commit 0a61a43

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/device/intrinsics/misc.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
export clock, nanosleep
22

3-
@device_functions begin
4-
53
"""
64
exit()
75
@@ -38,5 +36,3 @@ Puts a thread for a given amount `t`(in nanoseconds).
3836
@asmcall("nanosleep.u32 \$0;", "r", true,
3937
Cvoid, Tuple{UInt32}, convert(UInt32, t))
4038
end
41-
42-
end # @device_functions

src/device/intrinsics/synchronization.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Synchronization (B.6)
22

3-
@device_functions begin
43
## simple synchronization (bar)
54

65
export sync_threads, sync_warp

0 commit comments

Comments
 (0)