mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-15 02:27:57 +00:00
Merge commit 'e5623d3825a10c6f50af493cf12bda7da89f94c7' into develop
This commit is contained in:
@@ -87,7 +87,7 @@ CK_TILE_HOST_DEVICE constexpr e8m0_bexp_t::operator float() const
|
||||
using traits = numeric_traits<float>;
|
||||
if(data == numeric<e8m0_t>::binary_nan)
|
||||
{
|
||||
return traits::NaN;
|
||||
return std::numeric_limits<float>::signaling_NaN();
|
||||
}
|
||||
else if(data == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user