Home
last modified time | relevance | path

Searched defs:agent_info (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libgomp/plugin/
H A Dplugin-hsa.c418 struct agent_info struct
421 hsa_agent_t id;
424 bool initialized;
426 hsa_isa_t isa;
428 hsa_queue_t *command_q;
430 hsa_queue_t *kernel_dispatch_command_q;
432 hsa_region_t kernarg_region;
438 pthread_rwlock_t modules_rwlock;
441 struct module_info *first_module;
468 /* Array of agent_info structures describing the individual HSA agents. */ argument
H A Dplugin-gcn.c417 struct agent_info struct
420 hsa_agent_t id;
422 int device_id;
425 bool initialized;
428 gcn_isa device_isa;
430 char name[64];
432 char vendor_name[64];
434 hsa_queue_t *sync_queue;
435 struct goacc_asyncqueue *async_queues, *omp_async_queue;
436 pthread_mutex_t async_queues_mutex;
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgomp/plugin/
H A Dplugin-gcn.c414 struct agent_info struct
417 hsa_agent_t id;
419 int device_id;
422 bool initialized;
425 gcn_isa device_isa;
427 char name[64];
429 char vendor_name[64];
431 hsa_queue_t *sync_queue;
432 struct goacc_asyncqueue *async_queues, *omp_async_queue;
433 pthread_mutex_t async_queues_mutex;
[all …]