We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdb03cf commit f716b5dCopy full SHA for f716b5d
src/utils.c
@@ -193,7 +193,7 @@ int parse_cuda_visible_env() {
193
for (int i = 0; i < CUDA_DEVICE_MAX_COUNT; i++) {
194
LOG_INFO("device %d -> %d",i,cuda_to_nvml_map(i));
195
}
196
- LOG_INFO("get default cuda from %s",getenv("CUDA_VISIBLE_DEVICES"));
+ LOG_INFO("get default cuda from %s", getenv("CUDA_VISIBLE_DEVICES"));
197
return count;
198
199
0 commit comments