We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hi, I'm first time testing this repo,
just cloned, cmake . , make -j
cloned, cmake . , make -j
running make tests gets stuck on test 3:
FP16$ make test Running tests... Test project /mnt/store/devel/FP16 Start 1: ieee-to-fp32-bits 1/7 Test #1: ieee-to-fp32-bits ................ Passed 0.01 sec Start 2: ieee-to-fp32-value 2/7 Test #2: ieee-to-fp32-value ............... Passed 0.01 sec Start 3: ieee-from-fp32-value ^CMakefile:106: recipe for target 'test' failed make: *** [test] Přerušení (SIGINT)
The text was updated successfully, but these errors were encountered:
This test checks all 2**32 possible input values, so most likely you just need to wait for longer.
2**32
Sorry, something went wrong.
No branches or pull requests
hi, I'm first time testing this repo,
just
cloned, cmake . , make -j
running make tests gets stuck on test 3:
The text was updated successfully, but these errors were encountered: