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 158b426 commit 7905356Copy full SHA for 7905356
1 file changed
ucm/shared/trans/cuda/gdr/gdr_stream.h
@@ -65,7 +65,7 @@ class GdrStream : public Stream {
65
Status WaitEvent(void* event) override;
66
67
private:
68
- static constexpr size_t kOperationRingCapacity = 8192;
+ static constexpr size_t kOperationRingCapacity = 32768;
69
static constexpr size_t kOperationRingMask = kOperationRingCapacity - 1;
70
static constexpr size_t kCompletionRingCapacity = 8192;
71
static constexpr size_t kCompletionRingMask = kCompletionRingCapacity - 1;
0 commit comments