deep-gemm / csrc /utils /format.hpp
medmekk's picture
Upload folder using huggingface_hub
c67ae40 verified
#pragma once
// Just a wrapper for the `fmt` headers
#define FMT_HEADER_ONLY
#include <fmt/base.h>
#include <fmt/format.h>