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

Move test_perf.py from bin dir #3667

Merged
merged 7 commits into from
Apr 10, 2025
Merged

Move test_perf.py from bin dir #3667

merged 7 commits into from
Apr 10, 2025

Conversation

cderb
Copy link
Contributor

@cderb cderb commented Apr 3, 2025

Move test_perf.py to prevent overlap in rocm bin dir.
cmake flag for installing test_perf.py
https://ontrack-internal.amd.com/browse/SWDEV-522566

Copy link
Contributor

@BrianHarrisonAMD BrianHarrisonAMD left a comment

Choose a reason for hiding this comment

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

Looks good to me!

@cderb cderb requested a review from nunnikri April 3, 2025 18:48
option( MIOPEN_TEST_DBSYNC "" OFF )
option( MIOPEN_TEST_PERF "" OFF )

if(MIOPEN_TEST_PERF)
Copy link

@nunnikri nunnikri Apr 3, 2025

Choose a reason for hiding this comment

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

Its safer to add ASAN condition . And same check is needed in line no #39. We dont need to package share folder for asan package
if( NOT ENABLE_ASAN_PACKAGING )

Copy link
Contributor Author

Choose a reason for hiding this comment

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

added asan package condition to cmake

@cderb cderb requested a review from nunnikri April 9, 2025 13:30
@cderb cderb merged commit ff460a2 into develop Apr 10, 2025
34 of 82 checks passed
@cderb cderb deleted the cderb/mv_test_perf_bin branch April 10, 2025 17:42
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.

3 participants