Home
last modified time | relevance | path

Searched refs:num_workers (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/bsd/nsd/dist/dnstap/
H A Ddnstap.h96 dt_create(const char *socket_path, char* ip, unsigned num_workers,
H A Ddnstap.c519 dt_create(const char *socket_path, char* ip, unsigned num_workers, in dt_create() argument
533 assert(num_workers > 0); in dt_create()
605 fstrm_iothr_options_set_num_input_queues(fopt, num_workers); in dt_create()
H A Ddnstap_collector.c286 int num_workers = 1; in dt_init_dnstap() local
298 nsd->options->dnstap_ip, num_workers, nsd->options->dnstap_tls, in dt_init_dnstap()
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Dacc_prof.h169 _acc_prof_size_t num_gangs, num_workers, vector_length; member
H A Doacc-parallel.c358 int num_gangs, int num_workers, int vector_length, in GOACC_parallel() argument
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dacc_prof.h169 _acc_prof_size_t num_gangs, num_workers, vector_length; member
H A Doacc-parallel.c355 int num_gangs, int num_workers, int vector_length, in GOACC_parallel() argument
H A DChangeLog313 num_workers check.
775 num_workers for nvidia accelerator to fix libgomp error 'insufficient
2177 * plugin/plugin-gcn.c (gcn_exec): Force 'num_workers (1)'
6536 num_workers 16.
7305 default num_gangs and num_workers when the driver supports it.
8985 Add num_workers(8) clause.
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenACC/
H A DACC.td186 def ACCC_NumWorkers : Clause<"num_workers"> {
352 // num_gangs, num_workers, and vector_length clauses are not permitted.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nvptx/
H A Dnvptx.c2962 int num_workers; member
2981 if (oa.num_workers == 0) in init_axis_dim()
2984 max_workers = oa.num_workers; in init_axis_dim()
4837 oa->num_workers = size; in populate_offload_attrs()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nvptx/
H A Dnvptx.cc3429 int num_workers; member
3448 if (oa.num_workers == 0) in init_axis_dim()
3451 max_workers = oa.num_workers; in init_axis_dim()
5309 oa->num_workers = size; in populate_offload_attrs()
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/plugin/
H A Dplugin-nvptx.c936 enqueue_launch_event_info.launch_event.num_workers in nvptx_exec()
H A Dplugin-gcn.c3319 enqueue_launch_event_info.launch_event.num_workers = kla.gdims[2]; in gcn_exec()
/netbsd-src/external/gpl3/gcc/dist/libgomp/plugin/
H A Dplugin-nvptx.c968 enqueue_launch_event_info.launch_event.num_workers in nvptx_exec()
H A Dplugin-gcn.c3143 enqueue_launch_event_info.launch_event.num_workers = kla.gdims[2]; in gcn_exec()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20151066 for num_gangs, num_workers and vector_length.
4067 "num_workers", "present", "present_or_copy", "pcopy",
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A DChangeLog6411 "num_gangs", "num_workers", "present", "present_or_copy", "pcopy",
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-202112423 (pass_omp_oacc_neuter_broadcast::gate): Remove num_workers==1
12434 (pass_omp_oacc_neuter_broadcast::gate): Disable if num_workers is
H A DChangeLog-201935807 num_workers 16.