You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Refactor ROCm skip decorators in quantization tests
Updated the skip decorators for ROCm in the quantization test suite to use the new `skip_if_rocm` utility, providing more descriptive messages for each test case. This change enhances clarity regarding ROCm support status in the tests.
* Reorganize ROCm skip decorator import in quantization tests
Moved the import statement for `skip_if_rocm` to maintain consistency in the test file structure. This change ensures that the utility is properly utilized in the context of the x86 Inductor quantization tests.
* Update ROCm skip decorator message in quantization test
Changed the message for the `skip_if_rocm` decorator in the `test_qat_qconv2d` test case to clarify that ROCm support is not applicable, enhancing the clarity of the test's intent.
0 commit comments