Skip to content

Commit 140e30d

Browse files
try CI fix
1 parent e70fa55 commit 140e30d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ggml/src/ggml-cuda/vendors/hip.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@
200200
#endif
201201

202202
typedef hip_bfloat16 nv_bfloat16;
203+
typedef hip_bfloat162 nv_bfloat162;
203204

204205
typedef int8_t int8x4_t __attribute__((ext_vector_type(4)));
205206
typedef uint8_t uint8x4_t __attribute__((ext_vector_type(4)));

ggml/src/ggml-cuda/vendors/musa.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,3 +138,4 @@
138138
#define cudaOccupancyMaxActiveBlocksPerMultiprocessor musaOccupancyMaxActiveBlocksPerMultiprocessor
139139

140140
typedef mt_bfloat16 nv_bfloat16;
141+
typedef mt_bfloat162 nv_bfloat162;

0 commit comments

Comments
 (0)