Make sure softmax doesn't change the actual max

This commit is contained in:
Angelos Katharopoulos
2025-06-22 23:34:32 -07:00
parent 818e8e663e
commit fd1d0821d2
2 changed files with 2 additions and 3 deletions

View File

@@ -13,7 +13,6 @@ cuda_skip = {
"TestLayers.test_upsample",
"TestOps.test_complex_ops",
"TestOps.test_dynamic_slicing",
"TestOps.test_softmax",
"TestReduce.test_axis_permutation_sums",
"TestReduce.test_dtypes",
"TestReduce.test_expand_sums",