OpenCL Kernels: Use the kernel local buffer size as additional reference in order to limit the thread-count

This commit is contained in:
Jens Steube
2018-02-11 10:56:08 +01:00
parent a7a15df911
commit d656e9c3a4
9 changed files with 130 additions and 17 deletions
+3
View File
@@ -61,4 +61,7 @@ bool hc_same_files (char *file1, char *file2);
u32 hc_strtoul (const char *nptr, char **endptr, int base);
u64 hc_strtoull (const char *nptr, char **endptr, int base);
u32 power_of_two_ceil_32 (const u32 v);
u32 power_of_two_floor_32 (const u32 v);
#endif // _SHARED_H