"...git@developer.sourcefind.cn:OpenDAS/mmdetection3d.git" did not exist on "6aab10da2f753f64fbac229e50134702b2808cce"
Commit 5da68df6 authored by Umang Yadav's avatar Umang Yadav
Browse files

remove using for dtypes

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