mirror of
https://github.com/amd/blis.git
synced 2026-04-24 01:28:51 +00:00
Code cleanup: spelling corrections
Corrections for some spelling mistakes in comments. AMD-Internal: [CPUPL-3519] Change-Id: I9a82518cde6476bc77fc3861a4b9f8729c6380ba
This commit is contained in:
committed by
Sireesha Sanga
parent
75356d45e5
commit
9500cbee63
@@ -92,7 +92,7 @@ void bls_l3_thread_decorator
|
||||
// Query the thread's id from OpenMP.
|
||||
const dim_t tid = omp_get_thread_num();
|
||||
|
||||
// Check for a somewhat obscure OpenMP thread-mistmatch issue.
|
||||
// Check for a somewhat obscure OpenMP thread-mismatch issue.
|
||||
// NOTE: This calls the same function used for the conventional/large
|
||||
// code path.
|
||||
bli_l3_thread_decorator_thread_check( n_threads, tid, gl_comm, rntm_p );
|
||||
|
||||
@@ -164,7 +164,7 @@ void blx_gemm_thread
|
||||
// Query the thread's id from OpenMP.
|
||||
const dim_t tid = omp_get_thread_num();
|
||||
|
||||
// Check for a somewhat obscure OpenMP thread-mistmatch issue.
|
||||
// Check for a somewhat obscure OpenMP thread-mismatch issue.
|
||||
//bli_l3_thread_decorator_thread_check( n_threads, tid, gl_comm, rntm_p );
|
||||
|
||||
// Use the thread id to access the appropriate pool_t* within the
|
||||
|
||||
Reference in New Issue
Block a user