Skip to content

Commit 4ddd934

Browse files
committed
Fix hip hegvd
1 parent 158d355 commit 4ddd934

File tree

1 file changed

+0
-4
lines changed
  • source/source_base/module_container/ATen/kernels/rocm

1 file changed

+0
-4
lines changed

source/source_base/module_container/ATen/kernels/rocm/lapack.hip.cu

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,8 @@ struct lapack_hegvd<T, DEVICE_GPU> {
120120
void operator()(
121121
const int dim,
122122
const int lda,
123-
const int& itype,
124-
const char& jobz,
125-
const char& uplo,
126123
T* Mat_A,
127124
T* Mat_B,
128-
const int& dim,
129125
Real* eigen_val,
130126
T *eigen_vec)
131127
{

0 commit comments

Comments
 (0)