mirror of
https://github.com/ml-explore/mlx.git
synced 2025-09-05 16:13:52 +08:00
Add GPU support for uint64/int64 reductions (#569)
This commit is contained in:
@@ -55,6 +55,8 @@ class TestReduce(mlx_tests.MLXTestCase):
|
||||
"uint8",
|
||||
"uint16",
|
||||
"uint32",
|
||||
"int64",
|
||||
"uint64",
|
||||
]
|
||||
float_dtypes = ["float32"]
|
||||
|
||||
|
Reference in New Issue
Block a user