Skip to content

Commit

Permalink
Update ext/ReactantCUDAExt.jl
Browse files Browse the repository at this point in the history
Co-authored-by: jumerckx <[email protected]>
  • Loading branch information
2 people authored and wsmoses committed Jan 8, 2025
1 parent 5fd4c39 commit 839050b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/ReactantCUDAExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ function to_bytes(x)
end
end

function Reactant.make_tracer(seen, @nospecialize(prev::CuTracedArray{T,N}), @nospecialize(path), mode; kwargs...)
function Reactant.make_tracer(seen, @nospecialize(prev::CuTracedArray), @nospecialize(path), mode; kwargs...)
x = Base.unsafe_pointer_to_objref(Base.reinterpret(Ptr{Cvoid}, prev.ptr))::TracedRArray
return Reactant.make_tracer(seen, x, path, mode; kwargs...)
end
Expand Down

0 comments on commit 839050b

Please sign in to comment.