Home
last modified time | relevance | path

Searched defs:gpu_num (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/mesa3d/src/tool/pps/
H A Dpps_device.cc46 std::optional<DrmDevice> create_drm_device(int fd, int32_t gpu_num) in create_drm_device()
90 for (int32_t gpu_num = 0; gpu_num < num_devices; gpu_num++) { in create_all() local
106 std::optional<DrmDevice> DrmDevice::create(int32_t gpu_num) in create()
H A Dpps_config.cc89 uint32_t gpu_num = 0; in main() local
147 auto gpu_num = device.gpu_num; in main() local
H A Dpps_device.h50 int32_t gpu_num = -1; variable
H A Dpps_datasource.cc157 int32_t gpu_num) in add_group()
/aosp_15_r20/external/pytorch/torch/testing/_internal/distributed/_shard/sharded_tensor/
H A D_test_ops_common.py81 local_weight, sharded_dim, gpu_num, spec, rank argument