Skip to content

Commit 4190b66

Browse files
committed
Fix function call for heevj
1 parent f2c6fb6 commit 4190b66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/MatrixAlgebraKitAMDGPUExt/yarocsolver.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ for (heevd, heev, heevx, heevj, elty, relty) in
602602
residual = ROCVector{$relty}(undef, 1)
603603
n_sweeps = ROCVector{Cint}(undef, 1)
604604
roc_uplo = convert(rocSOLVER.rocblas_fill, uplo)
605-
$heev(dh, jobz, roc_uplo, n, A, lda, tol, residual, max_sweeps, n_sweeps, W, dev_info)
605+
$heevj(dh, jobz, roc_uplo, n, A, lda, tol, residual, max_sweeps, n_sweeps, W, dev_info)
606606

607607
info = @allowscalar dev_info[1]
608608
chkargsok(BlasInt(info))

0 commit comments

Comments
 (0)