Files
Horizon-OC-pro/Source/Benchmark-Toolbox/source/gpu_stress.h
souldbminersmwc 4a5e889c40 benchmark-toolbox: add benchmark-toolbox
a unified benchmarking tool
2026-06-07 21:10:53 -04:00

7 lines
180 B
C

#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);