-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Patatrack integration - common tools updates (3/N) #31110
Patatrack integration - common tools updates (3/N) #31110
Conversation
Adjust the growth factor in the caching allocators to use more granular bins, reducing the memory wasted by the allocations.
CachingDeviceAllocator: - add the device allocator status to the public interface - monitor the requested amount of bytes in addition to the allocated amount CUDAMonitoringService: - print CUDA memory information after each module, including stats from caching allocator
Remove the C++ 17 compatibility functions now that CUDA 11.0 and later support C++ 17 natively.
Adds the type-safe wrappers for performing host-to-device asynchronous copies of data from a cms::cuda::host::noncached::unique_ptr<T> to a cms::cuda::device::unique_ptr<T>.
Add options to cmsCudaRebuild.sh: - "-v" to make scram be verbose and print all compilation commands - "-g" to enable host and device debug symbols - "-G" to enable host and device debug symbols, and device asserts
Support having multiple `-gencode arch=compute_..,code=sm_..` options on a single line, as well as one set of options on each line.
@cmsbuild, please test |
enable gpu |
The code-checks are being triggered in jenkins. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-31110/17680
|
The tests are being triggered in jenkins.
|
A new Pull Request was created by @fwyzard (Andrea Bocci) for master. It involves the following packages: HeterogeneousCore/CUDAServices @makortel, @cmsbuild, @fwyzard can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
+1 |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
+1 |
This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @silviodonato, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
Update tools for working on GPUs, following the Patatrack developments since #29110.
PR validation:
Changes in use in the Patatrack releases.
if this PR is a backport please specify the original PR and why you need to backport that PR:
Includes changes from: