Lines Matching defs:stacks
57 /* An arbitrary fixed limit (128MB) for the size of the OpenMP soft stacks
58 block to cache between kernel invocations. For soft-stacks blocks bigger
61 we will free the cached soft-stacks block anyway then retry the
324 /* OpenMP stacks, cached between kernel invocations. */
1024 /* Free the cached soft-stacks block if it is above the SOFTSTACK_CACHE_LIMIT
1438 /* Memory allocation failed. Try freeing the stacks block, and
1939 /* Return the size of per-warp stacks (see gcc -msoft-stack) to use for OpenMP
1948 /* Return contiguous storage for NUM stacks, each SIZE bytes. The lock for
1957 /* Free the old, too-small stacks. */
1968 /* Make new and bigger stacks, and remember where we put them and how big
2016 void *stacks = nvptx_stacks_acquire (ptx_dev, stack_size, teams * threads);
2017 void *fn_args[] = {tgt_vars, stacks, (void *) stack_size};