Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions RELEASE
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.2.4 (2/10/2026)
* Increment version number, since it has been over a decade

1.2.3 (2/7/2012)
* Fixed a bug broke --max_num_blocks option
* Slightly reduced the total memory allocated to allow future small memory allocation to work
Expand Down
2 changes: 1 addition & 1 deletion cuda_memtest.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
#include <nvml.h>
#endif

#define VERSION "1.2.3"
#define VERSION "1.2.4"

#define ERR_BAD_STATE -1
#define ERR_GENERAL -999
Expand Down