[foss/2024a] add additional patches for PyTorch 2.9.1 to fix problems with the tests + exclude inductor/test_flex* tests#25492
Conversation
aeaba06 to
f8993db
Compare
|
@boegelbot please test @ jsc-zen3 |
|
@boegel: Request for testing this PR well received on jsczen3l1.int.jsc-zen3.fz-juelich.de PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 4040716240 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @Flamefire |
|
Test report by @boegelbot |
|
Added patches for issues discovered in EESSI while testing for ARM: EESSI/software-layer#1389 Bulk of failures was due to not building with MKLDNN. |
|
@boegelbot please test @ jsc-zen3 |
|
@ocaisa: Request for testing this PR well received on jsczen3l1.int.jsc-zen3.fz-juelich.de PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 4056340460 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @Flamefire |
|
Test report by @boegelbot |
inductor/test_flex* tests
|
Test report by @boegel |
inductor/test_flex* testsinductor/test_flex* tests
|
Going in, thanks @Flamefire! |
(created using
eb --new-pr)I noticed some code in
tools/stats/import_test_stats.pythat is executed by 4 tests. That will transform the JSON dict containing the disabled tests to have entries of the formdisabled_test, (issue_url, platforms)instead ofdisabled_test, (pr_num, issue_url, platforms)as the downloaded file has.This function modifies the file in-place.
With the current patch any test that is executed after this modification will fail with:
Additionally this function will download the file again if it deems it outdated. I updated the patch to skip this and just return the contents of the file (taken from the branch used when the file exists and is up to date)