We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
JehandadKhan
junliume
atamazov
No branches or pull requests
The original CMakeLists.txt has the detection of the "NO GPU case" and then
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
The text was updated successfully, but these errors were encountered: