Skip to content

Commit

Permalink
lint issues fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
hsyrja committed Nov 17, 2023
1 parent 6b9b3c4 commit 1d8e10d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/gpu_fakedev/gpu_fakedev.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const (
devNullMajor = 1
devNullMinor = 3
devNullType = unix.S_IFCHR
// GPU connectivity
// GPU connectivity.
maxK8sLabelSize = 63
fullyConnected = "FULL"
)
Expand Down Expand Up @@ -308,6 +308,7 @@ func makeXelinkSideCar(opts genOptions) {
} else {
saveSideCarFile(buildConnectionList(gpus, tiles))
}

log.Printf("XELINK: generated xelink sidecar label file, using (GPUs: %d, Tiles: %d, Topology: %s)", gpus, tiles, topology)
}

Expand Down

0 comments on commit 1d8e10d

Please sign in to comment.