Skip to content

Commit 5d42d16

Browse files
authored
Disabling NVFUSER by default
Due to nvfuser issues on gfx908 causing the CudaFuser softmax UTs to fail it has been disabled by default
1 parent 755211e commit 5d42d16

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.jenkins/pytorch/common.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ trap_add cleanup EXIT
3030
# shellcheck disable=SC2034
3131
BUILD_TEST_LIBTORCH=0
3232

33+
# TODO: Reenable nvfuser when issues with gfx908 resolved
34+
PYTORCH_JIT_ENABLE_NVFUSER=0
35+
3336
# Use conda cmake in some CI build. Conda cmake will be newer than our supported
3437
# min version (3.5 for xenial and 3.10 for bionic),
3538
# so we only do it in four builds that we know should use conda.

0 commit comments

Comments
 (0)