Home | History | Annotate | Download | only in plugin

Lines Matching defs:kernels

370   int oacc_dims[3];  /* Only present for GCN kernels.  */
383 /* Mkoffload uses this structure to describe all the kernels in a
445 /* Read-write lock that protects kernels which are running or about to be run
461 /* HSA executable - the finalized program that is used to locate kernels. */
502 /* Information about a particular GCN module, its image and kernels. */
517 /* Number of kernels in this module. */
521 struct kernel_info kernels[];
535 /* A flag to prevent two asynchronous kernels trying to use the same arena.
1810 kernargs for kernels that have no inputs or outputs (the kernel may
1886 /* We expect kernels to request a single pointer, explicitly, and the
2108 VGPRs available to run the kernels together. */
2471 agent->prog_finalized and the initialized flags of all kernels to false.
2492 agent->module->kernels[i].initialized = false;
2504 /* Deinitialize all information associated with MODULE and kernels within
2528 if (pthread_mutex_destroy (&module->kernels[i].init_mutex))
3374 GCN_DEBUG ("Encountered %d kernels in an image\n", kernel_count);
3388 kernel = &module->kernels[0];
3503 /* Don't report kernels that libgomp need not know about. */
3833 /* Create a new asynchronous thread and queue for running future kernels. */