rt_benchs/communication_techniques/include/mcringbuffer_64_comm.h

8 lines
169 B
C

#ifndef _SPECIFIC_COMM_H_
#define _SPECIFIC_COMM_H_ 1
#define SHARED_SPACE_SIZE (64 * CACHE_LINE_SIZE) // Check with batchSize
#include <mcringbuffer_common.h>
#endif