Fix kpu upload

pull/95/head
sunnycase 2019-08-13 21:03:38 +08:00
parent 26c95bec5f
commit d452cbfb07
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ public:
else
{
kernels::k210::kpu_upload(src, mem.data(), shape);
on_upload_done();
}
return 0;