From ffaa6ba3b337b687d7102d88623ce65ec0ac7ce0 Mon Sep 17 00:00:00 2001 From: geozhai <44495440+geozhai@users.noreply.github.com> Date: Mon, 11 Aug 2025 00:26:13 -0400 Subject: [PATCH] update CK build instruction step 4 (#2563) Co-authored-by: Aviral Goel [ROCm/composable_kernel commit: 1e1ee758fad8e86be20e7eedb28d68e32845d453] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 29d3d4e85a..459e17d9a3 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ Docker images are available on [DockerHub](https://hub.docker.com/r/rocm/composa 4. Build the entire CK library: ```bash - make -j + make -j"$(nproc)" ``` 5. Install CK: @@ -213,4 +213,4 @@ script/uninstall_precommit.sh ``` If you need to temporarily disable pre-commit hooks, you can add the `--no-verify` option to the -`git commit` command. \ No newline at end of file +`git commit` command.