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] Support "No GPU" environemnt #2918

Open
atamazov opened this issue Apr 24, 2024 · 0 comments
Open

[tests] Support "No GPU" environemnt #2918

atamazov opened this issue Apr 24, 2024 · 0 comments

Comments

@atamazov
Copy link
Contributor

The original CMakeLists.txt has the detection of the "NO GPU case" and then

if(MIOPEN_NO_GPU)
    set(SKIP_ALL_EXCEPT_TESTS test_include_inliner test_kernel_build_params
            test_test_errors test_type_name test_tensor_test test_sqlite_perfdb test_sequences
            test_pooling3d test_perfdb)
endif()

If we want the non-discrete gtest to work without GPU (like the original make check), then we need to fully port MIOPEN_NO_GPU functionality.

Originally posted by @atamazov in #2909 (comment)


[Attribution] @junliume @JehandadKhan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants