Skip to content

Commit

Permalink
Fix a typo in test/gpu/amd.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Sep 7, 2023
1 parent 04757ec commit 708c311
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/gpu/amd.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ include("gpu.jl")
A_csc_gpu = ROCSparseMatrixCSC(A_cpu)
A_csr_gpu = ROCSparseMatrixCSR(A_cpu)
A_coo_gpu = ROCSparseMatrixCOO(A_cpu)
b_gpu = ROXVector(b_cpu)
b_gpu = ROCVector(b_cpu)
x_csc, y_csc, stats_csc = lnlq(A_csc_gpu, b_gpu)
x_csr, y_csr, stats_csr = craig(A_csr_gpu, b_gpu)
Expand Down

0 comments on commit 708c311

Please sign in to comment.