@@ -279,9 +279,6 @@ static int inner_advanced_thread(blas_arg_t *args, BLASLONG *range_m, BLASLONG *
279
279
for (i = 0 ; i < args -> nthreads ; i ++ )
280
280
#if 1
281
281
{
282
- LOCK_COMMAND (& getrf_lock );
283
- jw = job [mypos ].working [i ][CACHE_LINE_SIZE * bufferside ];
284
- UNLOCK_COMMAND (& getrf_lock );
285
282
do {
286
283
LOCK_COMMAND (& getrf_lock );
287
284
jw = job [mypos ].working [i ][CACHE_LINE_SIZE * bufferside ];
@@ -368,9 +365,6 @@ static int inner_advanced_thread(blas_arg_t *args, BLASLONG *range_m, BLASLONG *
368
365
369
366
if ((current != mypos ) && (!is )) {
370
367
#if 1
371
- LOCK_COMMAND (& getrf_lock );
372
- jw = job [current ].working [mypos ][CACHE_LINE_SIZE * bufferside ];
373
- UNLOCK_COMMAND (& getrf_lock );
374
368
do {
375
369
LOCK_COMMAND (& getrf_lock );
376
370
jw = job [current ].working [mypos ][CACHE_LINE_SIZE * bufferside ];
@@ -402,9 +396,6 @@ static int inner_advanced_thread(blas_arg_t *args, BLASLONG *range_m, BLASLONG *
402
396
for (i = 0 ; i < args -> nthreads ; i ++ ) {
403
397
for (xxx = 0 ; xxx < DIVIDE_RATE ; xxx ++ ) {
404
398
#if 1
405
- LOCK_COMMAND (& getrf_lock );
406
- jw = job [mypos ].working [i ][CACHE_LINE_SIZE * xxx ];
407
- UNLOCK_COMMAND (& getrf_lock );
408
399
do {
409
400
LOCK_COMMAND (& getrf_lock );
410
401
jw = job [mypos ].working [i ][CACHE_LINE_SIZE * xxx ];
0 commit comments