Home
last modified time | relevance | path

Searched refs:hsa_kernel_description (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libgomp/plugin/
H A Dplugin-hsa.c323 struct hsa_kernel_description struct
345 struct hsa_kernel_description *kernel_infos; argument
859 struct hsa_kernel_description *d, in init_basic_kernel_info()
931 struct hsa_kernel_description *d = &image_desc->kernel_infos[i]; in GOMP_OFFLOAD_load_image()
H A Dplugin-gcn.c370 struct hsa_kernel_description struct
396 struct hsa_kernel_description *kernel_infos; argument
483 struct hsa_kernel_description *description;
2314 struct hsa_kernel_description *d, in init_basic_kernel_info()
3237 struct hsa_kernel_description *hsa_kernel_desc = NULL; in gcn_exec()
3240 struct hsa_kernel_description *d in gcn_exec()
3567 struct hsa_kernel_description *d = &image_desc->kernel_infos[i]; in GOMP_OFFLOAD_load_image()
/netbsd-src/external/gpl3/gcc/dist/libgomp/plugin/
H A Dplugin-gcn.c367 struct hsa_kernel_description struct
393 struct hsa_kernel_description *kernel_infos; argument
480 struct hsa_kernel_description *description;
2316 struct hsa_kernel_description *d, in init_basic_kernel_info()
3042 struct hsa_kernel_description *hsa_kernel_desc = NULL; in gcn_exec()
3045 struct hsa_kernel_description *d in gcn_exec()
3393 struct hsa_kernel_description *d = &image_desc->kernel_infos[i]; in GOMP_OFFLOAD_load_image()
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A DChangeLog4408 * plugin/plugin-gcn.c (struct hsa_kernel_description): Add sgpr_count
4410 (struct kernel_info): Add a field for a hsa_kernel_description.
4414 the hsa_kernel_description entry for the kernel.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-202036751 to definition of hsa_kernel_description. Parse assembly to find SGPR
36752 and VGPR count of kernel and store in hsa_kernel_description.