Searched refs:max_workers (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/utils/
H A Dupdate_test_prefix.py42 with ThreadPoolExecutor(max_workers=32) as e:
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/gcn/
H A Dgcn.c4790 int max_workers = flag_worker_partitioning ? 16 : 1; local
4814 if (dims[GOMP_DIM_WORKER] > max_workers)
4819 max_workers, dims[GOMP_DIM_WORKER]);
4820 dims[GOMP_DIM_WORKER] = max_workers;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/nvptx/
H A Dnvptx.c2982 int max_workers;
2987 max_workers = PTX_CTA_SIZE / oa.vector_length;
2989 max_workers = oa.num_workers;
2992 cfun->machine->axis_dim[MACH_MAX_WORKERS] = max_workers;
2977 int max_workers; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/gcn/
H A Dgcn.cc5041 const int max_workers = 16; local
5063 if (dims[GOMP_DIM_WORKER] > max_workers)
5068 max_workers, dims[GOMP_DIM_WORKER]);
5069 dims[GOMP_DIM_WORKER] = max_workers;
/netbsd-current/external/gpl3/gcc/dist/gcc/config/nvptx/
H A Dnvptx.cc3449 int max_workers;
3454 max_workers = PTX_CTA_SIZE / oa.vector_length;
3456 max_workers = oa.num_workers;
3459 cfun->machine->axis_dim[MACH_MAX_WORKERS] = max_workers;
3444 int max_workers; local

Completed in 285 milliseconds