-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the variadic templates for batch dimensions
- The use of variadic templates for the batch dimensions caused issue when compiling with nvcc - Replaced the variadic template on the dimensions by a single template argument for the corresponding DiscreteDomain
- Loading branch information
Showing
7 changed files
with
295 additions
and
353 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.