Skip to content

Commit

Permalink
fix[cuda]: cuda is working again
Browse files Browse the repository at this point in the history
C++ preprocessor does not allow nested macros, so they got removed
  • Loading branch information
NoNaeAbC committed Apr 2, 2021
1 parent 75e0ad0 commit e1ef4dc
Show file tree
Hide file tree
Showing 14 changed files with 435 additions and 885 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
all:
nvcc cudatest.cu
nvcc cudatest.cu -std=c++17 -O4
Loading

0 comments on commit e1ef4dc

Please sign in to comment.