Fix bug in NDArray handling. The NDArray passed to the plugins was not released, which was intentional since we integrate in the driver, but to avoid the plugins reading data while the driver was writing it we need to make a copy and pass that to the plugins instead.
2674911Matthew Pearson (mkp)22mo ago