benchmark-toolbox: add benchmark-toolbox
a unified benchmarking tool
This commit is contained in:
6
Source/Benchmark-Toolbox/source/gpu_stress.h
Normal file
6
Source/Benchmark-Toolbox/source/gpu_stress.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
|
||||
bool gpu_stress_run(double *gflops_out, uint64_t *dispatches_out, uint64_t *mismatches_out);
|
||||
void gpu_stress_shutdown(void);
|
||||
Reference in New Issue
Block a user