From 2d6867ee647c3b0313216d5c3b506b3c8fbc6a2f Mon Sep 17 00:00:00 2001 From: BUG1989 <248857878@qq.com> Date: Mon, 1 Jul 2024 13:47:26 +0800 Subject: [PATCH] Update fp32_to_bf16.cpp --- tools/fp32_to_bf16.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/fp32_to_bf16.cpp b/tools/fp32_to_bf16.cpp index d341355..8b62cb3 100644 --- a/tools/fp32_to_bf16.cpp +++ b/tools/fp32_to_bf16.cpp @@ -1,5 +1,6 @@ #include #include +#include #include "vector" #include "../src/runner/utils/bfloat16.hpp" @@ -32,4 +33,4 @@ int main(int argc, char *argv[]) fout.close(); return 0; -} \ No newline at end of file +}