Fix typos

This commit is contained in:
Andrzej Janik 2025-09-16 20:03:26 +00:00
commit b04a206258
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@ body:
./train_gpt2fp32cu ./train_gpt2fp32cu
4. Build and run the tests: 4. Build and run the tests:
make test_gpt2fp32cu make test_gpt2fp32cu
LD_LIBRARY_PATH=<ZLUDA_TRACE_DIR> ./test_gpt2fp32cu LD_LIBRARY_PATH=<ZLUDA_LOG_DIR> ./test_gpt2fp32cu
validations: validations:
required: true required: true
- type: input - type: input

View file

@ -116,7 +116,7 @@ in order to demonstrate all of zluda_trace's features.
```bash ```bash
nvcc add.cu -o add -arch sm_80 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: The last few lines should look something like: