Home
last modified time | relevance | path

Searched refs:cpu_source (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/igt-gpu-tools/tools/
H A Dintel_reg_decode.c1318 const char *cpu_source; in DEBUGSTRING() local
1331 cpu_source = "disable"; in DEBUGSTRING()
1334 cpu_source = "downspread"; in DEBUGSTRING()
1337 cpu_source = "nonspread"; in DEBUGSTRING()
1340 cpu_source = "reserved"; in DEBUGSTRING()
1344 cpu_source, ssc_source, nonspread_source, in DEBUGSTRING()
/aosp_15_r20/external/pytorch/test/
H A Dtest_mps.py7230 cpu_source = torch.randn(source_shape, device='cpu', dtype=x_dtype, requires_grad=False)
7231 source = cpu_source.detach().clone().to('mps')
7234 … idx_result_cpu = torch.index_add(cpu_x, dim=dim, index=cpu_idx, source=cpu_source, alpha=alpha)