Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,19 @@ source:
- patches/0039-Fix-matmul-unused-result-error.patch
- patches/0040-Support-cuda-12.8.patch
- patches/0041-Disable-profiler.patch
- patches/0042-bump-h5py-req.patch # [aarch64]
- patches/0043-cross-arch-config.patch # [aarch64 and target_platform != build_platform]
- patches/0042-cross-arch-config.patch # [aarch64 and target_platform != build_platform]
# backport https://github.com/tensorflow/tensorflow/pull/99364
- patches/0044-Support-for-TFv2.20-to-compile-with-CUDA-v12.9.1.patch
- patches/0043-Support-for-TFv2.20-to-compile-with-CUDA-v12.9.1.patch
# backport https://github.com/openxla/xla/pull/22572 into vendored xla
- patches/0044-PR-22572-Fix-build-break-in-convolution_thunk_intern.patch

- url: https://github.com/tensorflow/estimator/archive/refs/tags/v{{ estimator_version.replace(".rc", "-rc") }}.tar.gz
sha256: 2d7e100b1878084da34b5e23b49a0cbb5ee8a7add74b7dd189a82ada1cf85530
folder: tensorflow-estimator

build:
number: {{ build }}
skip: true # [win]
skip: true # [not aarch64]
# TODO: debug issues with CUDA cross-compilation
skip: true # [aarch64 and cuda_compiler_version != "None"]

Expand Down
Loading
Loading