Renamed tensorcreate and started adding optensorsyncdevice
This commit is contained in:
parent
236c349aa0
commit
ec89fc6d56
17 changed files with 318 additions and 71 deletions
|
|
@ -28,7 +28,7 @@ TEST(TestTensor, CopyFromHostData) {
|
|||
{
|
||||
sq->begin();
|
||||
|
||||
sq->record<kp::OpCreateTensor>({tensorA, tensorB});
|
||||
sq->record<kp::OpTensorCreate>({tensorA, tensorB});
|
||||
|
||||
sq->record<kp::OpTensorCopy>({tensorA, tensorB});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue