Skip to content

Commit

Permalink
Update fp32_to_bf16.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
BUG1989 committed Jul 1, 2024
1 parent 640817b commit 2d6867e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/fp32_to_bf16.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include <fstream>
#include <iostream>
#include <algorithm>
#include "vector"
#include "../src/runner/utils/bfloat16.hpp"

Expand Down Expand Up @@ -32,4 +33,4 @@ int main(int argc, char *argv[])
fout.close();

return 0;
}
}

0 comments on commit 2d6867e

Please sign in to comment.