提交 6d219827 编写于 作者: M Megvii Engine Team

feat(opencl/svm): add opencl svm more test

GitOrigin-RevId: 3ebfbed0bdd58170ebd300ee2158de9a00dfedb2
上级 4c27522a
......@@ -65,7 +65,7 @@ void noncont_tensor_copy(
}
DeviceTensorND tmp;
tmp.copy_from(src);
dest.copy_from_fixlayout(tmp);
dest.copy_from_fixlayout(tmp).sync();
}
//! implement non-contiguous h2d copy
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册