File size: 109 Bytes
f6e23b0
 
 
 
 
 
 
1
2
3
4
5
6
7
#ifndef BLITZ_H
#define BLITZ_H
extern "C" {
    void trace_vortex_v4();
    void ghost_quant_fp8();
}
#endif