Open daphne-eu opened 3 years ago
In GitLab by @pdamme on Jun 3, 2021, 16:42
A DaphneIR operation for creating a deep copy of a data object was still missing, and I have just created it: CopyOp
. Thus, this issue is about implementing a kernel for that operation. Here are a few thoughts:
DenseMatrix
, CSRMatrix
, and Frame
, or any subset of thoseIn GitLab by @pdamme on Jun 3, 2021, 16:42
unassigned @pdamme
In GitLab by @pdamme on Mar 30, 2021, 16:57
In addition to the shallow copy mechanism already provided by
DenseMatrix
,CSRMatrix
, andFrame
, there should also be a way to obtain a deep copy of an entire data object, or a part of it.