Merge pull request #99164 from danieldk/tensorflow2-cuda-capabilities

python3Packages.tensorflow_2: update CUDA capabilities
This commit is contained in:
Daniël de Kok 2020-10-28 06:55:06 +01:00 committed by GitHub
commit a36a70c2af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@
# XLA without CUDA is broken
, xlaSupport ? cudaSupport
# Default from ./configure script
, cudaCapabilities ? [ "3.5" "5.2" ]
, cudaCapabilities ? [ "sm_35" "sm_50" "sm_60" "sm_70" "sm_75" "compute_80" ]
, sse42Support ? stdenv.hostPlatform.sse4_2Support
, avx2Support ? stdenv.hostPlatform.avx2Support
, fmaSupport ? stdenv.hostPlatform.fmaSupport