-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
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
Half precision support #1257
base: develop
Are you sure you want to change the base?
Half precision support #1257
Commits on Oct 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4ed36a8 - Browse repository at this point
Copy the full SHA 4ed36a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ddc7c16 - Browse repository at this point
Copy the full SHA ddc7c16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 501e6c7 - Browse repository at this point
Copy the full SHA 501e6c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 957d29c - Browse repository at this point
Copy the full SHA 957d29cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0c389c - Browse repository at this point
Copy the full SHA a0c389cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe5e491 - Browse repository at this point
Copy the full SHA fe5e491View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c3c12b - Browse repository at this point
Copy the full SHA 6c3c12bView commit details -
Co-authored-by: Marcel Koch <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a0ee872 - Browse repository at this point
Copy the full SHA a0ee872View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5acbf27 - Browse repository at this point
Copy the full SHA 5acbf27View commit details -
this version can compile/run complex<half> on cuda114
stack size can not be determined statically issue some tests are failed
Configuration menu - View commit details
-
Copy full SHA for b171312 - Browse repository at this point
Copy the full SHA b171312View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c17701 - Browse repository at this point
Copy the full SHA 6c17701View commit details -
fix complex issue and sqrt issue
sqrt need to be global namespace to live with hip sqrt
Configuration menu - View commit details
-
Copy full SHA for cdbf0a0 - Browse repository at this point
Copy the full SHA cdbf0a0View commit details -
try fix the compilation issue from MSVC and MacOS
It seems to use complex version even using half only
Configuration menu - View commit details
-
Copy full SHA for 209c799 - Browse repository at this point
Copy the full SHA 209c799View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75b54fa - Browse repository at this point
Copy the full SHA 75b54faView commit details -
limit the next precision in test and benchmark
next_precision<double> = float not half
Configuration menu - View commit details
-
Copy full SHA for 48ea338 - Browse repository at this point
Copy the full SHA 48ea338View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdcc066 - Browse repository at this point
Copy the full SHA fdcc066View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0a8a07 - Browse repository at this point
Copy the full SHA f0a8a07View commit details -
Configuration menu - View commit details
-
Copy full SHA for f041b4a - Browse repository at this point
Copy the full SHA f041b4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3154a04 - Browse repository at this point
Copy the full SHA 3154a04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58784ab - Browse repository at this point
Copy the full SHA 58784abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b2465b - Browse repository at this point
Copy the full SHA 9b2465bView commit details -
fix nullptr and missing instantiation.
sycl::half has different rule in conv and full operator after 5.7
Configuration menu - View commit details
-
Copy full SHA for e2a6c9a - Browse repository at this point
Copy the full SHA e2a6c9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51cf597 - Browse repository at this point
Copy the full SHA 51cf597View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a42796 - Browse repository at this point
Copy the full SHA 0a42796View commit details
Commits on Oct 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e3b81df - Browse repository at this point
Copy the full SHA e3b81dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9fd747 - Browse repository at this point
Copy the full SHA c9fd747View commit details -
Configuration menu - View commit details
-
Copy full SHA for 684cadb - Browse repository at this point
Copy the full SHA 684cadbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 60767ed - Browse repository at this point
Copy the full SHA 60767edView commit details -
Configuration menu - View commit details
-
Copy full SHA for d65255a - Browse repository at this point
Copy the full SHA d65255aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c0454f - Browse repository at this point
Copy the full SHA 5c0454fView commit details -
Configuration menu - View commit details
-
Copy full SHA for da15916 - Browse repository at this point
Copy the full SHA da15916View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f9e3ff - Browse repository at this point
Copy the full SHA 5f9e3ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe45560 - Browse repository at this point
Copy the full SHA fe45560View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7f0d2a - Browse repository at this point
Copy the full SHA c7f0d2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 710e037 - Browse repository at this point
Copy the full SHA 710e037View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34845f3 - Browse repository at this point
Copy the full SHA 34845f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48afbb5 - Browse repository at this point
Copy the full SHA 48afbb5View commit details -
Note: the issue is that numerical_limits<half>::infinite returns float instead of half. Maybe changing that would be a better solution
Configuration menu - View commit details
-
Copy full SHA for a51f136 - Browse repository at this point
Copy the full SHA a51f136View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60123dc - Browse repository at this point
Copy the full SHA 60123dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f1e28f - Browse repository at this point
Copy the full SHA 8f1e28fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6dbd616 - Browse repository at this point
Copy the full SHA 6dbd616View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd270e1 - Browse repository at this point
Copy the full SHA cd270e1View commit details -
- use Csr in residual norm for half apply support - use higher tolerance for mc64 due to half range - some example can not finish in half precision for mc64 - skip some test in half due to half range - fix the half limit value Co-authored-by: Marcel Koch <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 69d5b59 - Browse repository at this point
Copy the full SHA 69d5b59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57fc170 - Browse repository at this point
Copy the full SHA 57fc170View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18e825f - Browse repository at this point
Copy the full SHA 18e825fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 825f76f - Browse repository at this point
Copy the full SHA 825f76fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81d63ac - Browse repository at this point
Copy the full SHA 81d63acView commit details -
update documentation, remove half.hpp
Co-authored-by: Marcel Koch <[email protected]> Co-authored-by: Thomas Grützmacher <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2a6d382 - Browse repository at this point
Copy the full SHA 2a6d382View commit details -
Co-authored-by: Thomas Grützmacher <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8731fc3 - Browse repository at this point
Copy the full SHA 8731fc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64406f3 - Browse repository at this point
Copy the full SHA 64406f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for baa95f7 - Browse repository at this point
Copy the full SHA baa95f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bb8093 - Browse repository at this point
Copy the full SHA 4bb8093View commit details -
Configuration menu - View commit details
-
Copy full SHA for c539398 - Browse repository at this point
Copy the full SHA c539398View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0e2446 - Browse repository at this point
Copy the full SHA d0e2446View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d777df - Browse repository at this point
Copy the full SHA 0d777dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 56e2af8 - Browse repository at this point
Copy the full SHA 56e2af8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cc26d7 - Browse repository at this point
Copy the full SHA 6cc26d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d15350 - Browse repository at this point
Copy the full SHA 3d15350View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4697a5 - Browse repository at this point
Copy the full SHA c4697a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 377432a - Browse repository at this point
Copy the full SHA 377432aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e806a0a - Browse repository at this point
Copy the full SHA e806a0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e49252 - Browse repository at this point
Copy the full SHA 3e49252View commit details