Upgrade kernel to support dynamic local work sizes

This commit is contained in:
Jens Steube
2016-01-19 16:06:03 +01:00
parent 74fc7d2e27
commit a62b7ed06e
331 changed files with 8251 additions and 11108 deletions

View File

@@ -10,7 +10,7 @@
#include "include/rp_kernel.h"
#include "OpenCL/rp.c"
__kernel void __attribute__((reqd_work_group_size (64, 1, 1))) amp (__global pw_t *pws, __global pw_t *pws_amp, __global kernel_rule_t *rules_buf, __global comb_t *combs_buf, __global bf_t *bfs_buf, const u32 combs_mode, const u32 gid_max)
__kernel void amp (__global pw_t *pws, __global pw_t *pws_amp, __global kernel_rule_t *rules_buf, __global comb_t *combs_buf, __global bf_t *bfs_buf, const u32 combs_mode, const u32 gid_max)
{
const u32 gid = get_global_id (0);