We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 755211e commit 5d42d16Copy full SHA for 5d42d16
.jenkins/pytorch/common.sh
@@ -30,6 +30,9 @@ trap_add cleanup EXIT
30
# shellcheck disable=SC2034
31
BUILD_TEST_LIBTORCH=0
32
33
+# TODO: Reenable nvfuser when issues with gfx908 resolved
34
+PYTORCH_JIT_ENABLE_NVFUSER=0
35
+
36
# Use conda cmake in some CI build. Conda cmake will be newer than our supported
37
# min version (3.5 for xenial and 3.10 for bionic),
38
# so we only do it in four builds that we know should use conda.
0 commit comments