From 2e43e16e4703c84a2d18ede983e82e1b5b925edc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Pietil=C3=A4?= <> Date: Fri, 2 Jan 2026 07:06:51 -0500 Subject: [PATCH] Update Readme. --- experimental/builder/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/experimental/builder/README.md b/experimental/builder/README.md index 940ee3e503..7a93c395c0 100644 --- a/experimental/builder/README.md +++ b/experimental/builder/README.md @@ -45,6 +45,11 @@ cmake .. ``` +Note: When compiling e.g. for the `gfx942` architecture, the WMMA builders are not automatically included in the tests +since `gfx9` architectures do not support WMMA. Hence, to compile also the WMMA builders, add e.g. +`gfx1121` to the list of supported architectures or add flag `-D CK_USE_WMMA=ON`. One still needs +a Navi card to execute the Builder tests that use the GPU. + ## Building and Testing The builder test suite is organized into two main categories: