Skip to content

Conversation

vpuri3
Copy link
Contributor

@vpuri3 vpuri3 commented Mar 6, 2024

Fixes part of #521.

@maleadt
Copy link
Member

maleadt commented Mar 8, 2024

Hmm, that's not a particularly satisfying solution.

In any case, can you add tests?

@@ -10,6 +10,30 @@ mapreducedim!(f, op, R::AnyGPUArray, A::AbstractArrayOrBroadcasted;
Base.mapreducedim!(f, op, R::AnyGPUArray, A::AbstractArray) = mapreducedim!(f, op, R, A)
Base.mapreducedim!(f, op, R::AnyGPUArray, A::Broadcast.Broadcasted) = mapreducedim!(f, op, R, A)

# resolve ambiguities with Adjoint/Transpose
# https://github.com/JuliaLang/julia/blob/master/stdlib/LinearAlgebra/src/adjtrans.jl#L440-L448
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants