Skip to content

Commit 72eedec

Browse files
committed
Skip non cuda builds
1 parent 0e9f028 commit 72eedec

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

recipe/meta.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ build:
6565
skip: true # [win]
6666
# The following skip can be removed when the absl::StrFormat build issues are fixed.
6767
skip: true # [cuda_compiler_version == "11.8"]
68+
# We decided to rebuild for cudnn 9.10 for increased compatibility with pre-tunning
69+
# devices, as such
70+
# we don't need to rebuild non-cuda builds
71+
# https://github.com/conda-forge/tensorflow-feedstock/pull/459
72+
skip: true # [cuda_compiler_version != "12.6"]
6873

6974
requirements:
7075
build:

0 commit comments

Comments
 (0)