Skip to content

Commit

Permalink
ADD: CUDA stream
Browse files Browse the repository at this point in the history
  • Loading branch information
ilwoolyu committed Apr 22, 2020
1 parent ad28312 commit d936c59
Show file tree
Hide file tree
Showing 8 changed files with 533 additions and 248 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project(HSD)

set(HSD_VERSION_MAJOR 1)
set(HSD_VERSION_MINOR 2)
set(HSD_VERSION_PATCH 8)
set(HSD_VERSION_PATCH 9)
set(HSD_VERSION
${HSD_VERSION_MAJOR}.${HSD_VERSION_MINOR}.${HSD_VERSION_PATCH})

Expand Down
Loading

0 comments on commit d936c59

Please sign in to comment.