"platforms/cuda/vscode:/vscode.git/clone" did not exist on "19841146711070cfdde08fc533532234fc5d2857"
Commit eb932433 authored by peastman's avatar peastman
Browse files

Attempt at fixing compilation error on CPU OpenCL

parent 5cb31cfa
......@@ -144,7 +144,7 @@ __kernel void prepareToBuildNeighborList(__global int* restrict rebuildNeighborL
* Filter the list of tiles to include only ones that have interactions within the
* padded cutoff.
*/
__kernel void buildNeighborList(__global int* restrict rebuildNeighborList, __global int* restrict numGroupTiles,
__kernel void buildNeighborList(__global int* restrict rebuildNeighborList, __global int* numGroupTiles,
__global const real4* restrict posq, __global const int4* restrict groupData, __global int4* restrict filteredGroupData,
real4 periodicBoxSize, real4 invPeriodicBoxSize, real4 periodicBoxVecX, real4 periodicBoxVecY, real4 periodicBoxVecZ) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment