Documentation update for FP8 on MI300 (#766)
This commit is contained in:
+3
-3
@@ -191,7 +191,7 @@ set(PYTEST_NUMPROCS
|
||||
CACHE STRING "Number of parallel threads to use with CPU-oriented tests")
|
||||
message(STATUS "Pytest CPU threadcount: ${PYTEST_NUMPROCS}")
|
||||
|
||||
#2 CPU threads available for testing(test-analyze-commands)
|
||||
# 2 CPU threads available for testing(test-analyze-commands)
|
||||
set(PYTEST_NUMPROCS_ANALYSIS
|
||||
"4"
|
||||
CACHE STRING "Number of parallel threads to use with CPU-oriented tests")
|
||||
@@ -275,8 +275,8 @@ set_tests_properties(
|
||||
add_test(
|
||||
NAME test_analyze_commands
|
||||
COMMAND
|
||||
${Python3_EXECUTABLE} -m pytest -n ${PYTEST_NUMPROCS_ANALYSIS}
|
||||
--verbose --junitxml=tests/test_analyze_commands.xml ${COV_OPTION}
|
||||
${Python3_EXECUTABLE} -m pytest -n ${PYTEST_NUMPROCS_ANALYSIS} --verbose
|
||||
--junitxml=tests/test_analyze_commands.xml ${COV_OPTION}
|
||||
${PROJECT_SOURCE_DIR}/tests/test_analyze_commands.py
|
||||
WORKING_DIRECTORY ${PROJECT_SOURCE_DIR})
|
||||
|
||||
|
||||
@@ -519,6 +519,13 @@ MFMA instructions are classified by the type of input data they operate on, and
|
||||
|
||||
- Instructions per :ref:`normalization unit <normalization-units>`
|
||||
|
||||
* - MFMA-F8 Instructions
|
||||
|
||||
- The total number of 8-bit floating point :ref:`MFMA <desc-mfma>`
|
||||
instructions issued per :ref:`normalization unit <normalization-units>`. This is supported in AMD Instinct MI300 series and later only.
|
||||
|
||||
- Instructions per :ref:`normalization unit <normalization-units>`
|
||||
|
||||
* - MFMA-F16 Instructions
|
||||
|
||||
- The total number of 16-bit floating point :ref:`MFMA <desc-mfma>`
|
||||
|
||||
@@ -49,6 +49,16 @@ of ROCm Compute Profiler’s profiling report.
|
||||
|
||||
- GIOPs
|
||||
|
||||
* - :ref:`MFMA <desc-mfma>` FLOPs (F8)
|
||||
|
||||
- The total number of 8-bit floating point :ref:`MFMA <desc-mfma>`
|
||||
operations executed per second. This does not include any 16-bit
|
||||
brain floating point operations from :ref:`VALU <desc-valu>`
|
||||
instructions. This is also presented as a percent of the peak theoretical
|
||||
F8 MFMA operations achievable on the specific accelerator. It is supported on AMD Instinct MI300 series and later only.
|
||||
|
||||
- GFLOPs
|
||||
|
||||
* - :ref:`MFMA <desc-mfma>` FLOPs (BF16)
|
||||
|
||||
- The total number of 16-bit brain floating point :ref:`MFMA <desc-mfma>`
|
||||
|
||||
Reference in New Issue
Block a user