Commit 4a30c2d1 authored by Umang Yadav's avatar Umang Yadav
Browse files

works without vectorization

parent a866b43f
...@@ -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
{ {
......
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