Throw an exception if BLAS GESV is not enabled (#837) #839
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
We don't have fallback implementation for GESV. If no TPL provides
it, throw an exception. Partial fix for #837 - I would like to write a serial fallback when I get some time.
#######################################################
PASSED TESTS
#######################################################
clang-8.0-Cuda_OpenMP-release build_time=711 run_time=135
clang-8.0-Pthread_Serial-release build_time=221 run_time=146
clang-9.0.0-Pthread-release build_time=138 run_time=65
clang-9.0.0-Serial-release build_time=151 run_time=53
cuda-10.1-Cuda_OpenMP-release build_time=918 run_time=136
cuda-11.0-Cuda_OpenMP-release build_time=973 run_time=136
cuda-9.2-Cuda_Serial-release build_time=921 run_time=197
gcc-7.3.0-OpenMP-release build_time=150 run_time=47
gcc-7.3.0-Pthread-release build_time=125 run_time=63
gcc-8.3.0-Serial-release build_time=149 run_time=50
gcc-9.1-OpenMP-release build_time=186 run_time=47
gcc-9.1-Serial-release build_time=182 run_time=60
intel-17.0.1-Serial-release build_time=501 run_time=62
intel-18.0.5-OpenMP-release build_time=486 run_time=51
intel-19.0.5-Pthread-release build_time=429 run_time=72