Skip to content

Conversation

@masahi
Copy link
Member

@masahi masahi commented Mar 22, 2023

Following the docker file update in #14293, I'm doing the actual image update.

Validated in https://ci.tlcpack.ai/blue/organizations/jenkins/tvm-gpu/detail/ci-docker-staging/10/pipeline

@tvm-bot
Copy link
Collaborator

tvm-bot commented Mar 22, 2023

Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews from Reviewers by @-ing them in a comment.

Generated by tvm-bot

LOG(WARNING) << "Unable to detect CUDA version, default to \"-mcpu=sm_20\" instead";
arch = 20;
LOG(WARNING) << "Unable to detect CUDA version, default to \"-mcpu=sm_50\" instead";
arch = 50;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SM20 is no longer supported by CUDA 11.7, it's too old (more than 10 years ago gpu)

Copy link
Member

@junrushao junrushao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great! Thanks for keeping cuda up-to-date!

@junrushao junrushao merged commit 0c2dd47 into main Mar 22, 2023
@tqchen tqchen deleted the ci-gpu-update branch March 22, 2023 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants