You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: benchmarks/maxtest/getting_started.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,21 @@ EXIT_CODE=0
44
44
45
45
- maxtest.sh will generate a YAML file in the directory that is passed to kubectl. This file can be modified and reused by running `kubectl apply -f maxtest.yaml`
46
46
47
+
### Passing custom libtpu or XLA flags ###
48
+
49
+
If we want to pass custom flags this is also possible by specifying
50
+
`--libtpu_args`.
51
+
52
+
53
+
#### Setting flags for SDC checking ####
54
+
55
+
Useful checking for the existence of SDC on TPU hardware.
0 commit comments