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_ROCM
Commits
670028c3
Commit
670028c3
authored
Nov 26, 2024
by
Andriy Roshchenko
Browse files
Cleanup merge artifacts
parent
175a17f8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
16 deletions
+7
-16
include/ck/utility/data_type.hpp
include/ck/utility/data_type.hpp
+7
-16
No files found.
include/ck/utility/data_type.hpp
View file @
670028c3
...
...
@@ -59,13 +59,8 @@ inline constexpr bool is_native_type()
{
return
is_same
<
T
,
double
>::
value
||
is_same
<
T
,
float
>::
value
||
is_same
<
T
,
half_t
>::
value
||
is_same
<
T
,
bhalf_t
>::
value
||
is_same
<
T
,
int32_t
>::
value
||
is_same
<
T
,
int8_t
>::
value
||
<<<<<<<
HEAD
is_same
<
T
,
uint8_t
>::
value
||
is_same
<
T
,
f8_t
>::
value
||
is_same
<
T
,
bf8_t
>::
value
||
is_same
<
T
,
bool
>::
value
||
is_same
<
T
,
f4_t
>::
value
;
=======
is_same
<
T
,
uint8_t
>::
value
||
is_same
<
T
,
f8_fnuz_t
>::
value
||
is_same
<
T
,
bf8_fnuz_t
>::
value
||
is_same
<
T
,
bool
>::
value
;
>>>>>>>
1504
c3e8f552f519e963f3bc1880946c00a7fbc5
is_same
<
T
,
bf8_fnuz_t
>::
value
||
is_same
<
T
,
bool
>::
value
||
is_same
<
T
,
f4_t
>::
value
;
}
// vector_type
...
...
@@ -2044,7 +2039,6 @@ struct NumericUtils<half_t>
};
template
<
>
<<<<<<<
HEAD
struct
NumericUtils
<
bhalf_t
>
{
static
constexpr
int
exp
=
8
;
...
...
@@ -2054,10 +2048,7 @@ struct NumericUtils<bhalf_t>
};
template
<
>
struct
NumericUtils
<
f8_t
>
=======
struct
NumericUtils
<
f8_fnuz_t
>
>>>>>>>
1504
c3e8f552f519e963f3bc1880946c00a7fbc5
{
static
constexpr
int
exp
=
4
;
static
constexpr
int
mant
=
3
;
...
...
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