"...dequantize_gemm/example_dequant_gemm_mxfp4_hopper.py" did not exist on "376ba9eb00028c45545df4b187fef01a4cc82cd5"
common.h 116 Bytes
Newer Older
1
2
3
4
5
6
7
8
#pragma once

#include "half.hpp"
#include <math.h>
#include <stdbool.h>

using half_float::half;
// Not Implemented