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

Commit

Permalink
Updated GPUDirect stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
depaulmillz committed Apr 20, 2021
1 parent f60ab77 commit 41f9a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabricBasedCUDA/include/networklayer/cuda/Macros.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include <unistd.h>

#define MAJOR_VERSION_USED 1
#define MINOR_VERSION_USED 9
#define MINOR_VERSION_USED 12

#define ERRCHK(x) error_check((x), __FILENAME__, __LINE__);

Expand Down

0 comments on commit 41f9a74

Please sign in to comment.