Remove redundant SyncLocal operation
Signed-off-by: ScheissSchiesser <9285100+ScheissSchiesser@users.noreply.github.com>
This commit is contained in:
parent
409c455d8c
commit
54baa18de9
1 changed files with 1 additions and 2 deletions
|
|
@ -36,8 +36,7 @@ TEST(TestDestroy, TestDestroyTensorSingle)
|
|||
|
||||
// Sync values to and from device
|
||||
mgr.sequence()
|
||||
->eval<kp::OpTensorSyncDevice>(algo->getTensors())
|
||||
->eval<kp::OpTensorSyncLocal>(algo->getTensors());
|
||||
->eval<kp::OpTensorSyncDevice>(algo->getTensors());
|
||||
|
||||
EXPECT_EQ(tensorA->vector(), initialValues);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue