hashpipe
hashpipe copied to clipboard
High Availability Shared Pipeline Engine
1. Initialization of mask mask is initialized to 0, but in later code, if (mask! = 0) This condition is meaningless because mask is always 0. This conditional judgment should...
#define N_INPUT_BLOCKS 4 How to modify this?
Hello, teacher! I'm very sorry to bother you with your precious time. Recently, when reading your ‘paper-gpu’code, I encountered a problem about the sorting of baseline cross-correlation results. Three functions...
- reviving the lost https://github.com/david-macmahon/hashpipe/pull/5
With it enabled by default, some systems fail to compile with: ``` hashpipe_ibverbs.c:265:18: error: 'IBV_EXP_CQ_INIT_ATTR_FLAGS' undeclared (first use in this function) .comp_mask = IBV_EXP_CQ_INIT_ATTR_FLAGS, ``` https://github.com/david-macmahon/hashpipe/blob/master/src/hashpipe_ibverbs.h#L14
listed below -because lack of '\0' in header, changing strncpy to memcpy -changing size of format buffer to fit the format string -suggestion to use memset rather tha for loop...
initial commit for doxygen man pages and autoconf integration
A fix for gcc (Debian 9.2.1-30) 9.2.1 20200224 -- code compilation issues due to warnings