Simplify Identity operator implementation
This MR simplify the implementation of the Identity operator by using std::copy
or cudaMemcpy
.
Edited by Jacques Xing
Merge request reports
Activity
Please register or sign in to reply
This MR simplify the implementation of the Identity operator by using std::copy
or cudaMemcpy
.