Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
composable_kernel
Commits
3d32ae94
Commit
3d32ae94
authored
Jul 30, 2021
by
Chao Liu
Browse files
add solver ConvIgemmFwdV6r1DlopsNchwKcyxNkhw; rename static ck source files
parent
f6edda61
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
external/half/include/half.hpp
external/half/include/half.hpp
+1
-2
No files found.
external/half/include/half.hpp
View file @
3d32ae94
...
@@ -2404,8 +2404,7 @@ unsigned int gamma(unsigned int arg)
...
@@ -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)
0.0114684895434781459556 }; double t = arg + 4.65, s = p[0]; for(unsigned int i=0; i<5; ++i)
s += p[i+1] / (arg+i);
s += p[i+1] / (arg+i);
return std::log(s) + (arg-0.5)*std::log(t) - t;
return std::log(s) + (arg-0.5)*std::log(t) - t;
*/
static
const
f31
pi
(
0xC90FDAA2
,
1
),
*/
static
const
f31
pi
(
0xC90FDAA2
,
1
),
lbe
(
0xB8AA3B29
,
0
);
lbe
(
0xB8AA3B29
,
0
);
unsigned
int
abs
=
arg
&
0x7FFF
,
sign
=
arg
&
0x8000
;
unsigned
int
abs
=
arg
&
0x7FFF
,
sign
=
arg
&
0x8000
;
bool
bsign
=
sign
!=
0
;
bool
bsign
=
sign
!=
0
;
f31
z
(
abs
),
x
=
sign
?
(
z
+
f31
(
0x80000000
,
0
))
:
z
,
t
=
x
+
f31
(
0x94CCCCCD
,
2
),
f31
z
(
abs
),
x
=
sign
?
(
z
+
f31
(
0x80000000
,
0
))
:
z
,
t
=
x
+
f31
(
0x94CCCCCD
,
2
),
...
...
gaoqiong
@gaoqiong
mentioned in commit
dfb80c4e
·
Dec 05, 2023
mentioned in commit
dfb80c4e
mentioned in commit dfb80c4e39ec7b304c3ebc88bab2a204bc4906b9
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment