tensor: Rename half.hpp -> half.h

addResource() thinks it's a Verilog source file if it ends in .hpp, for
some reason.
This commit is contained in:
Hansung Kim
2024-05-01 22:01:34 -07:00
parent c4b94e4f2c
commit bc45c40231
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@
#include "VX_config.h"
#include <bit>
#include "half.hpp"
#include "half.h"
extern "C" {
void dpi_fadd(bool enable, int dst_fmt, int64_t a, int64_t b, const svBitVecVal* frm, int64_t* result, svBitVecVal* fflags);

View File

@@ -4015,4 +4015,4 @@ namespace half_float {
#ifdef HALF_POP_WARNINGS
#pragma warning(pop)
#undef HALF_POP_WARNINGS
#endif
#endif