forked from mozilla/DeepSpeech
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix mozilla#3292: Linux debug builds
- Loading branch information
Alexandre Lissy
committed
Sep 2, 2020
1 parent
9377aaf
commit dad3dc1
Showing
12 changed files
with
179 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
build: | ||
template_file: generic_tc_caching-linux-opt-base.tyml | ||
cache: | ||
artifact_url: ${system.tensorflow_dbg.android_arm64.url} | ||
artifact_namespace: ${system.tensorflow_dbg.android_arm64.namespace} | ||
system_config: | ||
> | ||
${tensorflow.packages_xenial.apt} && ${java.packages_xenial.apt} | ||
scripts: | ||
setup: "taskcluster/tf_tc-setup.sh --android-arm64" | ||
build: "taskcluster/tf_tc-build.sh --android-arm64 dbg" | ||
package: "taskcluster/tf_tc-package.sh" | ||
maxRunTime: 14400 | ||
workerType: "${docker.tfBuild}" | ||
metadata: | ||
name: "TensorFlow Android ARM64 debug" | ||
description: "Building TensorFlow for Android ARM64, debug version" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
build: | ||
template_file: generic_tc_caching-linux-opt-base.tyml | ||
cache: | ||
artifact_url: ${system.tensorflow_dbg.android_armv7.url} | ||
artifact_namespace: ${system.tensorflow_dbg.android_armv7.namespace} | ||
system_config: | ||
> | ||
${tensorflow.packages_xenial.apt} && ${java.packages_xenial.apt} | ||
scripts: | ||
setup: "taskcluster/tf_tc-setup.sh --android-armv7" | ||
build: "taskcluster/tf_tc-build.sh --android-armv7 dbg" | ||
package: "taskcluster/tf_tc-package.sh" | ||
maxRunTime: 14400 | ||
workerType: "${docker.tfBuild}" | ||
metadata: | ||
name: "TensorFlow Android ARMv7 debug" | ||
description: "Building TensorFlow for Android ARMv7, debug version" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
build: | ||
template_file: generic_tc_caching-linux-opt-base.tyml | ||
cache: | ||
artifact_url: ${system.tensorflow_dbg.linux_amd64_cpu.url} | ||
artifact_namespace: ${system.tensorflow_dbg.linux_amd64_cpu.namespace} | ||
system_config: | ||
> | ||
${tensorflow.packages_xenial.apt} && ${java.packages_xenial.apt} | ||
scripts: | ||
setup: "taskcluster/tf_tc-setup.sh" | ||
build: "taskcluster/tf_tc-build.sh --linux-cpu dbg" | ||
package: "taskcluster/tf_tc-package.sh" | ||
maxRunTime: 14400 | ||
workerType: "${docker.tfBuild}" | ||
metadata: | ||
name: "TensorFlow Linux AMD64 CPU debug" | ||
description: "Building TensorFlow for Linux/AMD64, CPU only, debug version" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
build: | ||
template_file: generic_tc_caching-linux-opt-base.tyml | ||
cache: | ||
artifact_url: ${system.tensorflow_dbg.linux_amd64_cuda.url} | ||
artifact_namespace: ${system.tensorflow_dbg.linux_amd64_cuda.namespace} | ||
system_config: | ||
> | ||
${tensorflow.packages_xenial.apt} && ${java.packages_xenial.apt} | ||
scripts: | ||
setup: "taskcluster/tf_tc-setup.sh --linux-cuda" | ||
build: "taskcluster/tf_tc-build.sh --linux-cuda dbg" | ||
package: "taskcluster/tf_tc-package.sh" | ||
maxRunTime: 14400 | ||
workerType: "${docker.tfBuild}" | ||
metadata: | ||
name: "TensorFlow Linux AMD64 CUDA debug" | ||
description: "Building TensorFlow for Linux/AMD64, CUDA-enabled, debug version" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
build: | ||
template_file: generic_tc_caching-linux-opt-base.tyml | ||
cache: | ||
artifact_url: ${system.tensorflow_dbg.linux_arm64.url} | ||
artifact_namespace: ${system.tensorflow_dbg.linux_arm64.namespace} | ||
system_config: | ||
> | ||
${tensorflow.packages_xenial.apt} && ${java.packages_xenial.apt} | ||
scripts: | ||
setup: "taskcluster/tf_tc-setup.sh" | ||
build: "taskcluster/tf_tc-build.sh --linux-arm64 dbg" | ||
package: "taskcluster/tf_tc-package.sh" | ||
maxRunTime: 14400 | ||
workerType: "${docker.tfBuild}" | ||
metadata: | ||
name: "TensorFlow Linux ARM64 Cortex-A53 CPU debug" | ||
description: "Building TensorFlow for Linux ARM64 Cortex-A53, CPU only, debug version" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
build: | ||
template_file: generic_tc_caching-linux-opt-base.tyml | ||
cache: | ||
artifact_url: ${system.tensorflow_dbg.linux_armv7.url} | ||
artifact_namespace: ${system.tensorflow_dbg.linux_armv7.namespace} | ||
system_config: | ||
> | ||
${tensorflow.packages_xenial.apt} && ${java.packages_xenial.apt} | ||
scripts: | ||
setup: "taskcluster/tf_tc-setup.sh" | ||
build: "taskcluster/tf_tc-build.sh --linux-arm dbg" | ||
package: "taskcluster/tf_tc-package.sh" | ||
maxRunTime: 14400 | ||
workerType: "${docker.tfBuild}" | ||
metadata: | ||
name: "TensorFlow Linux RPi3/ARMv7 CPU debug" | ||
description: "Building TensorFlow for Linux RPi3 ARMv7, CPU only, debug version" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule tensorflow
updated
2 files
+5 −0 | tensorflow/core/kernels/data/experimental/io_ops.cc | |
+10 −3 | tensorflow/core/kernels/data/experimental/snapshot_dataset_op.cc |