-
Updated
Apr 30, 2021 - C++
cpp14

C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Here are 1,734 public repositories matching this topic...
-
Updated
May 17, 2021 - C++
-
Updated
May 17, 2021 - C++
-
Updated
May 3, 2021 - C++
-
Updated
May 10, 2021 - C++
-
Updated
May 4, 2021 - C++
-
Updated
Apr 30, 2021
-
Updated
May 11, 2021 - C++
-
Updated
Mar 13, 2021 - C++
-
Updated
May 14, 2021 - C++
-
Updated
May 12, 2021 - C++
DeviceSegmentedReduce
reduces each segment using the same kernel as DeviceReduce
, and thus provides the same run-to-run consistency guarantee for non-associative types. The documentation for DeviceSegmentedReduce
should be updated to reflect this.
E.g. this bit: https://github.com/NVIDIA/cub/blob/a8910accebe74ce043a13026f8e71d678cddd6c1/cub/device/device_reduce.cuh#L91-L95
needs to be ad
-
Updated
May 19, 2021 - C++
-
Updated
Jan 18, 2021 - C++
Add Runnable links of the code below the example.
Use link name Run Code which links to a Online C++ complier conatining the example code.
Use Rextester as the Online C++ Compiler (If you have a better suggesstion please comment).
Follow below steps to generate the Run Code Link.
- Go to Rextester
- Copy or write the example
-
Updated
May 14, 2021 - C++
-
Updated
Dec 28, 2020 - C++
-
Updated
May 16, 2021 - C++
Problem
Cub allows itself to place into a namespace via
CUB_NS_PREFIX
andCUB_NS_POSTFIX
, such that multiple shared libraries can each utilize their own copy of it (and thus different versions can safely coexist). Static variables used for caching could otherwise cause problems (e.g., https://github.com/NVIDIA/cub/blob/main/cub/util_device.cuh#L212).Thrust however depends on cub and