Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/ck_tile/core/numeric/bfloat16.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ uint16_t float_to_bf16_rtn_asm(float f)
#else
uint32_t check_nan;
#endif
uint32_t tmp;
uint32_t tmp = 0;
asm volatile("\n \
v_cmp_u_f32 %0, %2, %2 \n \
v_bfe_u32 %1, %2, 16, 1 \n \
Expand Down