Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions include/af/array.h
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,7 @@ namespace af

/**
Perform deep copy from host/device pointer to an existing array
\note Unlike all other assignment operations, this does NOT result in a copy on write.
*/
template<typename T> void write(const T *ptr, const size_t bytes, af::source src = afHost);

Expand Down