Skip to content

Commit cad4839

Browse files
jingxu10svekars
andauthored
correct doc that is reported in pytorch/pytorch#113522 (#2683)
Co-authored-by: Svetlana Karslioglu <svekars@meta.com>
1 parent c043bab commit cad4839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intermediate_source/scaled_dot_product_attention_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def benchmark_torch_function_in_microseconds(f, *args, **kwargs):
114114
#
115115
# Depending on what machine you ran the above cell on and what hardware is
116116
# available, your results might be different.
117-
# - If you don’t have a GPU and are running on CPU then the context manager
117+
# - If you don’t have a GPU and are running on CPU then with FP32 the context manager
118118
# will have no effect and all three runs should return similar timings.
119119
# - Depending on what compute capability your graphics card supports
120120
# flash attention or memory efficient might have failed.

0 commit comments

Comments
 (0)