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: