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: src/benchmark_utils.py
+36-1Lines changed: 36 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,14 @@
18
18
importsubprocess
19
19
importshutil
20
20
21
+
# The dictionary to map a CPU collective function to its corresponding operation on TPU
22
+
# "psum_scatter_ici_op" has different implementation according to its `matrix_dim` and the number of TPUs, so it's not considered in this mapping dictionary.
0 commit comments