Skip to content

Commit 564f0c8

Browse files
author
Alexis Montoison
committed
Support MadNLPGPU.jl v0.7.13
1 parent ed20914 commit 564f0c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ FFTW = "1.8.1"
2121
Krylov = "0.10.1"
2222
LinearAlgebra = "1.10"
2323
MadNLP = "0.8.9"
24-
MadNLPGPU = "0.7.12"
24+
MadNLPGPU = "0.7.13"
2525
NLPModels = "0.21.5"
2626
Random = "1.10"
2727
SparseArrays = "1.10"

src/gpu_utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ end
3636
ROCSparseMatrixCSC to ROCMatrix
3737
=#
3838

39-
function MadNLPGPU.transfer!(y::ROCMatrix{T}, x::ROCSparseMatrixCSC{T}) where {T}
39+
function MadNLPGPU.gpu_transfer!(y::ROCMatrix{T}, x::ROCSparseMatrixCSC{T}) where {T}
4040
n = size(y, 2)
4141
fill!(y, zero(T))
4242
backend = ROCBackend()

0 commit comments

Comments
 (0)