-
Notifications
You must be signed in to change notification settings - Fork 26
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
Updated docs #473
base: develop
Are you sure you want to change the base?
Updated docs #473
Conversation
CongMa13
commented
Dec 2, 2024
- Updated target list
- Add emulation test docs
@@ -268,7 +271,6 @@ layout_t | |||
^^^^^^^^ | |||
|
|||
.. doxygenenum:: rocwmma::layout_t | |||
:members: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -315,3 +317,14 @@ Sample programs | |||
|
|||
See a sample code for calling rocWMMA functions ``load_matrix_sync``, ``store_matrix_sync``, ``fill_fragment``, and ``mma_sync`` `here <https://github.com/ROCm/rocWMMA/blob/develop/samples/simple_hgemm.cpp>`_. | |||
For more such sample programs, refer to the `Samples directory <https://github.com/ROCm/rocWMMA/tree/develop/samples>`_. | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -214,6 +218,8 @@ Below are the project options available to build rocWMMA library with or without | |||
- Use system Google Test library instead of downloading and building it | |||
- OFF (requires ROCWMMA_BUILD_TESTS=ON) | |||
|
|||
.. [1] The default AMDGPU_TARGET is: ``ggfx908;gfx90a;gfx942;gfx1100;gfx1101;gfx1102;gfx1200;gfx1201`` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Updated target list - Add emulation test docs
3644a5b
to
65bde58
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Docs changes look good overall: one question and one editorial suggestion.
|
||
The emulation test is a smaller test suite specifically designed for emulators. It comprises a selection of test cases from the full ROCWMM test set, allowing for significantly faster execution on emulated platforms. Despite its concise nature, the emulation test supports ``smoke``, ``regression``, and ``extended`` modes. | ||
|
||
For example, run a smoke test. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For example, run a smoke test. | |
For example, the following command runs the smoke test. |
Emulation tests | ||
--------------- | ||
|
||
The emulation test is a smaller test suite specifically designed for emulators. It comprises a selection of test cases from the full ROCWMM test set, allowing for significantly faster execution on emulated platforms. Despite its concise nature, the emulation test supports ``smoke``, ``regression``, and ``extended`` modes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The emulation test is a smaller test suite specifically designed for emulators. It comprises a selection of test cases from the full ROCWMM test set, allowing for significantly faster execution on emulated platforms. Despite its concise nature, the emulation test supports ``smoke``, ``regression``, and ``extended`` modes. | |
The emulation test is a smaller test suite specifically designed for emulators. It comprises a selection of test cases from the full rocWMMA test set, allowing for significantly faster execution on emulated platforms. Despite its concise nature, the emulation test supports ``smoke``, ``regression``, and ``extended`` modes. |