Skip to content

Commit a09542c

Browse files
committed
formatting
1 parent 1aa8618 commit a09542c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cuslines/cuslines.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ class GPUTracker {
146146

147147
//#pragma omp parallel for
148148
for (int n = 0; n < ngpus_; ++n) {
149-
cudaMemLocation location = {};
149+
cudaMemLocation location = {};
150150
location.type = cudaMemLocationTypeDevice;
151151
location.id = n;
152152
CHECK_CUDA(cudaSetDevice(n));

0 commit comments

Comments
 (0)