TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Nagfor supports half-precision floating-point numbers

3 pointsby zaikunzhangabout 1 year ago

2 comments

zaikunzhangabout 1 year ago
1. nagfor Release 7.1(Hanzomon) Build 7149 released on March 5, 2024, fixed all the bugs spotted, but introduced an ICE when compiling PRIMA ( <a href="http:&#x2F;&#x2F;www.libprima.net" rel="nofollow">http:&#x2F;&#x2F;www.libprima.net</a> ). The ICE has nothing to do with half-precision real, because it occurs when PRIMA is configured to use single or double precision. It can be reproduced by<p>```<p>git clone <a href="https:&#x2F;&#x2F;github.com&#x2F;libprima&#x2F;prima.git">https:&#x2F;&#x2F;github.com&#x2F;libprima&#x2F;prima.git</a> &amp;&amp; cd prima &amp;&amp; git checkout ec42cb0 &amp;&amp; cd fortran&#x2F;examples&#x2F;lincoa &amp;&amp; make ntest<p>```<p>2. nagfor 7.2 released on 6 March, 2024 included neither the ICE nor the fixes for the bugs.
ggraphiliaabout 1 year ago
How surprising that they release a product that contains so many bugs. Very impressive that all of them come with a small an nice reproducing example.