Skip to content
This repository was archived by the owner on May 27, 2021. It is now read-only.

Commit 2d7e5b1

Browse files
committed
fixup! Cassette performance is only good enough on 1.1
1 parent 0c0573b commit 2d7e5b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/context.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ for f in (:cos, :cospi, :sin, :sinpi, :tan,
2929
:signbit, :abs,
3030
:sqrt, :cbrt,
3131
:ceil, :floor,)
32-
@eval function Cassette.overdub(ctx::CUDActx, ::typeof(Base.$f), x::Union{Float32, Float64})
32+
@eval function Cassette.overdub(ctx::CUDACtx, ::typeof(Base.$f), x::Union{Float32, Float64})
3333
@Base._inline_meta
3434
return CUDAnative.$f(x)
3535
end

0 commit comments

Comments
 (0)