Skip to content

Commit

Permalink
Reduce code duplication in CUDA memcpy and memset implementations (#981)
Browse files Browse the repository at this point in the history
Since they are now using the same underlying CUDA API calls, they can reuse
the implementation and add the final wait depending on the queue type.
  • Loading branch information
BenjaminW3 authored Apr 22, 2020
1 parent d01ec68 commit a54aef4
Show file tree
Hide file tree
Showing 2 changed files with 557 additions and 818 deletions.
Loading

0 comments on commit a54aef4

Please sign in to comment.