-
Notifications
You must be signed in to change notification settings - Fork 244
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
Conversation
There was a problem hiding this 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!
test/CMakeLists.txt
Outdated
option( MIOPEN_TEST_DBSYNC "" OFF ) | ||
option( MIOPEN_TEST_PERF "" OFF ) | ||
|
||
if(MIOPEN_TEST_PERF) |
There was a problem hiding this comment.
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 )
There was a problem hiding this comment.
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
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