Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
util_simd: make typename consistent (__fp16 --> _FP16)
_FP16 is the macro to unify different fp16 typenames across different architectures or libraries. Note that util_simd.cpp has the correct name (_FP16) while the header has the incorrect naming (__fp16). Although this does not break the build or execution, this is not good for readability and dependency clean-ups. CC: @skykongkong8 Signed-off-by: MyungJoo Ham <[email protected]>
- Loading branch information