"vscode:/vscode.git/clone" did not exist on "0c50a9d8614505de2c91aab4a70ccb54c6cff94a"
Commit 2732d06c authored by rocking's avatar rocking
Browse files

Merge commit '75891161' into gemm_layernorm_welford

parents dd0255ba 75891161
...@@ -1023,6 +1023,8 @@ struct NumericLimits ...@@ -1023,6 +1023,8 @@ struct NumericLimits
{ {
return std::numeric_limits<T>::quiet_NaN(); return std::numeric_limits<T>::quiet_NaN();
} }
__host__ __device__ static constexpr T Infinity() { return std::numeric_limits<T>::infinity(); }
}; };
template <> template <>
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment