mirror of
https://github.com/amd/blis.git
synced 2026-05-12 01:59:59 +00:00
Replace bli_thread_init_rntm with bli_rntm_init_from_global in zen small gemm
Change-Id: I14fb2795b483368580ff3fcf5f537723f3845377
This commit is contained in:
@@ -258,7 +258,7 @@ static err_t bli_sgemm_small
|
||||
#ifdef BLIS_ENABLE_MEM_TRACING
|
||||
printf( "bli_sgemm_small: acquiring mem pool block of size %lu\n", (F_SCRATCH_DIM * sizeof(float)));
|
||||
#endif
|
||||
bli_thread_init_rntm( &rntm );
|
||||
bli_rntm_init_from_global( &rntm );
|
||||
bli_rntm_set_num_threads_only( 1, &rntm );
|
||||
bli_membrk_rntm_set_membrk( &rntm );
|
||||
|
||||
@@ -1717,7 +1717,7 @@ static err_t bli_dgemm_small
|
||||
printf( "bli_dgemm_small: acquiring mem pool block of size %lu\n", (D_SCRATCH_DIM * sizeof(double)));
|
||||
#endif
|
||||
|
||||
bli_thread_init_rntm( &rntm );
|
||||
bli_rntm_init_from_global( &rntm );
|
||||
bli_rntm_set_num_threads_only( 1, &rntm );
|
||||
bli_membrk_rntm_set_membrk( &rntm );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user