Skip to content

Commit

Permalink
Fix FP8 spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
neon60 committed Sep 26, 2024
1 parent 73814d1 commit 8aa80d7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ extern
fatbinary
foundationally
frontends
fnuz
FNUZ
fp
gedit
GPGPU
GWS
Expand Down Expand Up @@ -76,12 +79,14 @@ multicore
multigrid
multithreading
MALU
NaN
NCCL
NDRange
nonnegative
NOP
Numa
Nsight
ocp
overindex
overindexing
oversubscription
Expand All @@ -99,6 +104,7 @@ representable
RMW
ROCm's
rocTX
roundtrip
RTC
RTTI
rvalue
Expand Down
2 changes: 1 addition & 1 deletion docs/how-to/hip_rtc.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Kernels can be stored as a text string and can be passed to HIPRTC APIs alongsid
NOTE:

* This library can be used on systems without HIP installed nor AMD GPU driver installed at all (offline compilation). Therefore, it does not depend on any HIP runtime library.
* But it does depend on COMGr. You may try to statically link COMGr into HIPRTC to avoid any ambiguity.
* But it does depend on Code Object Manager (comgr). You may try to statically link comgr into HIPRTC to avoid any ambiguity.
* Developers can decide to bundle this library with their application.

## Compilation APIs
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/fp8_numbers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ There are two formats of FP8 numbers, E4M3 and E5M2.
HIP Header
==========

HIP header defined the FP8 ocp/fnuz numbers `here <https://github.com/ROCm/clr/blob/develop/hipamd/include/hip/amd_detail/amd_hip_fp8.h>`_.
The `HIP header <https://github.com/ROCm/clr/blob/develop/hipamd/include/hip/amd_detail/amd_hip_fp8.h>`_ defines the FP8 ocp/fnuz numbers.

Supported Devices
=================
Expand Down

0 comments on commit 8aa80d7

Please sign in to comment.