From c785563c4ae8547fe39dbd8a7b8d82bf45f8f7c0 Mon Sep 17 00:00:00 2001 From: alextmagro Date: Wed, 22 Oct 2025 09:41:16 -0500 Subject: [PATCH] Cpp unit test Readme update --- README.rst | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 49e19bd7e..74e72efde 100644 --- a/README.rst +++ b/README.rst @@ -92,13 +92,12 @@ After a successful Transformer Engine installation via `pip install`, execute th .. code-block:: bash cd tests/cpp - mkdir build - cd build - cmake ../ - make - make test + cmake -GNinja -Bbuild . && cmake --build build + # To run util tests + ./build/util/test_util + # To run operator tests using 64 threads + OMP_NUM_THREADS=64 ./build/operator/test_operator -Note that some of operator unit tests fail in hipBLASLt config due to limited input data configurations support Pytorch framework integration tests ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^