-
Notifications
You must be signed in to change notification settings - Fork 97
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
improve context information for benchmarks #1718
Comments
My suggestion for priority is:
|
@lucbv @cwpearson are you ok with the priority above? |
Sure that sounds reasonable. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Originally posted by @cwpearson in #1636 (comment)
Include more information in benchmark context.
Relevant part of the current JSON output.
Kokkos::print_configuration
)yes
/no
already available inKokkosKernels::print_configuration
)google/benchmark
lib version in benchmark output #1750GOOGLE_BENCHMARK_VERSION: 1.6.2
(potentially to be done in Kokkos Core)
(from querying the environment variables, or querying the OpenMP API programmatically)
OMP_NUM_THREADS
OMP_DYNAMIC
OMP_PROC_BIND
OMP_PLACES
Kokkos::print_configuration
:[numa_count x core_per_numa x thread_per_core]
, see relevant code in Kokkos Core(potentially to be done in Kokkos Core)
nvidia-smi
)The text was updated successfully, but these errors were encountered: