No longer need reqd_work_group_size() in OpenCL kernels since modules taken care of this using threads_min and threads_max
This commit is contained in:
@@ -148,7 +148,7 @@ DECLSPEC u8 rc4_next_16 (__local RC4_KEY *rc4_key, u8 i, u8 j, const u32 *in, u3
|
||||
return j;
|
||||
}
|
||||
|
||||
__kernel void __attribute__((reqd_work_group_size(64, 1, 1))) m09810_m04 (KERN_ATTR_RULES_ESALT (oldoffice34_t))
|
||||
__kernel void m09810_m04 (KERN_ATTR_RULES_ESALT (oldoffice34_t))
|
||||
{
|
||||
/**
|
||||
* modifier
|
||||
@@ -267,15 +267,15 @@ __kernel void __attribute__((reqd_work_group_size(64, 1, 1))) m09810_m04 (KERN_A
|
||||
}
|
||||
}
|
||||
|
||||
__kernel void __attribute__((reqd_work_group_size(64, 1, 1))) m09810_m08 (KERN_ATTR_RULES_ESALT (oldoffice34_t))
|
||||
__kernel void m09810_m08 (KERN_ATTR_RULES_ESALT (oldoffice34_t))
|
||||
{
|
||||
}
|
||||
|
||||
__kernel void __attribute__((reqd_work_group_size(64, 1, 1))) m09810_m16 (KERN_ATTR_RULES_ESALT (oldoffice34_t))
|
||||
__kernel void m09810_m16 (KERN_ATTR_RULES_ESALT (oldoffice34_t))
|
||||
{
|
||||
}
|
||||
|
||||
__kernel void __attribute__((reqd_work_group_size(64, 1, 1))) m09810_s04 (KERN_ATTR_RULES_ESALT (oldoffice34_t))
|
||||
__kernel void m09810_s04 (KERN_ATTR_RULES_ESALT (oldoffice34_t))
|
||||
{
|
||||
/**
|
||||
* modifier
|
||||
@@ -406,10 +406,10 @@ __kernel void __attribute__((reqd_work_group_size(64, 1, 1))) m09810_s04 (KERN_A
|
||||
}
|
||||
}
|
||||
|
||||
__kernel void __attribute__((reqd_work_group_size(64, 1, 1))) m09810_s08 (KERN_ATTR_RULES_ESALT (oldoffice34_t))
|
||||
__kernel void m09810_s08 (KERN_ATTR_RULES_ESALT (oldoffice34_t))
|
||||
{
|
||||
}
|
||||
|
||||
__kernel void __attribute__((reqd_work_group_size(64, 1, 1))) m09810_s16 (KERN_ATTR_RULES_ESALT (oldoffice34_t))
|
||||
__kernel void m09810_s16 (KERN_ATTR_RULES_ESALT (oldoffice34_t))
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user