Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion candidates/pinning/cofactor_checkpoint.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ template<int N> __device__ __forceinline__ void qsb_cofactor_prepare(
#pragma unroll
for(int k=0;k<4;k++) {
roots[(size_t)blockIdx.x*4+k]=products[k][2*N-2];
excluded[k][N-2]=k==0?1:0;
}
}
__syncwarp();
Expand Down
3 changes: 3 additions & 0 deletions candidates/pinning/pinning.cu
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
* Usage: ./qsb_real pinning2.bin [easy]
*/

#ifndef QSB_REMEASURE_TAG_09201215
#define QSB_REMEASURE_TAG_09201215 1 /* no-op: frontier re-measurement, see submission note */
#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Expand Down
Loading