We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00bed30 commit 6092b99Copy full SHA for 6092b99
src/acc/opencl/acc_opencl.c
@@ -175,7 +175,7 @@ void c_dbcsr_acc_opencl_configure(void) {
175
# endif
176
# if defined(ACC_OPENCL_ASYNC)
177
const char* const env_async = (ACC_OPENCL_ASYNC);
178
- const int async_default = 1 + 2;
+ const int async_default = 1 + 2 + 4 + 8;
179
# else
180
const char* const env_async = NULL;
181
const int async_default = 0;
0 commit comments