Skip to content

Commit

Permalink
Update env name CULIP_DISABLE_CUBLAS_PROFILING
Browse files Browse the repository at this point in the history
  • Loading branch information
enp1s0 committed Aug 25, 2022
1 parent 2cfea84 commit b853ebd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ Then the execution time is printed on stdout.
To disable profiling at runtime, define an environment variable `CULIP_PROFILING_CUBLAS_DISABLE`.
```bash
# Disable cuBLAS profiling
export CULIP_PROFILING_CUBLAS_DISABLE=1
export CULIP_DISABLE_CUBLAS_PROFILING=1

# Enable cuBLAS profiling
export CULIP_PROFILING_CUBLAS_DISABLE=0
export CULIP_DISABLE_CUBLAS_PROFILING=0
# or
unset CULIP_PROFILING_CUBLAS_DISABLE
unset CULIP_DISABLE_CUBLAS_PROFILING
```

## Profiling control API
Expand Down

0 comments on commit b853ebd

Please sign in to comment.