Skip to content
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.

Commit

Permalink
Fix ambiguous call.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Aug 20, 2019
1 parent 7862981 commit fa5e0a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/base.jl
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ end
end

@testset "Utilities" begin
t = @elapsed ret = CuArrays.@sync begin
t = Base.@elapsed ret = CuArrays.@sync begin
# TODO: do something that takes a while on the GPU
# (need to wrap clock64 in CUDAnative for that)
42
Expand Down

0 comments on commit fa5e0a5

Please sign in to comment.