Files
nvfp4-megamoe-kernel/third_party/DeepGEMM/csrc/utils/format.hpp

7 lines
124 B
C++

#pragma once
// Just a wrapper for the `fmt` headers
#define FMT_HEADER_ONLY
#include <fmt/base.h>
#include <fmt/format.h>