Home
last modified time | relevance | path

Searched refs:GOMP_PLUGIN_error (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libgomp/plugin/
H A Dplugin-gcn.c682 GOMP_PLUGIN_error ("GCN fatal error: %s\nRuntime message: %s\n", str, in hsa_error()
1509 GOMP_PLUGIN_error ("Failed to assign IDs to all GCN agents"); in init_hsa_context()
1517 GOMP_PLUGIN_error ("Failed to list all HSA runtime agents"); in init_hsa_context()
1524 GOMP_PLUGIN_error ("Failed to obtain HSA runtime minor version"); in init_hsa_context()
1528 GOMP_PLUGIN_error ("Failed to obtain HSA runtime major version"); in init_hsa_context()
1551 GOMP_PLUGIN_error ("Attempt to use uninitialized GCN context."); in get_agent_info()
1556 GOMP_PLUGIN_error ("Request to operate on non-existent GCN device %i", n); in get_agent_info()
1561 GOMP_PLUGIN_error ("Attempt to use an uninitialized GCN agent."); in get_agent_info()
1720 GOMP_PLUGIN_error ("Could not lock a GCN agent program mutex"); in get_team_arena()
1730 GOMP_PLUGIN_error ("Failed to initialize a GCN team arena write mutex"); in get_team_arena()
[all …]
H A Dplugin-nvptx.c164 GOMP_PLUGIN_error (#FN " error: %s", \
391 GOMP_PLUGIN_error ("cuCtxGetDevice error: %s", cuda_error (r)); in nvptx_attach_host_thread_to_device()
404 GOMP_PLUGIN_error ("device %d not found", n); in nvptx_attach_host_thread_to_device()
439 GOMP_PLUGIN_error ("cuCtxGetDevice error: %s", cuda_error (r)); in nvptx_open_device()
500 GOMP_PLUGIN_error ("cuDeviceGetAttribute error: %s", cuda_error (r)); in nvptx_open_device()
509 GOMP_PLUGIN_error ("Only warp size 32 is supported"); in nvptx_open_device()
637 GOMP_PLUGIN_error ("Error parsing %s", var_name); in process_GOMP_NVPTX_JIT()
711 GOMP_PLUGIN_error ("Link error log %s\n", &elog[0]); in link_ptx()
712 GOMP_PLUGIN_error ("cuLinkAddData (ptx_code) error: %s", in link_ptx()
726 GOMP_PLUGIN_error ("Link error log %s\n", &elog[0]); in link_ptx()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/plugin/
H A Dplugin-hsa.c318 GOMP_PLUGIN_error ("HSA fatal error: %s\nRuntime message: %s", str, in hsa_error()
643 GOMP_PLUGIN_error ("Failed to assign IDs to all HSA agents"); in init_hsa_context()
712 GOMP_PLUGIN_error ("Request to initialize non-existing HSA device %i", n); in GOMP_OFFLOAD_init_device()
722 GOMP_PLUGIN_error ("Failed to initialize an HSA agent rwlock"); in GOMP_OFFLOAD_init_device()
727 GOMP_PLUGIN_error ("Failed to initialize an HSA agent program mutex"); in GOMP_OFFLOAD_init_device()
765 GOMP_PLUGIN_error ("Could not find suitable memory region for kernel " in GOMP_OFFLOAD_init_device()
785 GOMP_PLUGIN_error ("Attempt to use uninitialized HSA context."); in get_agent_info()
790 GOMP_PLUGIN_error ("Request to operate on anon-existing HSA device %i", n); in get_agent_info()
795 GOMP_PLUGIN_error ("Attempt to use an uninitialized HSA agent."); in get_agent_info()
872 GOMP_PLUGIN_error ("Failed to initialize an HSA kernel mutex"); in init_basic_kernel_info()
[all …]
H A Dplugin-gcn.c685 GOMP_PLUGIN_error ("GCN fatal error: %s\nRuntime message: %s\n", str, in hsa_error()
1515 GOMP_PLUGIN_error ("Failed to assign IDs to all GCN agents"); in init_hsa_context()
1523 GOMP_PLUGIN_error ("Failed to list all HSA runtime agents"); in init_hsa_context()
1530 GOMP_PLUGIN_error ("Failed to obtain HSA runtime minor version"); in init_hsa_context()
1534 GOMP_PLUGIN_error ("Failed to obtain HSA runtime major version"); in init_hsa_context()
1557 GOMP_PLUGIN_error ("Attempt to use uninitialized GCN context."); in get_agent_info()
1562 GOMP_PLUGIN_error ("Request to operate on non-existent GCN device %i", n); in get_agent_info()
1567 GOMP_PLUGIN_error ("Attempt to use an uninitialized GCN agent."); in get_agent_info()
1720 GOMP_PLUGIN_error ("Could not lock a GCN agent program mutex"); in get_team_arena()
1730 GOMP_PLUGIN_error ("Failed to initialize a GCN team arena write mutex"); in get_team_arena()
[all …]
H A Dplugin-nvptx.c150 GOMP_PLUGIN_error (#FN " error: %s", \
369 GOMP_PLUGIN_error ("cuCtxGetDevice error: %s", cuda_error (r)); in nvptx_attach_host_thread_to_device()
382 GOMP_PLUGIN_error ("device %d not found", n); in nvptx_attach_host_thread_to_device()
417 GOMP_PLUGIN_error ("cuCtxGetDevice error: %s", cuda_error (r)); in nvptx_open_device()
478 GOMP_PLUGIN_error ("cuDeviceGetAttribute error: %s", cuda_error (r)); in nvptx_open_device()
487 GOMP_PLUGIN_error ("Only warp size 32 is supported"); in nvptx_open_device()
606 GOMP_PLUGIN_error ("Error parsing %s", var_name); in process_GOMP_NVPTX_JIT()
680 GOMP_PLUGIN_error ("Link error log %s\n", &elog[0]); in link_ptx()
681 GOMP_PLUGIN_error ("cuLinkAddData (ptx_code) error: %s", in link_ptx()
695 GOMP_PLUGIN_error ("cuLinkComplete error: %s", cuda_error (r)); in link_ptx()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dlibgomp-plugin.c63 GOMP_PLUGIN_error (const char *msg, ...) in GOMP_PLUGIN_error() function
H A Dlibgomp-plugin.h119 extern void GOMP_PLUGIN_error (const char *, ...)
H A Dlibgomp.map591 GOMP_PLUGIN_error;
H A DChangeLog12708 GOMP_PLUGIN_realloc, GOMP_PLUGIN_debug, GOMP_PLUGIN_error,
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Dlibgomp-plugin.c63 GOMP_PLUGIN_error (const char *msg, ...) in GOMP_PLUGIN_error() function
H A Dlibgomp-plugin.h113 extern void GOMP_PLUGIN_error (const char *, ...)
H A Dlibgomp.map525 GOMP_PLUGIN_error;