add membench-NX - open source memory benchmark tool

also remove memtester, it doesnt really work
This commit is contained in:
souldbminersmwc
2026-06-06 17:33:14 -04:00
parent 380f621b39
commit 7634ff767b
24 changed files with 748 additions and 2888 deletions

View File

@@ -0,0 +1,4 @@
#pragma once
#include <stdbool.h>
bool gpu_bw_run(bool is_4gb, double *copy_out, double *read_out, double *write_out);