We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbe963b commit 95ca2afCopy full SHA for 95ca2af
gloo/cuda_broadcast_one_to_all.h
@@ -36,13 +36,13 @@ class CudaBroadcastOneToAll : public Algorithm {
36
void init(
37
typename std::enable_if<
38
std::is_same<U, CudaHostWorkspace<T>>::value,
39
- typename U::Pointer>::type* = NULL);
+ typename U::Pointer>::type* = nullptr);
40
41
template <typename U = W>
42
43
44
std::is_same<U, CudaDeviceWorkspace<T>>::value,
45
46
47
std::vector<CudaDevicePointer<T>> devicePtrs_;
48
std::vector<CudaStream> streams_;
0 commit comments