MCPcopy Create free account
hub / github.com/ROCm/AMDMIGraphX / copy_from

Method copy_from

src/targets/gpu/target.cpp:290–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288argument target::copy_to(const argument& arg) const { return gpu::to_gpu(arg); }
289
290argument target::copy_from(const argument& arg) const { return gpu::from_gpu(arg); }
291
292argument target::allocate(const shape& s) const { return gpu::allocate_gpu(s); }
293

Callers 8

TEST_CASEFunction · 0.45
run_progFunction · 0.45
TEST_CASEFunction · 0.45
run_gpuFunction · 0.45
run_targetMethod · 0.45
evalMethod · 0.45
quantize_8bitsFunction · 0.45
run_targetFunction · 0.45

Calls 1

from_gpuFunction · 0.85

Tested by

no test coverage detected