Home
last modified time | relevance | path

Searched refs:clret (Results 1 – 23 of 23) sorted by relevance

/dports/net/openmpi/openmpi-4.1.1/opal/mca/hwloc/hwloc201/hwloc/hwloc/
H A Dtopology-opencl.c27 cl_int clret; in hwloc_opencl_discover() local
34 clret = clGetPlatformIDs(0, NULL, &nr_platforms); in hwloc_opencl_discover()
35 if (CL_SUCCESS != clret || !nr_platforms) in hwloc_opencl_discover()
40 clret = clGetPlatformIDs(nr_platforms, platform_ids, &nr_platforms); in hwloc_opencl_discover()
41 if (CL_SUCCESS != clret || !nr_platforms) in hwloc_opencl_discover()
49 if (CL_SUCCESS != clret) in hwloc_opencl_discover()
54 if (CL_SUCCESS != clret) in hwloc_opencl_discover()
101 if (CL_SUCCESS != clret || buffer[0] == '\0') in hwloc_opencl_discover()
112 if (CL_SUCCESS == clret) { in hwloc_opencl_discover()
132 if (CL_SUCCESS != clret) { in hwloc_opencl_discover()
[all …]
/dports/net/mpich/mpich-3.4.3/src/pm/hydra2/libhydra/topo/hwloc/hwloc/hwloc/
H A Dtopology-opencl.c53 cl_int clret; in hwloc_opencl_discover() local
62 clret = clGetPlatformIDs(0, NULL, &nr_platforms); in hwloc_opencl_discover()
63 if (CL_SUCCESS != clret || !nr_platforms) { in hwloc_opencl_discover()
64 if (CL_SUCCESS != clret && HWLOC_CL_PLATFORM_NOT_FOUND_KHR != clret && !hwloc_hide_errors()) { in hwloc_opencl_discover()
75 clret = clGetPlatformIDs(nr_platforms, platform_ids, &nr_platforms); in hwloc_opencl_discover()
76 if (CL_SUCCESS != clret || !nr_platforms) { in hwloc_opencl_discover()
86 clret = clGetDeviceIDs(platform_ids[j], CL_DEVICE_TYPE_ALL, 0, NULL, &nr_devices); in hwloc_opencl_discover()
87 if (CL_SUCCESS != clret) in hwloc_opencl_discover()
95 if (CL_SUCCESS != clret) { in hwloc_opencl_discover()
141 if (CL_SUCCESS != clret || buffer[0] == '\0') in hwloc_opencl_discover()
[all …]
/dports/net/mpich/mpich-3.4.3/modules/hwloc/hwloc/
H A Dtopology-opencl.c53 cl_int clret; in hwloc_opencl_discover() local
62 clret = clGetPlatformIDs(0, NULL, &nr_platforms); in hwloc_opencl_discover()
63 if (CL_SUCCESS != clret || !nr_platforms) { in hwloc_opencl_discover()
64 if (CL_SUCCESS != clret && HWLOC_CL_PLATFORM_NOT_FOUND_KHR != clret && !hwloc_hide_errors()) { in hwloc_opencl_discover()
75 clret = clGetPlatformIDs(nr_platforms, platform_ids, &nr_platforms); in hwloc_opencl_discover()
76 if (CL_SUCCESS != clret || !nr_platforms) { in hwloc_opencl_discover()
86 clret = clGetDeviceIDs(platform_ids[j], CL_DEVICE_TYPE_ALL, 0, NULL, &nr_devices); in hwloc_opencl_discover()
87 if (CL_SUCCESS != clret) in hwloc_opencl_discover()
95 if (CL_SUCCESS != clret) { in hwloc_opencl_discover()
141 if (CL_SUCCESS != clret || buffer[0] == '\0') in hwloc_opencl_discover()
[all …]
/dports/net/mpich/mpich-3.4.3/src/pm/hydra/tools/topo/hwloc/hwloc/hwloc/
H A Dtopology-opencl.c53 cl_int clret; in hwloc_opencl_discover() local
62 clret = clGetPlatformIDs(0, NULL, &nr_platforms); in hwloc_opencl_discover()
63 if (CL_SUCCESS != clret || !nr_platforms) { in hwloc_opencl_discover()
64 if (CL_SUCCESS != clret && HWLOC_CL_PLATFORM_NOT_FOUND_KHR != clret && !hwloc_hide_errors()) { in hwloc_opencl_discover()
75 clret = clGetPlatformIDs(nr_platforms, platform_ids, &nr_platforms); in hwloc_opencl_discover()
76 if (CL_SUCCESS != clret || !nr_platforms) { in hwloc_opencl_discover()
86 clret = clGetDeviceIDs(platform_ids[j], CL_DEVICE_TYPE_ALL, 0, NULL, &nr_devices); in hwloc_opencl_discover()
87 if (CL_SUCCESS != clret) in hwloc_opencl_discover()
95 if (CL_SUCCESS != clret) { in hwloc_opencl_discover()
141 if (CL_SUCCESS != clret || buffer[0] == '\0') in hwloc_opencl_discover()
[all …]
/dports/devel/hwloc2/hwloc-2.5.0/hwloc/
H A Dtopology-opencl.c53 cl_int clret; in hwloc_opencl_discover() local
62 clret = clGetPlatformIDs(0, NULL, &nr_platforms); in hwloc_opencl_discover()
63 if (CL_SUCCESS != clret || !nr_platforms) { in hwloc_opencl_discover()
64 if (CL_SUCCESS != clret && HWLOC_CL_PLATFORM_NOT_FOUND_KHR != clret && !hwloc_hide_errors()) { in hwloc_opencl_discover()
75 clret = clGetPlatformIDs(nr_platforms, platform_ids, &nr_platforms); in hwloc_opencl_discover()
76 if (CL_SUCCESS != clret || !nr_platforms) { in hwloc_opencl_discover()
86 clret = clGetDeviceIDs(platform_ids[j], CL_DEVICE_TYPE_ALL, 0, NULL, &nr_devices); in hwloc_opencl_discover()
87 if (CL_SUCCESS != clret) in hwloc_opencl_discover()
95 if (CL_SUCCESS != clret) { in hwloc_opencl_discover()
145 if (CL_SUCCESS != clret || buffer[0] == '\0') in hwloc_opencl_discover()
[all …]
/dports/devel/hwloc/hwloc-1.11.13/tests/
H A Dopencl.c22 cl_int clret; in main() local
31 clret = clGetPlatformIDs(0, NULL, &nrp); in main()
32 if (CL_SUCCESS != clret || !nrp) in main()
37 clret = clGetPlatformIDs(nrp, platform_ids, &nrp); in main()
38 if (CL_SUCCESS != clret || !nrp) { in main()
47 clret = clGetDeviceIDs(platform_ids[i], CL_DEVICE_TYPE_ALL, 0, NULL, &nrd); in main()
48 if (CL_SUCCESS != clret || !nrd) in main()
53 clret = clGetDeviceIDs(platform_ids[i], CL_DEVICE_TYPE_ALL, nrd, device_ids, &nrd); in main()
54 if (CL_SUCCESS != clret || !nrd) { in main()
/dports/net/mpich/mpich-3.4.3/modules/hwloc/tests/hwloc/
H A Dopencl.c23 cl_int clret; in main() local
33 clret = clGetPlatformIDs(0, NULL, &nrp); in main()
34 if (CL_SUCCESS != clret || !nrp) in main()
39 clret = clGetPlatformIDs(nrp, platform_ids, &nrp); in main()
40 if (CL_SUCCESS != clret || !nrp) { in main()
49 clret = clGetDeviceIDs(platform_ids[i], CL_DEVICE_TYPE_ALL, 0, NULL, &nrd); in main()
50 if (CL_SUCCESS != clret || !nrd) in main()
55 clret = clGetDeviceIDs(platform_ids[i], CL_DEVICE_TYPE_ALL, nrd, device_ids, &nrd); in main()
56 if (CL_SUCCESS != clret || !nrd) { in main()
/dports/net/mpich/mpich-3.4.3/src/pm/hydra/tools/topo/hwloc/hwloc/tests/hwloc/
H A Dopencl.c23 cl_int clret; in main() local
33 clret = clGetPlatformIDs(0, NULL, &nrp); in main()
34 if (CL_SUCCESS != clret || !nrp) in main()
39 clret = clGetPlatformIDs(nrp, platform_ids, &nrp); in main()
40 if (CL_SUCCESS != clret || !nrp) { in main()
49 clret = clGetDeviceIDs(platform_ids[i], CL_DEVICE_TYPE_ALL, 0, NULL, &nrd); in main()
50 if (CL_SUCCESS != clret || !nrd) in main()
55 clret = clGetDeviceIDs(platform_ids[i], CL_DEVICE_TYPE_ALL, nrd, device_ids, &nrd); in main()
56 if (CL_SUCCESS != clret || !nrd) { in main()
/dports/net/mpich/mpich-3.4.3/src/pm/hydra2/libhydra/topo/hwloc/hwloc/tests/hwloc/
H A Dopencl.c23 cl_int clret; in main() local
33 clret = clGetPlatformIDs(0, NULL, &nrp); in main()
34 if (CL_SUCCESS != clret || !nrp) in main()
39 clret = clGetPlatformIDs(nrp, platform_ids, &nrp); in main()
40 if (CL_SUCCESS != clret || !nrp) { in main()
49 clret = clGetDeviceIDs(platform_ids[i], CL_DEVICE_TYPE_ALL, 0, NULL, &nrd); in main()
50 if (CL_SUCCESS != clret || !nrd) in main()
55 clret = clGetDeviceIDs(platform_ids[i], CL_DEVICE_TYPE_ALL, nrd, device_ids, &nrd); in main()
56 if (CL_SUCCESS != clret || !nrd) { in main()
/dports/devel/hwloc2/hwloc-2.5.0/tests/hwloc/
H A Dopencl.c23 cl_int clret; in main() local
33 clret = clGetPlatformIDs(0, NULL, &nrp); in main()
34 if (CL_SUCCESS != clret || !nrp) in main()
39 clret = clGetPlatformIDs(nrp, platform_ids, &nrp); in main()
40 if (CL_SUCCESS != clret || !nrp) { in main()
49 clret = clGetDeviceIDs(platform_ids[i], CL_DEVICE_TYPE_ALL, 0, NULL, &nrd); in main()
50 if (CL_SUCCESS != clret || !nrd) in main()
55 clret = clGetDeviceIDs(platform_ids[i], CL_DEVICE_TYPE_ALL, nrd, device_ids, &nrd); in main()
56 if (CL_SUCCESS != clret || !nrd) { in main()
/dports/devel/hwloc2/hwloc-2.5.0/include/hwloc/
H A Dopencl.h79 cl_int clret; in hwloc_opencl_get_device_pci_busid() local
81 clret = clGetDeviceInfo(device, HWLOC_CL_DEVICE_TOPOLOGY_AMD, sizeof(amdtopo), &amdtopo, NULL); in hwloc_opencl_get_device_pci_busid()
82 if (CL_SUCCESS == clret in hwloc_opencl_get_device_pci_busid()
92 clret = clGetDeviceInfo(device, HWLOC_CL_DEVICE_PCI_BUS_ID_NV, sizeof(nvbus), &nvbus, NULL); in hwloc_opencl_get_device_pci_busid()
93 if (CL_SUCCESS == clret) { in hwloc_opencl_get_device_pci_busid()
94 clret = clGetDeviceInfo(device, HWLOC_CL_DEVICE_PCI_SLOT_ID_NV, sizeof(nvslot), &nvslot, NULL); in hwloc_opencl_get_device_pci_busid()
95 if (CL_SUCCESS == clret) { in hwloc_opencl_get_device_pci_busid()
96clret = clGetDeviceInfo(device, HWLOC_CL_DEVICE_PCI_DOMAIN_ID_NV, sizeof(nvdomain), &nvdomain, NUL… in hwloc_opencl_get_device_pci_busid()
97 if (CL_SUCCESS == clret) { /* available since CUDA 10.2 */ in hwloc_opencl_get_device_pci_busid()
/dports/net/mpich/mpich-3.4.3/modules/hwloc/include/hwloc/
H A Dopencl.h79 cl_int clret; in hwloc_opencl_get_device_pci_busid() local
81 clret = clGetDeviceInfo(device, HWLOC_CL_DEVICE_TOPOLOGY_AMD, sizeof(amdtopo), &amdtopo, NULL); in hwloc_opencl_get_device_pci_busid()
82 if (CL_SUCCESS == clret in hwloc_opencl_get_device_pci_busid()
92 clret = clGetDeviceInfo(device, HWLOC_CL_DEVICE_PCI_BUS_ID_NV, sizeof(nvbus), &nvbus, NULL); in hwloc_opencl_get_device_pci_busid()
93 if (CL_SUCCESS == clret) { in hwloc_opencl_get_device_pci_busid()
94 clret = clGetDeviceInfo(device, HWLOC_CL_DEVICE_PCI_SLOT_ID_NV, sizeof(nvslot), &nvslot, NULL); in hwloc_opencl_get_device_pci_busid()
95 if (CL_SUCCESS == clret) { in hwloc_opencl_get_device_pci_busid()
96clret = clGetDeviceInfo(device, HWLOC_CL_DEVICE_PCI_DOMAIN_ID_NV, sizeof(nvdomain), &nvdomain, NUL… in hwloc_opencl_get_device_pci_busid()
97 if (CL_SUCCESS == clret) { /* available since CUDA 10.2 */ in hwloc_opencl_get_device_pci_busid()
/dports/net/mpich/mpich-3.4.3/src/pm/hydra2/libhydra/topo/hwloc/hwloc/include/hwloc/
H A Dopencl.h79 cl_int clret; in hwloc_opencl_get_device_pci_busid() local
81 clret = clGetDeviceInfo(device, HWLOC_CL_DEVICE_TOPOLOGY_AMD, sizeof(amdtopo), &amdtopo, NULL); in hwloc_opencl_get_device_pci_busid()
82 if (CL_SUCCESS == clret in hwloc_opencl_get_device_pci_busid()
92 clret = clGetDeviceInfo(device, HWLOC_CL_DEVICE_PCI_BUS_ID_NV, sizeof(nvbus), &nvbus, NULL); in hwloc_opencl_get_device_pci_busid()
93 if (CL_SUCCESS == clret) { in hwloc_opencl_get_device_pci_busid()
94 clret = clGetDeviceInfo(device, HWLOC_CL_DEVICE_PCI_SLOT_ID_NV, sizeof(nvslot), &nvslot, NULL); in hwloc_opencl_get_device_pci_busid()
95 if (CL_SUCCESS == clret) { in hwloc_opencl_get_device_pci_busid()
96clret = clGetDeviceInfo(device, HWLOC_CL_DEVICE_PCI_DOMAIN_ID_NV, sizeof(nvdomain), &nvdomain, NUL… in hwloc_opencl_get_device_pci_busid()
97 if (CL_SUCCESS == clret) { /* available since CUDA 10.2 */ in hwloc_opencl_get_device_pci_busid()
/dports/net/mpich/mpich-3.4.3/src/pm/hydra/tools/topo/hwloc/hwloc/include/hwloc/
H A Dopencl.h79 cl_int clret; in hwloc_opencl_get_device_pci_busid() local
81 clret = clGetDeviceInfo(device, HWLOC_CL_DEVICE_TOPOLOGY_AMD, sizeof(amdtopo), &amdtopo, NULL); in hwloc_opencl_get_device_pci_busid()
82 if (CL_SUCCESS == clret in hwloc_opencl_get_device_pci_busid()
92 clret = clGetDeviceInfo(device, HWLOC_CL_DEVICE_PCI_BUS_ID_NV, sizeof(nvbus), &nvbus, NULL); in hwloc_opencl_get_device_pci_busid()
93 if (CL_SUCCESS == clret) { in hwloc_opencl_get_device_pci_busid()
94 clret = clGetDeviceInfo(device, HWLOC_CL_DEVICE_PCI_SLOT_ID_NV, sizeof(nvslot), &nvslot, NULL); in hwloc_opencl_get_device_pci_busid()
95 if (CL_SUCCESS == clret) { in hwloc_opencl_get_device_pci_busid()
96clret = clGetDeviceInfo(device, HWLOC_CL_DEVICE_PCI_DOMAIN_ID_NV, sizeof(nvdomain), &nvdomain, NUL… in hwloc_opencl_get_device_pci_busid()
97 if (CL_SUCCESS == clret) { /* available since CUDA 10.2 */ in hwloc_opencl_get_device_pci_busid()
/dports/devel/hwloc/hwloc-1.11.13/src/
H A Dtopology-opencl.c56 cl_int clret; in hwloc_opencl_query_devices() local
65 clret = clGetPlatformIDs(0, NULL, &nr_platforms); in hwloc_opencl_query_devices()
66 if (CL_SUCCESS != clret || !nr_platforms) in hwloc_opencl_query_devices()
72 clret = clGetPlatformIDs(nr_platforms, platform_ids, &nr_platforms); in hwloc_opencl_query_devices()
73 if (CL_SUCCESS != clret || !nr_platforms) in hwloc_opencl_query_devices()
79 clret = clGetDeviceIDs(platform_ids[i], CL_DEVICE_TYPE_ALL, 0, NULL, &nr_devices); in hwloc_opencl_query_devices()
80 if (CL_SUCCESS != clret) in hwloc_opencl_query_devices()
95 if (CL_SUCCESS != clret) in hwloc_opencl_query_devices()
117 if (CL_SUCCESS != clret) in hwloc_opencl_query_devices()
167 if (CL_SUCCESS != clret) { in hwloc_opencl_query_devices()
[all …]
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/hwloc/hwloc1117/hwloc/src/
H A Dtopology-opencl.c51 cl_int clret; in hwloc_opencl_query_devices() local
60 clret = clGetPlatformIDs(0, NULL, &nr_platforms); in hwloc_opencl_query_devices()
61 if (CL_SUCCESS != clret || !nr_platforms) in hwloc_opencl_query_devices()
67 clret = clGetPlatformIDs(nr_platforms, platform_ids, &nr_platforms); in hwloc_opencl_query_devices()
68 if (CL_SUCCESS != clret || !nr_platforms) in hwloc_opencl_query_devices()
74 clret = clGetDeviceIDs(platform_ids[i], CL_DEVICE_TYPE_ALL, 0, NULL, &nr_devices); in hwloc_opencl_query_devices()
75 if (CL_SUCCESS != clret) in hwloc_opencl_query_devices()
90 if (CL_SUCCESS != clret) in hwloc_opencl_query_devices()
112 if (CL_SUCCESS != clret) in hwloc_opencl_query_devices()
162 if (CL_SUCCESS != clret) { in hwloc_opencl_query_devices()
[all …]
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/hwloc/hwloc1117/hwloc/include/hwloc/
H A Dopencl.h74 cl_int clret; in hwloc_opencl_get_device_cpuset() local
81 clret = clGetDeviceInfo(device, CL_DEVICE_TOPOLOGY_AMD, sizeof(amdtopo), &amdtopo, NULL); in hwloc_opencl_get_device_cpuset()
82 if (CL_SUCCESS != clret) { in hwloc_opencl_get_device_cpuset()
159 cl_int clret; in hwloc_opencl_get_device_osdev() local
161 clret = clGetDeviceInfo(device, CL_DEVICE_TOPOLOGY_AMD, sizeof(amdtopo), &amdtopo, NULL); in hwloc_opencl_get_device_osdev()
162 if (CL_SUCCESS != clret) { in hwloc_opencl_get_device_osdev()
/dports/net/openmpi/openmpi-4.1.1/opal/mca/hwloc/hwloc201/hwloc/include/hwloc/
H A Dopencl.h78 cl_int clret; in hwloc_opencl_get_device_cpuset() local
85 clret = clGetDeviceInfo(device, CL_DEVICE_TOPOLOGY_AMD, sizeof(amdtopo), &amdtopo, NULL); in hwloc_opencl_get_device_cpuset()
86 if (CL_SUCCESS != clret) { in hwloc_opencl_get_device_cpuset()
165 cl_int clret; in hwloc_opencl_get_device_osdev() local
167 clret = clGetDeviceInfo(device, CL_DEVICE_TOPOLOGY_AMD, sizeof(amdtopo), &amdtopo, NULL); in hwloc_opencl_get_device_osdev()
168 if (CL_SUCCESS != clret) { in hwloc_opencl_get_device_osdev()
/dports/devel/hwloc/hwloc-1.11.13/include/hwloc/
H A Dopencl.h79 cl_int clret; in hwloc_opencl_get_device_cpuset() local
86 clret = clGetDeviceInfo(device, CL_DEVICE_TOPOLOGY_AMD, sizeof(amdtopo), &amdtopo, NULL); in hwloc_opencl_get_device_cpuset()
87 if (CL_SUCCESS != clret) { in hwloc_opencl_get_device_cpuset()
165 cl_int clret; in hwloc_opencl_get_device_osdev() local
167 clret = clGetDeviceInfo(device, CL_DEVICE_TOPOLOGY_AMD, sizeof(amdtopo), &amdtopo, NULL); in hwloc_opencl_get_device_osdev()
168 if (CL_SUCCESS != clret) { in hwloc_opencl_get_device_osdev()
/dports/graphics/tgif/tgif-QPL-4.2.5/rmcast/tools/scripts/
H A Drmlog.awk14 clret=0;
138 clret++;
161 printf("Retrans lost by simulation from %s:%d %d\n",member_ip,member_pid,clret);
/dports/graphics/tgif/tgif-QPL-4.2.5/rmcast/tools/scripts/special/
H A Drmlog.awk13 clret=0;
160 clret++;
184 printf("Retrans lost by simulation from %s:%d= %d\n",member_ip,member_pid,clret);
/dports/databases/db18/db-18.1.40/test/tcl/
H A Dtest092.tcl141 set clret [list [list $key [pad_data $method $str]]]
/dports/databases/db5/db-5.3.28/test/tcl/
H A Dtest092.tcl141 set clret [list [list $key [pad_data $method $str]]]