Skip to content

Commit

Permalink
Fixes #326: Dropped redundant includes and set "challenging" include …
Browse files Browse the repository at this point in the history
…order in `vectorAdd` examples.
  • Loading branch information
eyalroz committed May 25, 2022
1 parent 33fa9c8 commit 535263e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions examples/modified_cuda_samples/vectorAdd/vectorAdd.cu
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
* contact the author.
*/

#include "../../common.hpp"

#include <cuda/api.hpp>

#include <iostream>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
* used instead of regular host and device memory.
*/

#include "../../common.hpp"

#include <cuda/nvrtc.hpp>
#include <cuda/api.hpp>

#include <iostream>
#include <cmath>

Expand Down

0 comments on commit 535263e

Please sign in to comment.