Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
michel2323 authored and amontoison committed Dec 1, 2023
1 parent 08405dd commit c7c8db8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ext/AMDGPU/scaling.jl
Original file line number Diff line number Diff line change
@@ -1 +1 @@
scaling_csr(A::rocSPARSE.ROCSparseMatrixCSR, b::ROCVector) = scaling_csr!(A, b, ROCBackend())
KP.scaling_csr!(A::rocSPARSE.ROCSparseMatrixCSR, b::ROCVector) = scaling_csr!(A, b, ROCBackend())
2 changes: 1 addition & 1 deletion ext/CUDA/scaling.jl
Original file line number Diff line number Diff line change
@@ -1 +1 @@
scaling_csr(A::CUSPARSE.CuSparseMatrixCSR, b::CuVector) = scaling_csr!(A, b, CUDABackend())
KP.scaling_csr!(A::CUSPARSE.CuSparseMatrixCSR, b::CuVector) = scaling_csr!(A, b, CUDABackend())

0 comments on commit c7c8db8

Please sign in to comment.