We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51d8946 commit 1c124dbCopy full SHA for 1c124db
support/accelerator.go
@@ -13,6 +13,6 @@ type Accelerator struct {
13
}
14
15
// Method to check if the accelerator is a GPU
16
-func (a Accelerator) isGpu() bool {
+func (a Accelerator) IsGpu() bool {
17
return a != CPU
18
0 commit comments