summaryrefslogtreecommitdiff
path: root/src/solvers/check.cl
diff options
context:
space:
mode:
Diffstat (limited to 'src/solvers/check.cl')
-rw-r--r--src/solvers/check.cl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/solvers/check.cl b/src/solvers/check.cl
index 94a81fc..0ad187a 100644
--- a/src/solvers/check.cl
+++ b/src/solvers/check.cl
@@ -1,6 +1,6 @@
#pragma OPENCL EXTENSION cl_intel_printf : enable
__kernel void check(__global unsigned long* permutations, __global int* results,
- unsigned long mask, unsigned int n, unsigned int w, unsigned long offset) {
+ unsigned long* instructions, unsigned int n, unsigned int w, unsigned long offset) {
int id = get_global_id(0);
unsigned long curr_mask = mask | permutations[id + offset];