================
@@ -44,33 +45,32 @@ Error_t Free(void *DevPtr) {
}
Error_t Memcpy(void *Dst, const void *Src, size_t Size, MemcpyKind Kind) {
+ if (Kind != MemcpyHostToHost) {
----------------
kevinsala wrote:What is the reason to skip synchronization for host-to-host? https://github.com/llvm/llvm-project/pull/218049 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
