Skip to content

Commit 6e6c0c6

Browse files
committed
more documentation
1 parent 19fde78 commit 6e6c0c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_transformers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def _check_equal(
132132
if golden.is_cuda and golden.dtype == torch.float32:
133133
assert torch.backends.cuda.math_sdp.fp32_precision == "ieee", (
134134
"Testing script error: FP32 golden tensor must be calculated with IEEE"
135-
" precision"
135+
" precision. Add @math_sdp_precision('ieee') to related tests to fix it."
136136
)
137137

138138
# Compute error between golden

0 commit comments

Comments
 (0)