mirror of
https://github.com/amd/blis.git
synced 2026-05-11 09:39:59 +00:00
Fixed bug in thread trees
This commit is contained in:
@@ -66,8 +66,6 @@ void bli_packm_int_check( obj_t* a,
|
||||
bli_check_error_code( e_val );
|
||||
|
||||
e_val = bli_check_floating_object( p );
|
||||
if(e_val == BLIS_EXPECTED_FLOATING_POINT_DATATYPE)
|
||||
printf("HI\n");
|
||||
bli_check_error_code( e_val );
|
||||
|
||||
// Check object dimensions.
|
||||
|
||||
@@ -100,9 +100,8 @@ void bli_gemm_blk_var1f( obj_t* a,
|
||||
i, b_alg, a, &a1 );
|
||||
bli_acquire_mpart_t2b( BLIS_SUBPART1,
|
||||
i, b_alg, c, &c1 );
|
||||
if( !thread_am_caucus_chief( thread ) )
|
||||
printf("DOGS\n");
|
||||
// Initialize objects for packing A1 and C1.
|
||||
|
||||
// Initialize objects for packing A1 and C1.
|
||||
if( thread_am_caucus_chief( thread ) ) {
|
||||
bli_packm_init( &a1, a1_pack,
|
||||
cntl_sub_packm_a( cntl ) );
|
||||
|
||||
Reference in New Issue
Block a user