mirror of
https://github.com/ml-explore/mlx.git
synced 2025-12-16 01:49:05 +08:00
fix warnings showing up with -Wall (#2692)
This commit is contained in:
@@ -447,7 +447,7 @@ TEST_CASE("test gpu matmul") {
|
||||
TEST_CASE("test gpu validation") {
|
||||
// Run this test with Metal validation enabled
|
||||
// METAL_DEVICE_WRAPPER_TYPE=1 METAL_DEBUG_ERROR_MODE=0 ./tests/tests \
|
||||
// -tc="test metal validation" \
|
||||
// -tc="test metal validation"
|
||||
|
||||
auto x = array({});
|
||||
eval(exp(x));
|
||||
|
||||
Reference in New Issue
Block a user