Browse Source

LAPACK: Fix lapack-test errors in ARM64 threaded version

tags/v0.2.20^2
Ashwin Sekhar T K 9 years ago
parent
commit
3918d17025
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      lapack/getrf/getrf_parallel.c

+ 2
- 0
lapack/getrf/getrf_parallel.c View File

@@ -284,6 +284,7 @@ static int inner_advanced_thread(blas_arg_t *args, BLASLONG *range_m, BLASLONG *
}
}

MB;
for (i = 0; i < args -> nthreads; i++)
job[mypos].working[i][CACHE_LINE_SIZE * bufferside] = (BLASLONG)buffer[bufferside];

@@ -324,6 +325,7 @@ static int inner_advanced_thread(blas_arg_t *args, BLASLONG *range_m, BLASLONG *
sa, (FLOAT *)job[current].working[mypos][CACHE_LINE_SIZE * bufferside],
c, lda, is, xxx);

MB;
if (is + min_i >= m) {
job[current].working[mypos][CACHE_LINE_SIZE * bufferside] = 0;
}


Loading…
Cancel
Save