Home
last modified time | relevance | path

Searched refs:Devices (Results 1 – 25 of 227) sorted by relevance

12345678910

/external/llvm-project/openmp/libomptarget/src/
Dapi.cpp23 size_t DevicesSize = PM->Devices.size(); in omp_get_num_devices()
59 rc = PM->Devices[device_num].allocData(size); in omp_target_alloc()
84 PM->Devices[device_num].deleteData(device_ptr); in omp_target_free()
103 size_t DevicesSize = PM->Devices.size(); in omp_target_is_present()
111 DeviceTy &Device = PM->Devices[device_num]; in omp_target_is_present()
160 DeviceTy &DstDev = PM->Devices[dst_device]; in omp_target_memcpy()
164 DeviceTy &SrcDev = PM->Devices[src_device]; in omp_target_memcpy()
168 DeviceTy &SrcDev = PM->Devices[src_device]; in omp_target_memcpy()
169 DeviceTy &DstDev = PM->Devices[dst_device]; in omp_target_memcpy()
266 DeviceTy &Device = PM->Devices[device_num]; in omp_target_associate_ptr()
[all …]
Drtl.cpp184 DeviceTy &Device = PM->Devices[RTL->Idx + i]; in RegisterGlobalCtorsDtorsForImage()
277 size_t Start = PM->Devices.size(); in RegisterLib()
278 PM->Devices.resize(Start + R.NumberOfDevices, device); in RegisterLib()
282 PM->Devices[Start + device_id].DeviceID = Start + device_id; in RegisterLib()
284 PM->Devices[Start + device_id].RTLDeviceID = device_id; in RegisterLib()
365 DeviceTy &Device = PM->Devices[FoundRTL->Idx + i]; in UnregisterLib()
Dinterface.cpp61 for (const auto &Device : PM->Devices) in HandleTargetOutcome()
142 DeviceTy &Device = PM->Devices[device_id]; in __tgt_target_data_begin_mapper()
205 size_t DevicesSize = PM->Devices.size(); in __tgt_target_data_end_mapper()
213 DeviceTy &Device = PM->Devices[device_id]; in __tgt_target_data_end_mapper()
283 DeviceTy &Device = PM->Devices[device_id]; in __tgt_target_data_update_mapper()
475 PM->Devices[device_id].LoopTripCnt.emplace(__kmpc_global_thread_num(NULL), in __kmpc_push_target_tripcount()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_session_test.cc37 static SessionOptions Devices(int num_cpus, int num_gpus) { in Devices() function
94 TF_CHECK_OK(test::TestCluster::MakeTestCluster(Devices(1, 0), 2, &cluster)); in TEST()
130 TF_CHECK_OK(test::TestCluster::MakeTestCluster(Devices(1, 0), 2, &cluster)); in TEST()
175 TF_CHECK_OK(test::TestCluster::MakeTestCluster(Devices(1, 0), 2, &cluster)); in TEST()
206 TF_CHECK_OK(test::TestCluster::MakeTestCluster(Devices(1, 0), 2, &cluster)); in TEST()
238 TF_CHECK_OK(test::TestCluster::MakeTestCluster(Devices(1, 0), 2, &cluster)); in TEST()
268 TF_CHECK_OK(test::TestCluster::MakeTestCluster(Devices(1, 0), 2, &cluster)); in TEST()
295 TF_CHECK_OK(test::TestCluster::MakeTestCluster(Devices(1, 0), 2, &cluster)); in TEST()
395 TF_CHECK_OK(test::TestCluster::MakeTestCluster(Devices(1, 0), 2, &cluster)); in TEST()
413 TF_CHECK_OK(test::TestCluster::MakeTestCluster(Devices(1, 0), 2, &cluster)); in TEST()
[all …]
/external/angle/extensions/
DEGL_ANGLE_device_eagl.txt65 Add a new section 2.1.3 (EAGL Devices) after 2.1.2 (Devices)
71 Changes to section 3.2 (Devices)
DEGL_ANGLE_device_metal.txt65 Add a new section 2.1.3 (Metal Devices) after 2.1.2 (Devices)
72 Changes to section 3.2 (Devices)
DEGL_ANGLE_device_cgl.txt67 Add a new section 2.1.3 (CGL Devices) after 2.1.2 (Devices)
73 Changes to section 3.2 (Devices)
DEGL_ANGLE_device_d3d.txt65 Add a new section 2.1.3 (D3D Devices) after 2.1.2 (Devices)
72 Changes to section 3.2 (Devices)
DEGL_ANGLE_device_creation_d3d11.txt66 Changes to section 3.2 (Devices)
68 Modify the language in section 3.2 (Devices) describing valid attribute
77 Append the following to the end of section 3.2 (Devices):
/external/chromium-trace/catapult/devil/devil/android/tools/
Dunlock_bootloader.py30 for d in adb_wrapper.AdbWrapper.Devices(desired_state=None):
52 fastbooted_devices = set([str(d) for d in fastboot.Fastboot.Devices()])
136 d for d in fastboot.Fastboot.Devices()
/external/libcups/backend/
Dsnmp.c147 static cups_array_t *Devices = NULL; variable
234 Devices = cupsArrayNew((cups_array_func_t)compare_cache, NULL); in main()
310 cupsArrayAdd(Devices, temp); in add_cache()
571 for (cache = (snmp_cache_t *)cupsArrayFirst(Devices); in free_cache()
573 cache = (snmp_cache_t *)cupsArrayNext(Devices)) in free_cache()
589 cupsArrayDelete(Devices); in free_cache()
590 Devices = NULL; in free_cache()
925 device = (snmp_cache_t *)cupsArrayFind(Devices, &key); in read_snmp_response()
1266 for (device = (snmp_cache_t *)cupsArrayFirst(Devices); in scan_devices()
1268 device = (snmp_cache_t *)cupsArrayNext(Devices)) in scan_devices()
/external/libxml2/macos/src/
Dlibxml2_GUSIConfig.cp41 /* Declarations of File Devices */
48 /* Configure File Devices */
/external/autotest/site_utils/rpm_control_system/
Drpm_config.ini29 # Access information for Sentry Based Devices.
36 # Access information for Web Powered Devices.
/external/autotest/client/common_lib/cros/fake_device_server/
Ddevices.py23 class Devices(resource_method.ResourceMethod): class
47 super(Devices, self).__init__(resource)
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dtpu_rewrite_device_util.cc60 using Devices = llvm::ArrayRef<DeviceNameUtils::ParsedName>; typedef
64 void FindMatchingDevices(Devices devices, const Device& spec, in FindMatchingDevices()
83 Status GetTPUSystemDevices(Devices devices, in GetTPUSystemDevices()
122 Devices devices, llvm::ArrayRef<Device> system_devices, in GetTPUDevices()
450 Devices devices, int num_replicas, int num_cores_per_replica, in GetTPUCompilationAndExecutionDevices()
/external/oboe/samples/audio-device/
DREADME.md2 This folder contains a number of classes for working with Audio Devices. See the hello-oboe sample
/external/tensorflow/tensorflow/core/debug/
Dgrpc_session_debug_test.cc45 SessionOptions Devices(int num_cpus, int num_gpus) { in Devices() function
157 TF_CHECK_OK(test::TestCluster::MakeTestCluster(Devices(1, 0), 2, &cluster)); in TEST_F()
227 TF_CHECK_OK(test::TestCluster::MakeTestCluster(Devices(1, 1), 2, &cluster)); in TEST_F()
/external/libiio/src/iiod/init/
Diiod.conf.cmakein3 # Copyright (C) 2016 Analog Devices Inc.
Diiod.service.cmakein3 # Copyright (C) 2016 Analog Devices Inc.
/external/llvm-project/lld/test/ELF/
Dformat-binary.test12 # RO: Machine: Advanced Micro Devices X86-64
32 # EXE: Machine: Advanced Micro Devices X86-64
/external/libkmsxx/py/tests/
Dhpd.py11 dev = pyudev.Devices.from_name(context, 'drm', 'card0')
/external/v4l2_codec2/common/include/v4l2_codec2/common/
DV4L2Device.h462 using Devices = std::vector<std::pair<std::string, std::vector<uint32_t>>>;
488 const Devices& getDevicesForType(V4L2Device::Type type);
498 std::map<V4L2Device::Type, Devices> mDevicesByType;
/external/autotest/server/site_tests/platform_ExternalUsbPeripherals/
Dcontrol.detect.unplug_login_plug59 "awk \"/Output Devices:/,/Output Nodes:/\" | grep -E ") :
63 "awk \"/Input Devices:/,/Input Nodes:/\" | grep -iE ") :
Dcontrol.detect.lid_close_open_short58 "awk \"/Output Devices:/,/Output Nodes:/\" | grep -E ") :
62 "awk \"/Input Devices:/,/Input Nodes:/\" | grep -iE ") :
Dcontrol.detect.crash_check_short57 "awk \"/Output Devices:/,/Output Nodes:/\" | grep -E ") :
61 "awk \"/Input Devices:/,/Input Nodes:/\" | grep -iE ") :

12345678910