Added functional optensorsyncDevice and optensorsynclocal

This commit is contained in:
Alejandro Saucedo 2020-09-06 15:51:31 +01:00
parent e6f4097acb
commit e68d09dbdc
15 changed files with 258 additions and 50 deletions

View file

@ -45,9 +45,14 @@ class OpTensorSyncDevice : public OpBase
void record() override;
/**
* Does not perform any further sync functions. Frees the staging tensors together with their respective memory.
* Does not perform any preEval commands.
*/
void postSubmit() override;
virtual void preEval() override;
/**
* Does not perform any postEval commands.
*/
virtual void postEval() override;
private:
// Never owned resources