Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ If you run CUDA applications locally, please create the local directory first.
mkdir /tmp/vgpulock/
```

```
If you have updated `CUDA_DEVICE_MEMORY_LIMIT` or `CUDA_DEVICE_SM_LIMIT`, please delete the local cache file.

```
Expand Down
12 changes: 12 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,18 @@ export CUDA_DEVICE_MEMORY_LIMIT=1g
export CUDA_DEVICE_SM_LIMIT=50
```

如果在本地运行 CUDA 应用,请先创建本地目录。

```
mkdir /tmp/vgpulock/
```

如果更新了 `CUDA_DEVICE_MEMORY_LIMIT` 或 `CUDA_DEVICE_SM_LIMIT`,请删除本地缓存文件。

```
rm /tmp/cudevshr.cache
```

## Docker镜像使用

```bash
Expand Down