github.com/vmware/govmomi@v0.51.0/cli/gpu/gpu.go (about)

     1  // © Broadcom. All Rights Reserved.
     2  // The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries.
     3  // SPDX-License-Identifier: Apache-2.0
     4  
     5  package gpu
     6  
     7  import (
     8  	_ "github.com/vmware/govmomi/cli/gpu/host"
     9  	_ "github.com/vmware/govmomi/cli/gpu/host/profile"
    10  	_ "github.com/vmware/govmomi/cli/gpu/vm"
    11  )