Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
adds DeviceMemcpy::Batched
Browse files Browse the repository at this point in the history
  • Loading branch information
elstehle committed Dec 28, 2022
1 parent 0a3afa0 commit fa9c1bd
Show file tree
Hide file tree
Showing 41 changed files with 10,140 additions and 5,822 deletions.
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ IncludeCategories:
Priority: 2
- Regex: '^<cuda'
Priority: 3
- Regex: '^<[a-z]*>$'
- Regex: '^<[a-z_]*>$'
Priority: 4
IndentCaseLabels: true
IndentPPDirectives: None
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
*~
\#*
/build
.cache
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ endif()
option(CUB_ENABLE_HEADER_TESTING "Test that all public headers compile." ON)
option(CUB_ENABLE_TESTING "Build CUB testing suite." ON)
option(CUB_ENABLE_EXAMPLES "Build CUB examples." ON)

# This is needed for NVCXX QA, which requires a static set of executable names.
# Only a single dialect may be enabled when this is off.
option(CUB_ENABLE_CPP_DIALECT_IN_NAMES
Expand Down
Loading

0 comments on commit fa9c1bd

Please sign in to comment.