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