Fix eye for larger matrices (#463)

* fix eye
* fix scatter for <32bit (non native atomic) types
* fix int overflow
This commit is contained in:
Awni Hannun
2024-01-16 00:51:24 -08:00
committed by GitHub
parent c15fe3e61b
commit a2ffea683a
6 changed files with 109 additions and 65 deletions

View File

@@ -1,5 +1,6 @@
set(
HEADERS
${CMAKE_CURRENT_SOURCE_DIR}/atomic.h
${CMAKE_CURRENT_SOURCE_DIR}/bf16.h
${CMAKE_CURRENT_SOURCE_DIR}/bf16_math.h
${CMAKE_CURRENT_SOURCE_DIR}/complex.h