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
MIGraphX
Commits
4a30c2d1
Commit
4a30c2d1
authored
Nov 06, 2023
by
Umang Yadav
Browse files
works without vectorization
parent
a866b43f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
src/targets/gpu/kernels/include/migraphx/kernels/type_traits.hpp
...gets/gpu/kernels/include/migraphx/kernels/type_traits.hpp
+0
-5
No files found.
src/targets/gpu/kernels/include/migraphx/kernels/type_traits.hpp
View file @
4a30c2d1
...
@@ -142,11 +142,6 @@ MIGRAPHX_BUILTIN_TYPE_TRAITN(is_constructible);
...
@@ -142,11 +142,6 @@ MIGRAPHX_BUILTIN_TYPE_TRAITN(is_constructible);
MIGRAPHX_BUILTIN_TYPE_TRAITN
(
is_nothrow_constructible
);
MIGRAPHX_BUILTIN_TYPE_TRAITN
(
is_nothrow_constructible
);
MIGRAPHX_BUILTIN_TYPE_TRAITN
(
is_trivially_constructible
);
MIGRAPHX_BUILTIN_TYPE_TRAITN
(
is_trivially_constructible
);
template
<
>
struct
is_fundamental
<
migraphx
::
fp8e4m3fnuz
>
:
false_type
{
};
template
<
class
T
>
template
<
class
T
>
struct
remove_cv
struct
remove_cv
{
{
...
...
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