-
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 fp16
device/host API
#1769
Comments
emankov
added
feature
Feature request or implementation
device
device API-related
labels
Nov 26, 2024
emankov
added a commit
to emankov/HIPIFY
that referenced
this issue
Nov 27, 2024
+ [fix] typedef for `hip_bfloat16` is not presented in HIP, so mark it as `UNSUPPORTED` and update the corresponding tests + Updated synthetic tests, the regenerated `hipify-perl`, and `Device` `CUDA2HIP` docs accordingly
emankov
added a commit
that referenced
this issue
Nov 27, 2024
[HIPIFY][#1769][fp16] Support for `fp16` math - Part 1 - Data Types
emankov
added a commit
to emankov/HIPIFY
that referenced
this issue
Nov 29, 2024
+ Updated synthetic tests, the regenerated `hipify-perl`, and `Device` `CUDA2HIP` docs accordingly
emankov
added a commit
that referenced
this issue
Nov 29, 2024
[HIPIFY][#1769][fp16] Support for `fp16` math - Part 2 - Functions
emankov
added a commit
to emankov/HIPIFY
that referenced
this issue
Jan 14, 2025
… Functions + Updated synthetic tests, the regenerated `hipify-perl`, and `Device` `CUDA2HIP` docs accordingly
emankov
added a commit
that referenced
this issue
Jan 14, 2025
[HIPIFY][#1769][fp16][feature] Support for `fp16` math - Part 3 - Functions
emankov
added a commit
to emankov/HIPIFY
that referenced
this issue
Jan 15, 2025
… final + Updated synthetic tests, the regenerated `hipify-perl`, and `Device` `CUDA2HIP` docs accordingly
emankov
added a commit
that referenced
this issue
Jan 15, 2025
[HIPIFY][#1769][fp16][feature] Support for `fp16` math - Part 4 - final
Closing as finally implemented |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem Description
Revise the existing support for
fp16
and sync with the current ROCm HIP state-of-the-art.Operating System
any
CPU
any
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: