Skip to content

Commit

Permalink
...EJB
Browse files Browse the repository at this point in the history
  • Loading branch information
ebylaska committed Apr 29, 2024
1 parent c280a91 commit 9799b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nwpw/nwpwlib/device/gdevices_cuda.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ class Gdevices {
//double *dev_mem[NDEV_MAX];

// Global variables for managing memory
const int NDEV_MAX = NDEV_MAX0;
const int NDEV_MAX = 100;
std::vector<double*> dev_mem_large(NDEV_MAX);
std::vector<double*> dev_mem(NDEV_MAX);
std::vector<size_t> ndsize_mem_large(NDEV_MAX, 0);
Expand Down

0 comments on commit 9799b4c

Please sign in to comment.