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
5da68df6
"...git@developer.sourcefind.cn:OpenDAS/mmdetection3d.git" did not exist on "6aab10da2f753f64fbac229e50134702b2808cce"
Commit
5da68df6
authored
Nov 17, 2023
by
Umang Yadav
Browse files
remove using for dtypes
parent
d2c25a07
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
src/targets/gpu/kernels/include/migraphx/kernels/float8.hpp
src/targets/gpu/kernels/include/migraphx/kernels/float8.hpp
+1
-6
No files found.
src/targets/gpu/kernels/include/migraphx/kernels/float8.hpp
View file @
5da68df6
...
@@ -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
{
...
...
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