[CLR] Added missed ostream include to amd_hip_bfloat16.h (#2960)
这个提交包含在:
@@ -153,6 +153,8 @@ static_assert(__hip_internal::is_trivial<hip_bfloat16>{},
|
||||
"hip_bfloat16 is not a trivial type, and thus is "
|
||||
"incompatible with C.");
|
||||
#if !defined(__HIPCC_RTC__)
|
||||
#include <ostream>
|
||||
|
||||
static_assert(sizeof(hip_bfloat16) == sizeof(hip_bfloat16_public) &&
|
||||
offsetof(hip_bfloat16, data) == offsetof(hip_bfloat16_public, data),
|
||||
"internal hip_bfloat16 does not match public hip_bfloat16");
|
||||
|
||||
在新工单中引用
屏蔽一个用户