Skip to content

Commit b6f37ac

Browse files
committed
Merge branch 'a100' into lm_workload_tf32
2 parents 85705d7 + c9899cf commit b6f37ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

algoperf/pytorch_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121

2222
def pytorch_setup() -> Tuple[bool, int, torch.device, int]:
23+
torch.set_float32_matmul_precision('high')
2324
# PyTorch set TF32
2425
# torch.backends.fp32_precision = "ieee"
2526
# torch.backends.cuda.matmul.fp32_precision = "tf32"

0 commit comments

Comments
 (0)