-
Notifications
You must be signed in to change notification settings - Fork 73
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
[FEA] ANN bench improvements #160
Labels
feature request
New feature or request
Comments
Suggestions for improved naming
|
rapids-bot bot
pushed a commit
that referenced
this issue
Jul 29, 2024
Add extra information to benchmark context for better reproducibility and performance analysis: 1. Full command line used to call the executable (so you can copy-paste and run again). 2. More CUDA device information: whether HMM, AST, or host atomics are available (how GPU can efficiently communicate with CPU). 3. Host information: min/max frequences, used virtual processors and cores, available physical memory and swap (does the benchmark segfault due to not enough host memory? is SMT enabled? etc). Addresses parts of #160 Authors: - Artem M. Chirkin (https://github.com/achirkin) Approvers: - Tamas Bela Feher (https://github.com/tfeher) URL: #248
divyegala
pushed a commit
to divyegala/cuvs
that referenced
this issue
Jul 31, 2024
Add extra information to benchmark context for better reproducibility and performance analysis: 1. Full command line used to call the executable (so you can copy-paste and run again). 2. More CUDA device information: whether HMM, AST, or host atomics are available (how GPU can efficiently communicate with CPU). 3. Host information: min/max frequences, used virtual processors and cores, available physical memory and swap (does the benchmark segfault due to not enough host memory? is SMT enabled? etc). Addresses parts of rapidsai#160 Authors: - Artem M. Chirkin (https://github.com/achirkin) Approvers: - Tamas Bela Feher (https://github.com/tfeher) URL: rapidsai#248
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
During porting the ANN benchmarks from RAFT (#130), a list of potential improvements was created:
The text was updated successfully, but these errors were encountered: