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 cbd950b commit e1b8efbCopy full SHA for e1b8efb
ggml-cuda.cu
@@ -172,7 +172,7 @@
172
#endif
173
174
typedef int8_t int8x4_t __attribute__((ext_vector_type(4)));
175
-typedef uint8_t int8x4_t __attribute__((ext_vector_type(4)));
+typedef uint8_t uint8x4_t __attribute__((ext_vector_type(4)));
176
static __device__ __forceinline__ int __vsubss4(const int a, const int b) {
177
const int8x4_t va = reinterpret_cast<const int8x4_t&>(a);
178
const int8x4_t vb = reinterpret_cast<const int8x4_t&>(b);
0 commit comments