From 3d32ae9404f6f22afc78e95e981806d8d388b96b Mon Sep 17 00:00:00 2001 From: Chao Liu Date: Fri, 30 Jul 2021 17:50:17 -0500 Subject: [PATCH] add solver ConvIgemmFwdV6r1DlopsNchwKcyxNkhw; rename static ck source files --- external/half/include/half.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/external/half/include/half.hpp b/external/half/include/half.hpp index b698aac39f..25f543881f 100644 --- a/external/half/include/half.hpp +++ b/external/half/include/half.hpp @@ -2404,8 +2404,7 @@ unsigned int gamma(unsigned int arg) 0.0114684895434781459556 }; double t = arg + 4.65, s = p[0]; for(unsigned int i=0; i<5; ++i) s += p[i+1] / (arg+i); return std::log(s) + (arg-0.5)*std::log(t) - t; -*/ static const f31 pi(0xC90FDAA2, 1), - lbe(0xB8AA3B29, 0); +*/ static const f31 pi(0xC90FDAA2, 1), lbe(0xB8AA3B29, 0); unsigned int abs = arg & 0x7FFF, sign = arg & 0x8000; bool bsign = sign != 0; f31 z(abs), x = sign ? (z + f31(0x80000000, 0)) : z, t = x + f31(0x94CCCCCD, 2),