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 e70fa55 commit 140e30dCopy full SHA for 140e30d
ggml/src/ggml-cuda/vendors/hip.h
@@ -200,6 +200,7 @@
200
#endif
201
202
typedef hip_bfloat16 nv_bfloat16;
203
+typedef hip_bfloat162 nv_bfloat162;
204
205
typedef int8_t int8x4_t __attribute__((ext_vector_type(4)));
206
typedef uint8_t uint8x4_t __attribute__((ext_vector_type(4)));
ggml/src/ggml-cuda/vendors/musa.h
@@ -138,3 +138,4 @@
138
#define cudaOccupancyMaxActiveBlocksPerMultiprocessor musaOccupancyMaxActiveBlocksPerMultiprocessor
139
140
typedef mt_bfloat16 nv_bfloat16;
141
+typedef mt_bfloat162 nv_bfloat162;
0 commit comments