Skip to content

Conversation

@dnikolaev-amd
Copy link

@dnikolaev-amd dnikolaev-amd commented Apr 25, 2025

MIOpen doesn't support convolution on Navi

  • add NAVI_ARCH and skipIfRocmArch to common_utils.py
  • test_jit.py::TestFrozenOptimizations::test_freeze_conv_relu_fusion* - skipped on Navi4, not supported by MIOpen
  • nn/test_convolution.py::TestConvolutionNNDeviceTypeCUDA::test_cudnn_convolution_relu_cuda_float32 - skipped on Navi4, not supported by MIOpen

Fixes: SWDEV-527625
(partially cherry picked from commit a07b6bf)

Cherry-picked to release/2.8 branch via #2675

@dnikolaev-amd dnikolaev-amd force-pushed the rel2.6_skip_convolution_tests_on_navi branch from 64b148e to a753b21 Compare April 25, 2025 21:36
Fixes: SWDEV-527625

- test_jit.py::TestFrozenOptimizations::test_freeze_conv_relu_fusion* - skipped on Navi4, not supported by MIOpen
- nn/test_convolution.py::TestConvolutionNNDeviceTypeCUDA::test_cudnn_convolution_relu_cuda_float32 - skipped on Navi4, not supported by MIOpen

(partially cherry picked from commit a07b6bf)
@dnikolaev-amd dnikolaev-amd force-pushed the rel2.6_skip_convolution_tests_on_navi branch from a753b21 to 2fc5cb1 Compare April 25, 2025 21:38
@dnikolaev-amd dnikolaev-amd marked this pull request as ready for review April 25, 2025 21:39
@rocm-repo-management-api
Copy link

Jenkins build for 2fc5cb109e490f31bbf084ca1797a12ab0ce617e commit is in progress
Links: Blue Ocean view / Build artifacts

@pruthvistony
Copy link
Collaborator

Please upstream this patch.

@pruthvistony pruthvistony merged this pull request into release/2.6 Apr 28, 2025
2 of 6 checks passed
@pruthvistony pruthvistony deleted the rel2.6_skip_convolution_tests_on_navi branch April 28, 2025 05:11
jithunnair-amd pushed a commit that referenced this pull request Apr 28, 2025
MIOpen doesn't support convolution on Navi

- add `NAVI_ARCH` and `skipIfRocmArch` to common_utils.py
- test_jit.py::TestFrozenOptimizations::test_freeze_conv_relu_fusion* -
skipped on Navi4, not supported by MIOpen
-
nn/test_convolution.py::TestConvolutionNNDeviceTypeCUDA::test_cudnn_convolution_relu_cuda_float32
- skipped on Navi4, not supported by MIOpen

Fixes: SWDEV-527625
(partially cherry picked from commit
a07b6bf)
jithunnair-amd pushed a commit that referenced this pull request Jun 5, 2025
MIOpen doesn't support convolution on Navi

- add `NAVI_ARCH` and `skipIfRocmArch` to common_utils.py
- test_jit.py::TestFrozenOptimizations::test_freeze_conv_relu_fusion* -
skipped on Navi4, not supported by MIOpen
-
nn/test_convolution.py::TestConvolutionNNDeviceTypeCUDA::test_cudnn_convolution_relu_cuda_float32
- skipped on Navi4, not supported by MIOpen

Fixes: SWDEV-527625
(partially cherry picked from commit
a07b6bf)

(cherry picked from commit e53a999)
jithunnair-amd pushed a commit that referenced this pull request Jun 6, 2025
MIOpen doesn't support convolution on Navi

- add `NAVI_ARCH` and `skipIfRocmArch` to common_utils.py
- test_jit.py::TestFrozenOptimizations::test_freeze_conv_relu_fusion* -
skipped on Navi4, not supported by MIOpen
-
nn/test_convolution.py::TestConvolutionNNDeviceTypeCUDA::test_cudnn_convolution_relu_cuda_float32
- skipped on Navi4, not supported by MIOpen

Fixes: SWDEV-527625
(partially cherry picked from commit
a07b6bf)

(cherry picked from commit e53a999)
@k-artem
Copy link

k-artem commented Sep 24, 2025

! cherry-pick --onto release/2.8

@dhonnappa-amd
Copy link

Created branch autogenerated/release/2.8_cherry-pick_pr-2055 and #2675. It contains a merge conflict. Please resolve it

Comment processed by Build

k-artem added a commit that referenced this pull request Sep 26, 2025
Cherry-pick of #2055, but changed
due to these testcases work on Navi3x as expected, for Navi4x these
testcases skipped until support of next kernels will be added:
* for test_freeze_conv_relu_fusion_not_forward and
test_freeze_conv_relu_fusion: `ConvBinWinogradRxSf2x3g1Fused`
* for test_cudnn_convolution_relu: `ConvBinWinogradRxSf2x3g1`,
`ConvBinWinogradRxSf2x3g1Fused` and `ConvWinoFuryRxS<2-3>`

#SWDEV-555401

---------

Co-authored-by: Dmitry Nikolaev <139769634+dnikolaev-amd@users.noreply.github.com>
Co-authored-by: Artem Kuzmitckii <akuzmitc@amd.com>
k-artem added a commit that referenced this pull request Nov 3, 2025
Cherry-pick of next(should be reverted as soons as wino conv kernels
will be added to miopen, work in progress):

[AUTOGENERATED] [release/2.8] skip convolution tests on Navi4x (#2675)

Cherry-pick of #2055, but changed
due to these testcases work on Navi3x as expected, for Navi4x these
testcases skipped until support of next kernels will be added:
* for test_freeze_conv_relu_fusion_not_forward and
test_freeze_conv_relu_fusion: `ConvBinWinogradRxSf2x3g1Fused`
* for test_cudnn_convolution_relu: `ConvBinWinogradRxSf2x3g1`,
`ConvBinWinogradRxSf2x3g1Fused` and `ConvWinoFuryRxS<2-3>`

---------

Co-authored-by: Dmitry Nikolaev <139769634+dnikolaev-amd@users.noreply.github.com>
Co-authored-by: Artem Kuzmitckii <akuzmitc@amd.com>
(cherry picked from commit 245bf6e)
k-artem added a commit that referenced this pull request Nov 3, 2025
Cherry-pick of #2675 (original
commit #2055), for Navi4x only these
testcases skipped until support of next kernels will be added (progress
can be tracked here ROCm/rocm-libraries#2237):

for test_freeze_conv_relu_fusion_not_forward and
test_freeze_conv_relu_fusion: ConvBinWinogradRxSf2x3g1Fused
for test_cudnn_convolution_relu: ConvBinWinogradRxSf2x3g1,
ConvBinWinogradRxSf2x3g1Fused and ConvWinoFuryRxS<2-3>

Fixes #SWDEV-555401

Co-authored-by: Divin Honnappa <divin.honnappa@amd.com>
Co-authored-by: Dmitry Nikolaev <139769634+dnikolaev-amd@users.noreply.github.com>
jeffdaily pushed a commit that referenced this pull request Nov 17, 2025
Cherry-pick of #2675 (original
commit #2055), for Navi4x only these
testcases skipped until support of next kernels will be added (progress
can be tracked here ROCm/rocm-libraries#2237):

for test_freeze_conv_relu_fusion_not_forward and
test_freeze_conv_relu_fusion: ConvBinWinogradRxSf2x3g1Fused
for test_cudnn_convolution_relu: ConvBinWinogradRxSf2x3g1,
ConvBinWinogradRxSf2x3g1Fused and ConvWinoFuryRxS<2-3>

Fixes #SWDEV-555401

Co-authored-by: Divin Honnappa <divin.honnappa@amd.com>
Co-authored-by: Dmitry Nikolaev <139769634+dnikolaev-amd@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants