We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 238238b commit 8d792f6Copy full SHA for 8d792f6
src/targets/gpu/kernels/include/migraphx/kernels/types.hpp
@@ -29,15 +29,6 @@
29
namespace migraphx {
30
31
#if defined(MIGRAPHX_USE_HIPRTC)
32
-using int8_t = signed char;
33
-using uint8_t = unsigned char;
34
-using int16_t = signed short;
35
-using uint16_t = unsigned short;
36
-using int32_t = signed int;
37
-using uint32_t = unsigned int;
38
-using int64_t = signed long long;
39
-using uint64_t = unsigned long long;
40
-#elif defined(MIGRAPHX_USE_HIPRTC)
41
using int8_t = __hip_int8_t;
42
using uint8_t = __hip_uint8_t;
43
using int16_t = __hip_int16_t;
0 commit comments