Add GPU support for uint64/int64 reductions (#569)

This commit is contained in:
Vijay Krish
2024-01-31 11:18:04 -08:00
committed by GitHub
parent bad67fec37
commit fcc5ac1c64
5 changed files with 654 additions and 192 deletions

View File

@@ -55,6 +55,8 @@ class TestReduce(mlx_tests.MLXTestCase):
"uint8",
"uint16",
"uint32",
"int64",
"uint64",
]
float_dtypes = ["float32"]