Rename is_vgpu to supports_vgpu

is_vgpu was added in go/cos-rev/101542 but not used before.
supports_vgpu makes more sense since the same device can be used for passthrough or fractional.

BUG=b/423030998
TEST= locally build the installer container and "sudo COS_GPU_INSTALLER=gcr.io/mirilio-dev/cos-gpu-installer cos-extensions install gpu" in a VM.
RELEASE_NOTE=None

Change-Id: I5cb64208b8e50e5af307fecafbb3da4541695275
Reviewed-on: https://cos-review.googlesource.com/c/cos/tools/+/123771
Reviewed-by: Kevin Berry <kpberry@google.com>
Tested-by: Miri Amarilio <mirilio@google.com>
Cloud-Build: GCB Service account <228075978874@cloudbuild.gserviceaccount.com>
3 files changed
tree: c755763709b42b4e3f08c35e59121759cd7f2fb0
  1. coverage/
  2. release/
  3. src/
  4. testing/
  5. .gitignore
  6. BUILD.bazel
  7. cloudbuild.yaml
  8. CONTRIBUTING.md
  9. deps.bzl
  10. go.mod
  11. go.sum
  12. LICENSE
  13. postsubmit-cloudbuild.yaml
  14. README.md
  15. run_builds.sh
  16. run_unit_tests.sh
  17. WORKSPACE
README.md

Tools for Container-Optimized OS

This is a repository of various tools developed for Container-Optimized OS. Examples include cos-gpu-installer, cos-toolbox, etc.

See CONTRIBUTING.md for how to contribute.