Skip to content

Commit 8d792f6

Browse files
authored
Fix the workaround removal (#4175)
Fixes the bug introduced when hiptrc workaround was removed.
1 parent 238238b commit 8d792f6

File tree

1 file changed

+0
-9
lines changed
  • src/targets/gpu/kernels/include/migraphx/kernels

1 file changed

+0
-9
lines changed

src/targets/gpu/kernels/include/migraphx/kernels/types.hpp

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,6 @@
2929
namespace migraphx {
3030

3131
#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)
4132
using int8_t = __hip_int8_t;
4233
using uint8_t = __hip_uint8_t;
4334
using int16_t = __hip_int16_t;

0 commit comments

Comments
 (0)