Lunderberg opened a new pull request #8784: URL: https://github.com/apache/tvm/pull/8784
This commit is to move in the direction of including Vulkan tests in the CI. No vulkan tests are enabled yet, since [the CI's config.cmake](https://github.com/apache/tvm/blob/main/tests/scripts/task_config_build_gpu.sh#L26) does not enable vulkan. - The environment variable NVIDIA_DRIVER_CAPABILITIES must include "graphics" in order to expose Vulkan drivers to the container. This is added both to Dockerfile.ci_gpu for future image builds, and to docker/bash.sh for compatibility with current images. - The configuration files needed by the vulkan launcher and glvnd must be exposed to the container. These are only included in `docker/bash.sh`, as they may vary by host and so cannot be baked into the image. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
