| 21758 | } |
| 21759 | |
| 21760 | static bool metal_graph_cuda_tp_ep_finish_reduce( |
| 21761 | ds4_gpu_graph *g, |
| 21762 | int home_tier, |
| 21763 | int partner_tier, |
| 21764 | bool direct_return, |
| 21765 | uint64_t return_bytes, |
| 21766 | bool combine) { |
| 21767 | bool ok; |
| 21768 | if (direct_return) { |
| 21769 | ok = ds4_gpu_tensor_wait_xdev_default( |
no test coverage detected