-
Notifications
You must be signed in to change notification settings - Fork 41
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
GPU improved launch parameters, memory usage, etc. #1100
base: dev
Are you sure you want to change the base?
GPU improved launch parameters, memory usage, etc. #1100
Conversation
…n block adjustment.
…ooks like a memory leak.
…lation tests work again
…ko_dgx_CI_launcparams
…ll a bit too for CI, A100 placements remain broken.
Now it would be possible to go back to a single ukko CUDA makefile, compiling and linking the binary to support both V100 and A100 cards (architectures 70 and 80) but compilation will take longer, and compiling for an older architecture should be safe. Thoughts? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If it otherwise works... But apart from this one comment I have not looked in detail.
And here too the output file is truncated mid-Ionos |
Differentiates between Ukko DGX (V100 nodes) and A100 nodes. Updates to up-to-date modules. DGX has much better queue times, but performance is still a bit too slow for CI (about 1h 20 mins). A100 nodes suffer, in addition to terrible queue times, from terrible core/thread/GPU placement, awaiting fixes from IT4sci.
GPU initial memory buffers were changed to scale with WID value so WID=8 binaries don't hog up crazy amounts of memory. Also fixed a mis-indexing in GPU memory reporting. Some tests still report more GPU memory use than expected, pending investigation.
Cleans away some broken timers from GPU branch.
Improves readability of batch operation launch parameters (use of
std::max
)Improves launch parameters for GPU kernels, especially when not using warp accessors (which is the default).