Skip to content

Commit

Permalink
[HIPIFY][ROCm#1617][fp8][tests] Support for fp8 math - Part 4 - final
Browse files Browse the repository at this point in the history
+ [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
  • Loading branch information
emankov committed Nov 26, 2024
1 parent acdd939 commit 1635f1c
Show file tree
Hide file tree
Showing 5 changed files with 878 additions and 6 deletions.
Loading

0 comments on commit 1635f1c

Please sign in to comment.