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
fp8
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.
hipify-clang
For example:
__nv_fp8_e4m3
doesn't change and the hipify-clang will report error:
error: unknown type name '__nv_fp8_e4m3'
Why? Doesn't hipify support FP8?
Ubuntu 20.04.6 LTS (Focal Fossa)
AMD EPYC 7643 48-Core Processor
ROCm 6.0.0
HIPIFY
No response
The text was updated successfully, but these errors were encountered:
Hello @foreverlms,
Currently, HIP supports some of the fp8 data types and APIs. Whereas, HIPIFY tools don't. Thank you for pointing it out.
Marking the ticket as a feature to Implement.
feature
Sorry, something went wrong.
Thanks for replying. Hope to see the fp8 support available.
emankov
No branches or pull requests
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: