Update module_unstable_warning for benchmark short selection on macOS for CPU and GPU; Allow use of GPU without --force testwise

This commit is contained in:
Jens Steube
2021-05-10 14:36:41 +02:00
parent 3d0e0d5c2d
commit bb402b784a
10 changed files with 95 additions and 10 deletions
-3
View File
@@ -23,9 +23,6 @@ typedef struct digest
} digest_t;
#endif
u32 hc_atomic_dec (u32 *p);
u32 hc_atomic_inc (u32 *p);
size_t get_global_id (u32 dimindx __attribute__((unused)));
size_t get_local_id (u32 dimindx __attribute__((unused)));
size_t get_local_size (u32 dimindx __attribute__((unused)));