From 16b86803eac6bec1c1963da36e4ebf2f47eae0d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Pietil=C3=A4?= <> Date: Thu, 8 Jan 2026 05:22:17 -0500 Subject: [PATCH] Clarify builder Readme. --- experimental/builder/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/experimental/builder/README.md b/experimental/builder/README.md index 7a93c395c0..1156de0e9c 100644 --- a/experimental/builder/README.md +++ b/experimental/builder/README.md @@ -45,10 +45,10 @@ 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. +Note: The tests for WMMA builders are only built when `CK_USE_WMMA` is enabled. Add e.g. +`gfx1121` or any of the other `gfx11`/`gfx12` architectures to the GPU targets. Alternatively, +one can add flag `-D CK_USE_WMMA=ON` to build the tests. For the end-to-end tests that use +the instances from builder, one needs an actual Navi card. ## Building and Testing