Add missing bfloat unary strided kernels and fix typo (#2058)

This commit is contained in:
ivarflakstad
2024-04-14 20:01:13 +02:00
committed by GitHub
parent 4ecedb1598
commit db7dbf3071
2 changed files with 21 additions and 1 deletions

View File

@ -175,5 +175,5 @@ BFLOAT_UNARY_OP(sign)
UNARY(id, bfloat, copy_bf16, copy_bf16_strided)
COPY2D(copy2d_bf64, bfloat)
COPY2D(copy2d_bf16, bfloat)
#endif