Skip to content

Commit

Permalink
fix half issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mzmssg committed Aug 10, 2022
1 parent 2d842f1 commit 8de1858
Show file tree
Hide file tree
Showing 2 changed files with 4,602 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/nnfusion/core/kernels/common_langunit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ LU_DEFINE(header::chrono, "#include <chrono>\n");
LU_DEFINE(header::ctime, "#include <ctime>\n");
LU_DEFINE(header::limits, "#include <limits>\n");
LU_DEFINE(header::iostream, "#include <iostream>\n");
LU_DEFINE(header::windows, "#include <windows.h>\n");
LU_DEFINE(header::windows, "#define NOMINMAX\n#include <windows.h>\n");
LU_DEFINE(header::unordered_map, "#include <unordered_map>\n");
LU_DEFINE(header::torch_extension, "#include <torch/extension.h>\n");

Expand Down
Loading

0 comments on commit 8de1858

Please sign in to comment.