Skip to content

Conversation

@michel2323
Copy link
Member

@michel2323 michel2323 commented Oct 21, 2025

Fixes: #637

@github-actions
Copy link
Contributor

Your PR requires formatting changes to meet the project's style guidelines.
Please consider running Runic (git runic master) to apply these changes.

Click here to view the suggested changes.
diff --git a/src/host/linalg.jl b/src/host/linalg.jl
index bc910be..8f55ecd 100644
--- a/src/host/linalg.jl
+++ b/src/host/linalg.jl
@@ -745,7 +745,7 @@ function LinearAlgebra.rotate!(x::AbstractGPUArray, y::AbstractGPUArray, c::Numb
         @inbounds xi = x[i]
         @inbounds yi = y[i]
         @inbounds x[i] = s*yi +      c *xi
-        @inbounds y[i] = c*yi - conj(s)*xi
+        @inbounds y[i] = c * yi - conj(s) * xi
     end
     rotate_kernel!(get_backend(x))(x, y, c, s; ndrange = size(x))
     return x, y

@maleadt maleadt merged commit ace8c16 into master Oct 23, 2025
19 checks passed
@maleadt maleadt deleted the ms/generic_mul branch October 23, 2025 07:05
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.

generic_mul! support for Julia 1.12 mul! dispatch

3 participants