Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
EricLBuehler committed Nov 28, 2024
1 parent 4fef080 commit f00023c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion candle-metal-kernels/src/binary.metal
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ BINARY(FN, int64_t, uint8_t, NAME##_i64, NAME##_i64_strided);
BINARY(FN, bfloat16_t, bfloat16_t, NAME##_bf16, NAME##_bf16_strided);

#define BFLOAT_BINARY_OP_OUT(NAME, FN) \
BINARY(FN, bfloat, uint8_t, NAME##_bf16, NAME##_bf16_strided);
BINARY(FN, bfloat16_t, uint8_t, NAME##_bf16, NAME##_bf16_strided);

BINARY_OP(x + y, add)
BINARY_OP(x - y, sub)
Expand Down

0 comments on commit f00023c

Please sign in to comment.