Fixed bug in thread trees

This commit is contained in:
Tyler Smith
2014-02-27 14:09:19 -06:00
parent ac5a2de1d1
commit 6193d9ceea
2 changed files with 2 additions and 5 deletions

View File

@@ -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.

View File

@@ -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 ) );