Clean up trivial function and duplicating macroses from NBNXM
[alexxy/gromacs.git] / src / gromacs / nbnxm / opencl / nbnxm_ocl.cpp
index f0c88b10ba8b023897c1f0d74f95ff2063136496..05a270b7f010b78b747a2cd8313943bca470a263 100644 (file)
@@ -788,7 +788,7 @@ void gpu_launch_kernel_pruneonly(NbnxmGpu* nb, const InteractionLocality iloc, c
      *   and j-cluster concurrency, in x, y, and z, respectively.
      * - The 1D block-grid contains as many blocks as super-clusters.
      */
-    int num_threads_z = getOclPruneKernelJ4Concurrency(nb->deviceInfo->deviceVendor);
+    int num_threads_z = c_oclPruneKernelJ4ConcurrencyDEFAULT;
 
 
     /* kernel launch config */