Skip to content

Commit 434cd61

Browse files
authored
Return elapsed_time patch (#2828)
Otherwise we use an imprecise implementation: `WARNING:root:Wall time is used instead of elapsed_time (not supported). The timing measurements could be innacurate.` Ref: https://github.com/intel/intel-xpu-backend-for-triton/actions/runs/12030035565/job/33536601898 We need to do that after PyTorch pin update: d804502 Signed-off-by: Anatoly Myachev <[email protected]>
1 parent 2a72ba2 commit 434cd61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/patch-pytorch.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ echo "Applying PyTorch patches in $REPO_ROOT"
1616
cd "$REPO_ROOT"
1717

1818
curl -sSL https://github.com/pytorch/pytorch/pull/126516.diff | git apply -
19+
curl -sSL https://github.com/pytorch/pytorch/pull/126456.diff | git apply -

0 commit comments

Comments
 (0)