Commit 5da68df6 authored by Umang Yadav's avatar Umang Yadav
Browse files

remove using for dtypes

parent d2c25a07
......@@ -30,18 +30,13 @@
#pragma clang diagnostic ignored "-Wc++20-extensions"
#endif // __clang__
#include <migraphx/kernels/hip.hpp>
#define MIGRAPHX_HIP_DEVICE __device__
// We are clipping in down conversion by default
#define MIGRAPHX_F8_DOWNCAST_CLIPPING 1
#include <migraphx/kernels/hip.hpp>
#include <migraphx/kernels/types.hpp>
using uint8_t = migraphx::uint8_t;
using uint16_t = migraphx::uint16_t;
using uint32_t = migraphx::uint32_t;
#include <migraphx/kernels/float8_impl.hpp>
namespace migraphx {
......
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