/external/llvm-project/parallel-libs/acxxel/ |
D | cuda_acxxel.cpp | 84 Expected<Stream> createStream(int DeviceIndex) override; 90 Expected<Event> createEvent(int DeviceIndex) override; 93 Expected<void *> rawMallocD(ptrdiff_t ByteCount, int DeviceIndex) override; 100 int DeviceIndex) override; 102 int DeviceIndex) override; 127 int DeviceIndex) override; 149 Status setContext(int DeviceIndex) { in setContext() argument 150 if (DeviceIndex < 0 || in setContext() 151 static_cast<size_t>(DeviceIndex) >= TheContexts.size()) in setContext() 152 return Status("invalid deivce index " + std::to_string(DeviceIndex)); in setContext() [all …]
|
D | opencl_acxxel.cpp | 67 Expected<Stream> createStream(int DeviceIndex) override; 69 Expected<Event> createEvent(int DeviceIndex) override; 72 int DeviceIndex) override; 79 Expected<void *> rawMallocD(ptrdiff_t ByteCount, int DeviceIndex) override; 86 int DeviceIndex) override; 88 int DeviceIndex) override; 156 for (cl_uint DeviceIndex = 0; DeviceIndex < NumDevices; ++DeviceIndex) in create() local 158 Devices[DeviceIndex]); in create() 192 Expected<Stream> OpenCLPlatform::createStream(int DeviceIndex) { in createStream() argument 195 Contexts[DeviceIndex], FullDeviceIDs[DeviceIndex].DeviceID, in createStream() [all …]
|
D | acxxel.h | 383 Stream(Platform *APlatform, int DeviceIndex, void *AHandle, in Stream() argument 385 : ThePlatform(APlatform), TheDeviceIndex(DeviceIndex), in Stream() 444 Event(Platform *APlatform, int DeviceIndex, void *AHandle, in Event() argument 446 : ThePlatform(APlatform), TheDeviceIndex(DeviceIndex), in Event() 474 virtual Expected<Stream> createStream(int DeviceIndex = 0) = 0; 477 virtual Expected<Event> createEvent(int DeviceIndex = 0) = 0; 485 int DeviceIndex = 0) { 487 rawMallocD(ElementCount * sizeof(T), DeviceIndex); 501 int DeviceIndex = 0) { 503 rawGetDeviceSymbolAddress(Symbol, DeviceIndex); [all …]
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/ |
D | tf_device_index_selector.mlir | 1 // Test DeviceIndex selector. 7 // CHECK: %[[first:.*]] = "tf.DeviceIndex" 10 %0 = "tf.DeviceIndex"() {device = "", device_names = ["CPU", "GPU"]} : () -> tensor<i32> 11 %1 = "tf.DeviceIndex"() {device = "", device_names = ["CPU", "GPU"]} : () -> tensor<i32>
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/ |
D | DeviceIndex.pbtxt | 2 name: "DeviceIndex"
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_DeviceIndex.pbtxt | 2 graph_op_name: "DeviceIndex"
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | spv.deviceGroup.frag.out | 19 Decorate 12(gl_DeviceIndex) BuiltIn DeviceIndex
|
D | spv.310.comp.out | 54 Decorate 65(gl_DeviceIndex) BuiltIn DeviceIndex
|
D | 140.vert.out | 126 0:63 'gl_DeviceIndex' ( in int DeviceIndex) 131 0:77 'gl_DeviceIndex' ( in int DeviceIndex)
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/ |
D | spv.deviceGroup.frag.out | 19 Decorate 12(gl_DeviceIndex) BuiltIn DeviceIndex
|
D | spv.310.comp.out | 54 Decorate 65(gl_DeviceIndex) BuiltIn DeviceIndex
|
D | 140.vert.out | 126 0:63 'gl_DeviceIndex' ( in int DeviceIndex) 131 0:77 'gl_DeviceIndex' ( in int DeviceIndex)
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validation_state.cpp | 1320 return VUID_WRAP(VUID-DeviceIndex-DeviceIndex-04205); in VkErrorID() 1322 return VUID_WRAP(VUID-DeviceIndex-DeviceIndex-04206); in VkErrorID()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/ |
D | validation_state.cpp | 1395 return VUID_WRAP(VUID-DeviceIndex-DeviceIndex-04205); in VkErrorID() 1397 return VUID_WRAP(VUID-DeviceIndex-DeviceIndex-04206); in VkErrorID()
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validation_state.cpp | 1322 return VUID_WRAP(VUID-DeviceIndex-DeviceIndex-04205); in VkErrorID() 1324 return VUID_WRAP(VUID-DeviceIndex-DeviceIndex-04206); in VkErrorID()
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | text_to_binary.extension_test.cpp | 319 {"OpDecorate %1 BuiltIn DeviceIndex\n", in TEST_F()
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | text_to_binary.extension_test.cpp | 319 {"OpDecorate %1 BuiltIn DeviceIndex\n", in TEST_F()
|
/external/angle/third_party/vulkan-deps/spirv-headers/src/include/spirv/1.0/ |
D | spirv.lua | 413 DeviceIndex = 4438,
|
/external/angle/third_party/vulkan-deps/spirv-headers/src/include/spirv/1.1/ |
D | spirv.lua | 418 DeviceIndex = 4438,
|
/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/ |
D | spirv.cs | 440 DeviceIndex = 4438, enumerator
|
/external/shaderc/spirv-headers/include/spirv/1.1/ |
D | spirv.lua | 418 DeviceIndex = 4438,
|
/external/deqp-deps/SPIRV-Headers/include/spirv/1.2/ |
D | spirv.lua | 423 DeviceIndex = 4438,
|
/external/angle/third_party/vulkan-deps/spirv-headers/src/include/spirv/1.2/ |
D | spirv.lua | 423 DeviceIndex = 4438,
|
/external/deqp-deps/SPIRV-Headers/include/spirv/1.1/ |
D | spirv.lua | 418 DeviceIndex = 4438,
|
/external/shaderc/spirv-headers/include/spirv/1.0/ |
D | spirv.lua | 413 DeviceIndex = 4438,
|