| version 1.1 | version 1.2 |
|---|
| |
| | |
| void buildTileLists(const int numTileListsPrev, | void buildTileLists(const int numTileListsPrev, |
| const int numPatchesIn, const int atomStorageSizeIn, const int maxTileListLenIn, | const int numPatchesIn, const int atomStorageSizeIn, const int maxTileListLenIn, |
| const float latticeX, const float latticeY, const float latticeZ, | const float3 lata, const float3 latb, const float3 latc, |
| const CudaPatchRecord* h_cudaPatches, const float4* h_xyzq, const float plcutoff2In, cudaStream_t stream); | const CudaPatchRecord* h_cudaPatches, const float4* h_xyzq, const float plcutoff2In, cudaStream_t stream); |
| | |
| void reSortTileLists(const bool doGBIS, cudaStream_t stream); | void reSortTileLists(const bool doGBIS, cudaStream_t stream); |