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

Fix time reporting in SPMV merge-path test: don't scale times by 0.001 #755

Merged
merged 1 commit into from
Jun 29, 2020

Conversation

brian-kelley
Copy link
Contributor

This way, times are reported in seconds. Since no units are printed this is what the user would expect to see.

This way, times are reported in seconds, not thousands of seconds
@brian-kelley brian-kelley self-assigned this Jun 29, 2020
@brian-kelley
Copy link
Contributor Author

#######################################################
PASSED TESTS
#######################################################
clang-8.0-Cuda_OpenMP-release build_time=644 run_time=176
clang-8.0-Pthread_Serial-release build_time=231 run_time=125
clang-9.0.0-Pthread-release build_time=125 run_time=55
clang-9.0.0-Serial-release build_time=136 run_time=63
cuda-10.1-Cuda_OpenMP-release build_time=870 run_time=198
cuda-9.2-Cuda_Serial-release build_time=781 run_time=190
gcc-4.8.4-OpenMP-release build_time=133 run_time=63
gcc-7.3.0-OpenMP-release build_time=147 run_time=62
gcc-7.3.0-Pthread-release build_time=130 run_time=57
gcc-8.3.0-Serial-release build_time=154 run_time=66
gcc-9.1-OpenMP-release build_time=194 run_time=62
gcc-9.1-Serial-release build_time=186 run_time=62
intel-17.0.1-Serial-release build_time=262 run_time=57
intel-18.0.5-OpenMP-release build_time=382 run_time=55
intel-19.0.5-Pthread-release build_time=470 run_time=54

@brian-kelley brian-kelley merged commit 023169d into kokkos:develop Jun 29, 2020
@brian-kelley brian-kelley deleted the FixMergePerfTest branch July 24, 2020 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants