benchmark-toolbox: add benchmark-toolbox
a unified benchmarking tool
This commit is contained in:
4
Source/Benchmark-Toolbox/source/gpu_bw.h
Normal file
4
Source/Benchmark-Toolbox/source/gpu_bw.h
Normal 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);
|
||||
Reference in New Issue
Block a user