From b04a206258c158b70c0387246b8c641eca3b34e2 Mon Sep 17 00:00:00 2001 From: Andrzej Janik Date: Tue, 16 Sep 2025 20:03:26 +0000 Subject: [PATCH] Fix typos --- .github/ISSUE_TEMPLATE/zluda_dump.yml | 2 +- docs/src/troubleshooting.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/zluda_dump.yml b/.github/ISSUE_TEMPLATE/zluda_dump.yml index ee2738a..a199cf4 100644 --- a/.github/ISSUE_TEMPLATE/zluda_dump.yml +++ b/.github/ISSUE_TEMPLATE/zluda_dump.yml @@ -45,7 +45,7 @@ body: ./train_gpt2fp32cu 4. Build and run the tests: make test_gpt2fp32cu - LD_LIBRARY_PATH= ./test_gpt2fp32cu + LD_LIBRARY_PATH= ./test_gpt2fp32cu validations: required: true - type: input diff --git a/docs/src/troubleshooting.md b/docs/src/troubleshooting.md index ce1189b..cc75399 100644 --- a/docs/src/troubleshooting.md +++ b/docs/src/troubleshooting.md @@ -116,7 +116,7 @@ in order to demonstrate all of zluda_trace's features. ```bash nvcc add.cu -o add -arch sm_80 -LD_LIBRARY_PATH=~/ZLUDA/target/release/trace/ ZLUDA_TRACE_DIR=/tmp/zluda ./add +LD_LIBRARY_PATH=~/ZLUDA/target/release/trace/ ZLUDA_LOG_DIR=/tmp/zluda ./add ``` The last few lines should look something like: