mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-09-27 03:39:10 +00:00
Fix typos
This commit is contained in:
parent
2e35d157ce
commit
b04a206258
2 changed files with 2 additions and 2 deletions
2
.github/ISSUE_TEMPLATE/zluda_dump.yml
vendored
2
.github/ISSUE_TEMPLATE/zluda_dump.yml
vendored
|
@ -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
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue