Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tests] Disable test_regression_opencl_float_mi100 if WORKAROUND_ISSUE_1317 is set. #1352

Merged
merged 1 commit into from
Dec 19, 2021

Conversation

atamazov
Copy link
Contributor

@atamazov atamazov commented Dec 18, 2021

Resolves #1351 and unblocks CI (the failures are random).

@atamazov
Copy link
Contributor Author

atamazov commented Dec 18, 2021

@junliume I highly recommend merging it to Staging and Mainline before 5.0 is cut.

@@ -173,6 +173,9 @@ option( WORKAROUND_ISSUE_1334 "" ${WORKAROUND_ISSUE_1334_DEFAULT})
set_var_to_condition(WORKAROUND_SWDEV_292187_DEFAULT MIOPEN_TEST_GFX1030)
option( WORKAROUND_SWDEV_292187 "" ${WORKAROUND_SWDEV_292187_DEFAULT})

set_var_to_condition(WORKAROUND_ISSUE_1317_DEFAULT MIOPEN_TEST_OPENCL)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually this is too much and WORKAROUND_ISSUE_1317 can be simply set to On, but there is no harm.

@codecov

This comment has been minimized.

@atamazov
Copy link
Contributor Author

Guys, please review.

@atamazov atamazov merged commit 2de4c8b into develop Dec 19, 2021
shaojiewang added a commit that referenced this pull request Dec 28, 2021
atamazov added a commit that referenced this pull request Dec 29, 2021
…d (Staging 95b58f7) (#1317) and Implement abstraction for multi-buffer workspace (#1326)  (#1327)

* add a class to represent workspace buffer traits
* add workspace buffer alignment for bwd and wrw
* comment out W/A 1317
* remove WORKAROUND_ISSUE_1317 macro
* fix ctest bug for transpose+asm igemm case: weights c=c/groups
* Update src/conv/invokers/impl_gemm_dynamic.cpp
* Revert "[tests] Disable test_regression_opencl_float_mi100 if WORKAROUND_ISSUE_1317 is set. (#1352)"

Co-authored-by: Artem Tamazov <artem.tamazov@gmail.com>
Co-authored-by: Jun Liu <Liu.Jun@amd.com>
@junliume junliume deleted the wa-issue-1317-leftover branch January 7, 2022 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

WORKAROUND_ISSUE_1317 must disable test_regression_opencl_float_mi100
2 participants