Commit 2a5595e
[release/2.7] Fix test_rnn_check_device tests for P1 Jira SWDEV-542659 (#2440)
This PR has fixes for P1 Jira
https://ontrack-internal.amd.com/browse/SWDEV-542659.
In this Jira, there are 3 test files with failing tests.
1) distributed.test_distributed_spawn
2) test_binary_ufuncs
3) test_nn
The test files **distributed.test_distributed_spawn** &
**test_binary_ufuncs** are passing with latest mainline build-
**registry-sc-harbor.amd.com/framework/compute-rocm-dkms-no-npi-hipclang:16426_ubuntu22.04_py3.10_pytorch_lw_release-2.7_fe3d37a9**.
The test file **test_nn** has 2 failing tests-
**test_batchnorm_3D_train_NCHW_vs_native_mixed_float16** &
**test_RNN_dropout_state**.
The **test_batchnorm_3D_train_NCHW_vs_native_mixed_float16** test is
skipped from PR #2370.
The **test_RNN_dropout_state** is fixed by cherry picking upstream
commit 1aa971a.
Tested on MI200 with docker image-
**registry-sc-harbor.amd.com/framework/compute-rocm-dkms-no-npi-hipclang:16426_ubuntu22.04_py3.10_pytorch_lw_release-2.7_fe3d37a9**.
---------
Co-authored-by: Iurii Paikov <[email protected]>
Co-authored-by: Jeff Daily <[email protected]>
Co-authored-by: Nikita Shulga <[email protected]>1 parent ab27a01 commit 2a5595e
1 file changed
+5
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
129 | 128 | | |
130 | 129 | | |
131 | 130 | | |
| |||
0 commit comments