-
Notifications
You must be signed in to change notification settings - Fork 78
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
[HIPIFY][feature] Support for fp8
data types
#1617
Comments
Hello @foreverlms, Currently, HIP supports some of the Marking the ticket as a |
fp8
data types
fp8
data typesfp8
data types
Thanks for replying. Hope to see the fp8 support available. |
+ Updated the regenerated `hipify-perl` and `BLAS` `CUDA2HIP` docs accordingly + [ToDo] Tests for all device API
[HIPIFY][#1617][fp8] Support for `fp8` math - Part 1
+ Updated the regenerated `hipify-perl` and `Device` `CUDA2HIP` docs accordingly + [ToDo] Tests for all Device API
[HIPIFY][#1617][fp8] Support for `fp8` math - Part 2 - Functions
+ Added missing header files mapping + Updated the regenerated `hipify-perl` + [MISC] Minor fixes in the rest of synthetic tests
[HIPIFY][#1617][fp8][tests] Support for `fp8` math - Part 3 - Tests - Data Types
+ [fix] Took `CUDA_DEVICE_FUNCTION_MAP` into account - The reason for not including them yet was that all the CUDA device functions had the same signatures in HIP - [Side Effect] `hipify-perl` became fatter and slower - [ToDo] Do not include identical signatures in the `hipify-perl` code - [ToDo] Minimize `hipify-perl` code AMAP - [ToDo] `fp16` + Added a few `fp16` types used with `fp8` APIs + Updated the regenerated `hipify-perl` and `Device` `CUDA2HIP` docs accordingly
[HIPIFY][#1617][fp8][tests] Support for `fp8` math - Part 4 - final
Finally implemented. |
Hi @foreverlms, It is available now. Going to revise fp16 soon. |
Thanks, this could be very helpful for mix300 series. |
Problem Description
Such as when I hipify a cu file having fp8 datatype in it, after the
hipify-clang
command, the fp8 datatype doesn't turned into HIP fp8 type.For example:
doesn't change and the
hipify-clang
will report error:Why? Doesn't hipify support FP8?
Operating System
Ubuntu 20.04.6 LTS (Focal Fossa)
CPU
AMD EPYC 7643 48-Core Processor
ROCm Version
ROCm 6.0.0
ROCm Component
HIPIFY
Steps to Reproduce
No response
(Optional for Linux users) Output of /opt/rocm/bin/rocminfo --support
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: