Skip to content

Commit e1b8efb

Browse files
committed
Will this fix ROCm?
1 parent cbd950b commit e1b8efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml-cuda.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
#endif
173173

174174
typedef int8_t int8x4_t __attribute__((ext_vector_type(4)));
175-
typedef uint8_t int8x4_t __attribute__((ext_vector_type(4)));
175+
typedef uint8_t uint8x4_t __attribute__((ext_vector_type(4)));
176176
static __device__ __forceinline__ int __vsubss4(const int a, const int b) {
177177
const int8x4_t va = reinterpret_cast<const int8x4_t&>(a);
178178
const int8x4_t vb = reinterpret_cast<const int8x4_t&>(b);

0 commit comments

Comments
 (0)