Closed maxmet91 closed 2 months ago
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.
looks like it build without failure, but not 100% sure this is for.
please explain the use case and update the description
looks like it build without failure, but not 100% sure this is for.
please explain the use case and update the description
I updated the description. Please check. This update is intended for using the gpu docker image on hardware other than Kaggle's.
we don't offer support for other software
Current Build Support:
sm_60
,sm_70
,sm_75
,compute_70
,compute_75
.Issue: On newer CUDA architectures, starting from Ampere (GeForce 30 series, A100), there is a warning message when PyTorch with CUDA (GPU) is being used:
For some tasks, this leads to FATAL ERRORs and makes GPU utilization impossible:
Objective of this Pull Request: This Pull Request aims to address the compatibility issues and extend support for all architectures up to Ampere (GeForce 40 series, H100).