From 1cef84f8e0fed60aadc37f28780440018eb8dab2 Mon Sep 17 00:00:00 2001 From: Michael Benavidez Date: Mon, 8 Jun 2026 11:25:43 -0500 Subject: [PATCH 1/2] Fix: Add recommended storage tests --- docs/index.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/index.md b/docs/index.md index 789b3ce..1915708 100644 --- a/docs/index.md +++ b/docs/index.md @@ -79,6 +79,19 @@ The following tables provide estimated test durations; however, these estimates * ib_read_lat Testing should include GPU-to-adjacent-NIC pairs, NIC-to-NIC (through switch), and GPU-to-GPU (through switch, with the `-use_rocm` flag). +* - Storage Performance Test + - Run the following storage performance tests for 3 iterations each: + + * IOR + * FIO + * MDTEST + * IO500 + * Smallfile + * MinIO Warp + * VectorDBBench + * GDSIO + * MLPerf Storage + * GenAI Perf * - JAX/Megatron with Llama 3.1 405B/DeepseekV3 - 2-3 sets of up to 128N for 24 hours with checkpointing (contact AMD representative to get specific recipes for target use-case/customer). * - Multi-Node RCCL From 92074a5040e048feab861e46c55fcd345d68b77d Mon Sep 17 00:00:00 2001 From: Michael Benavidez Date: Mon, 8 Jun 2026 11:26:06 -0500 Subject: [PATCH 2/2] Fix: Add extension configuration file to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 070cb9b..92c24b9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ .venv .vscode +# Local configuration file for esbonio extension +pyproject.toml + # AI assistant tool directories (personal, not project source) .claude/ .cline/