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 7c09f5a commit 51bd5d5Copy full SHA for 51bd5d5
include/hicr/frontends/channel/variableSize/spsc/producer.hpp
@@ -235,7 +235,7 @@ class Producer : public variableSize::Base
235
* @return payload buffer capacity (in bytes)
236
*/
237
__INLINE__ size_t getPayloadCapacity() { return getCircularBufferForPayloads()->getCapacity(); }
238
-
+
239
/**
240
* Get depth of the coordination buffer of variable-size producer.
241
* Because the current implementation first receives the payload (phase 1) before
0 commit comments