Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NNTrainer FP16 implementation relies on NEON, which requires armv8.2-a ISA. Tizen aarch64 is on armv8.0-a; thus it cannot support fp16-neon. Thus, disable fp16 in armv7l and aarch64. Tizen x86/x64 does not support fp16, too. This re-enabled Tizen build of nntrainer. Please do not break the build in main branch! Signed-off-by: MyungJoo Ham <[email protected]>
- Loading branch information