Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::DefaultHostMemoryCopier Class Reference
Inheritance diagram for Arcane::DefaultHostMemoryCopier:
Collaboration diagram for Arcane::DefaultHostMemoryCopier:

Public Member Functions

void copy (ConstMemoryView from, eMemoryResource from_mem, MutableMemoryView to, eMemoryResource to_mem, const RunQueue *queue) override
 Copies the data from from to to with the queue queue.

Detailed Description

Definition at line 49 of file MemoryResourceMng.cc.

Member Function Documentation

◆ copy()

void Arcane::DefaultHostMemoryCopier::copy ( ConstMemoryView from,
eMemoryResource from_mem,
MutableMemoryView to,
eMemoryResource to_mem,
const RunQueue * queue )
inlineoverridevirtual

Copies the data from from to to with the queue queue.

queue may be null.

Implements Arcane::IMemoryCopier.

Definition at line 54 of file MemoryResourceMng.cc.

References ARCCORE_FATAL, and Arcane::MemoryUtils::copyHost().

Here is the call graph for this function:

The documentation for this class was generated from the following file: