Skip to content

Commit

Permalink
FIX! Fix Ivy Failing Test: paddle - elementwise.allclose (ivy-llc#28166)
Browse files Browse the repository at this point in the history
fixed allclose not supported the bfloat16 for all backend
  • Loading branch information
MuhammadNizamani authored Feb 6, 2024
1 parent f150b9e commit 2c465d6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ def test_allclose(
dtype_and_x, rtol, atol, equal_nan, test_flags, backend_fw, fn_name, on_device
):
input_dtype, x = dtype_and_x
assume("bfloat16" not in input_dtype)
helpers.test_function(
input_dtypes=input_dtype,
test_flags=test_flags,
Expand Down

0 comments on commit 2c465d6

Please sign in to comment.