-
Notifications
You must be signed in to change notification settings - Fork 163
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
[CUDAX] Add modernized simpleP2P sample #2696
Commits on Nov 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eae1b06 - Browse repository at this point
Copy the full SHA eae1b06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d7ad98 - Browse repository at this point
Copy the full SHA 5d7ad98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a3060f - Browse repository at this point
Copy the full SHA 2a3060fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 795439b - Browse repository at this point
Copy the full SHA 795439bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 850f5ec - Browse repository at this point
Copy the full SHA 850f5ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for bbc7d2e - Browse repository at this point
Copy the full SHA bbc7d2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ec90b6 - Browse repository at this point
Copy the full SHA 9ec90b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29d48b7 - Browse repository at this point
Copy the full SHA 29d48b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4760c7d - Browse repository at this point
Copy the full SHA 4760c7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 836c512 - Browse repository at this point
Copy the full SHA 836c512View commit details -
Configuration menu - View commit details
-
Copy full SHA for 824a568 - Browse repository at this point
Copy the full SHA 824a568View commit details -
Configuration menu - View commit details
-
Copy full SHA for 088dad2 - Browse repository at this point
Copy the full SHA 088dad2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a813a3 - Browse repository at this point
Copy the full SHA 3a813a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ffc7f7 - Browse repository at this point
Copy the full SHA 8ffc7f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5174101 - Browse repository at this point
Copy the full SHA 5174101View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d47842 - Browse repository at this point
Copy the full SHA 9d47842View commit details -
Co-authored-by: Eric Niebler <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a5f1e4a - Browse repository at this point
Copy the full SHA a5f1e4aView commit details
Commits on Nov 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fa570ad - Browse repository at this point
Copy the full SHA fa570adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 197ed75 - Browse repository at this point
Copy the full SHA 197ed75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3650705 - Browse repository at this point
Copy the full SHA 3650705View commit details -
Configuration menu - View commit details
-
Copy full SHA for f20190d - Browse repository at this point
Copy the full SHA f20190dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 119b05c - Browse repository at this point
Copy the full SHA 119b05cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02c94b9 - Browse repository at this point
Copy the full SHA 02c94b9View commit details
Commits on Nov 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for baaff9b - Browse repository at this point
Copy the full SHA baaff9bView commit details -
Add
cuda::minimum
andcuda::maximum
(NVIDIA#2681)* Add cuda::minimum and cuda::maximum
Configuration menu - View commit details
-
Copy full SHA for ed5cf1f - Browse repository at this point
Copy the full SHA ed5cf1fView commit details -
Various fixes to cub::DeviceTransform (NVIDIA#2709)
* Workaround non-copyable iterators * Use a named constant for SMEM * Cast to raw reference 2 * Fix passing non-copy-assignable iterators to transform_kernel via kernel_arg
Configuration menu - View commit details
-
Copy full SHA for 49c431c - Browse repository at this point
Copy the full SHA 49c431cView commit details -
Make
thrust::transform
usecub::DeviceTransform
(NVIDIA#2389)* Add transform benchmark requiring a stable address * Make thrust::transform use cub::DeviceTransform * Introduces address stability detection and opt-in in libcu++ * Mark lambdas in Thrust BabelStream benchmark address oblivious * Optimize prefetch cub::DeviceTransform for small problems Fixes: NVIDIA#2263
Configuration menu - View commit details
-
Copy full SHA for 1f05372 - Browse repository at this point
Copy the full SHA 1f05372View commit details -
Ensure that we only use the inline variable trait when it is actually…
… available (NVIDIA#2712) * Ensure that we only use the inline variable trait when it is actually available * Use the right define for internal traits
Configuration menu - View commit details
-
Copy full SHA for 13961d0 - Browse repository at this point
Copy the full SHA 13961d0View commit details -
[CUDAX] Rename memory resource and memory pool from async to device (N…
…VIDIA#2710) * Rename the type * Update tests * Rename async memory pool * Rename the tests * Change name in the docs * Generalise the memory_pool_properties name * Fix docs --------- Co-authored-by: Michael Schellenberger Costa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b0384b6 - Browse repository at this point
Copy the full SHA b0384b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 603f2aa - Browse repository at this point
Copy the full SHA 603f2aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 76cd405 - Browse repository at this point
Copy the full SHA 76cd405View commit details