Skip to content

Conversation

@ZolotukhinM
Copy link

@ZolotukhinM ZolotukhinM commented Feb 14, 2020

Stack from ghstack:

Last commit:


Cmake changes.


ghstack-source-id: d3453513662ef5ed7afada28e201a0a88ea0dbae

* Get strides working

* Handle (only) constant strides

[ghstack-poisoned]
@ZolotukhinM ZolotukhinM requested a review from apaszke as a code owner February 14, 2020 19:05
@facebook-github-bot facebook-github-bot added the oncall: jit Add this issue/PR to JIT oncall triage queue label Feb 14, 2020
*Last commit:*
Get strides working (#163)

* Get strides working

* Handle (only) constant strides

    ghstack-source-id: d345351
    

[ghstack-poisoned]
@ZolotukhinM ZolotukhinM changed the title Get strides working (#163) [DO NOT COMMIT] [Tensor Expressions] Squashed PR Feb 14, 2020
**Last commit:**

    -----------------------------------------------
Get strides working (#163)

* Get strides working

* Handle (only) constant strides

    -----------------------------------------------

    ghstack-source-id: d345351
    

[ghstack-poisoned]
**Last commit:**

    -----------------------------------------------

Get strides working (#163)

* Get strides working

* Handle (only) constant strides

    -----------------------------------------------

    ghstack-source-id: d345351
    

[ghstack-poisoned]
…ing only)"

**Last commit:**

-----------------------------------------------

Get strides working (#163)

* Get strides working

* Handle (only) constant strides

-----------------------------------------------

    ghstack-source-id: d345351
    

[ghstack-poisoned]
@ZolotukhinM ZolotukhinM changed the title [DO NOT COMMIT] [Tensor Expressions] Squashed PR [DO NOT COMMIT] [Tensor Expressions] Squashed PR (for testing only) Feb 14, 2020
…ing only)"

**Last commit:**

-----------------------------------------------

Get strides working (#163)

* Get strides working

* Handle (only) constant strides

-----------------------------------------------

    ghstack-source-id: d345351
    

[ghstack-poisoned]
ZolotukhinM pushed a commit that referenced this pull request Feb 14, 2020
    **Last commit:**

-----------------------------------------------

Get strides working (#163)

* Get strides working

* Handle (only) constant strides

-----------------------------------------------

    ghstack-source-id: d345351
    Pull Request resolved: #33350
ghstack-source-id: d345351
@dr-ci
Copy link

dr-ci bot commented Feb 14, 2020

💊 CircleCI build failures summary and remediations

As of commit f64b0c0 (more details on the Dr. CI page):



🕵️ 5 new failures recognized by patterns

The following build failures do not appear to be due to upstream breakages:

See CircleCI build caffe2_onnx_py3_6_clang7_ubuntu16_04_build (1/5)

Step: "Build" (full log | pattern match details)

Mar 18 08:13:45 /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/hash_server.h:356:13: error: implicit instantiation of undefined template 'std::hash'
Mar 18 08:13:45 /var/lib/jenkins/workspace/test/cpp/api/functional.cpp:1735:10: warning: unused variable 'eps' [-Wunused-variable] 
Mar 18 08:13:45   double eps = 1e-05; 
Mar 18 08:13:45          ^ 
Mar 18 08:13:45 /var/lib/jenkins/workspace/test/cpp/api/functional.cpp:1826:10: warning: unused variable 'eps' [-Wunused-variable] 
Mar 18 08:13:45   double eps = 1e-05; 
Mar 18 08:13:45          ^ 
Mar 18 08:13:45 3 warnings generated. 
Mar 18 08:13:45 [ 94%] Building CXX object test_api/CMakeFiles/test_api.dir/integration.cpp.o 
Mar 18 08:13:45 [ 95%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_inliner.cpp.o 
Mar 18 08:13:45 In file included from /var/lib/jenkins/workspace/test/cpp/tensorexpr/test_simplify.cpp:4: 
Mar 18 08:13:45 /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/hash_server.h:356:13: error: implicit instantiation of undefined template 'std::hash<torch::jit::tensorexpr::CompareSelectOperation>' 
Mar 18 08:13:45     seed ^= std::hash<T>()(val) + 0x1f752c19 + (seed << 7) + (seed >> 4); 
Mar 18 08:13:45             ^ 
Mar 18 08:13:45 /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/hash_server.h:380:5: note: in instantiation of function template specialization 'torch::jit::tensorexpr::HashProvider::_hash_combine<torch::jit::tensorexpr::CompareSelectOperation>' requested here 
Mar 18 08:13:45     _hash_combine(seed, val); 
Mar 18 08:13:45     ^ 
Mar 18 08:13:45 /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/hash_server.h:381:5: note: in instantiation of function template specialization 'torch::jit::tensorexpr::HashProvider::_hash_combine<torch::jit::tensorexpr::CompareSelectOperation, unsigned long, unsigned long, unsigned long>' requested here 
Mar 18 08:13:45     _hash_combine(seed, args...); 
Mar 18 08:13:45     ^ 
Mar 18 08:13:45 /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/hash_server.h:387:5: note: in instantiation of function template specialization 'torch::jit::tensorexpr::HashProvider::_hash_combine<unsigned long, torch::jit::tensorexpr::CompareSelectOperation, unsigned long, unsigned long, unsigned long>' requested here 
Mar 18 08:13:45     _hash_combine(seed, args...); 

See CircleCI build caffe2_onnx_py2_gcc5_ubuntu16_04_build (2/5)

Step: "Build" (full log | pattern match details)

Mar 18 08:13:53 /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/hash_server.h:356:27: error: invalid use of incomplete type 'struct std::hash'
Mar 18 08:13:51 [ 95%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_irparser.cpp.o 
Mar 18 08:13:52 [ 95%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_matcher.cpp.o 
Mar 18 08:13:52 [ 95%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_jit_type.cpp.o 
Mar 18 08:13:53 [ 95%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_qualified_name.cpp.o 
Mar 18 08:13:53 In file included from /var/lib/jenkins/workspace/test/cpp/tensorexpr/test_simplify.cpp:4:0: 
Mar 18 08:13:53 /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/hash_server.h: In instantiation of 'void torch::jit::tensorexpr::HashProvider::_hash_combine(torch::jit::tensorexpr::SimplifierHashType&, const T&) [with T = torch::jit::tensorexpr::CompareSelectOperation; torch::jit::tensorexpr::SimplifierHashType = long unsigned int]': 
Mar 18 08:13:53 /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/hash_server.h:380:5:   required from 'void torch::jit::tensorexpr::HashProvider::_hash_combine(torch::jit::tensorexpr::SimplifierHashType&, const T&, const Types& ...) [with T = torch::jit::tensorexpr::CompareSelectOperation; Types = {long unsigned int, long unsigned int, long unsigned int}; torch::jit::tensorexpr::SimplifierHashType = long unsigned int]' 
Mar 18 08:13:53 /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/hash_server.h:381:5:   required from 'void torch::jit::tensorexpr::HashProvider::_hash_combine(torch::jit::tensorexpr::SimplifierHashType&, const T&, const Types& ...) [with T = long unsigned int; Types = {torch::jit::tensorexpr::CompareSelectOperation, long unsigned int, long unsigned int, long unsigned int}; torch::jit::tensorexpr::SimplifierHashType = long unsigned int]' 
Mar 18 08:13:53 /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/hash_server.h:387:5:   required from 'torch::jit::tensorexpr::SimplifierHashType torch::jit::tensorexpr::HashProvider::hash_combine(const Types& ...) [with Types = {long unsigned int, torch::jit::tensorexpr::CompareSelectOperation, long unsigned int, long unsigned int, long unsigned int}; torch::jit::tensorexpr::SimplifierHashType = long unsigned int]' 
Mar 18 08:13:53 /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/hash_server.h:129:34:   required from here 
Mar 18 08:13:53 /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/hash_server.h:356:27: error: invalid use of incomplete type 'struct std::hash<torch::jit::tensorexpr::CompareSelectOperation>' 
Mar 18 08:13:53      seed ^= std::hash<T>()(val) + 0x1f752c19 + (seed << 7) + (seed >> 4); 
Mar 18 08:13:53                            ^ 
Mar 18 08:13:53 In file included from /usr/include/c++/5/bits/basic_string.h:5574:0, 
Mar 18 08:13:53                  from /usr/include/c++/5/string:52, 
Mar 18 08:13:53                  from /usr/include/c++/5/bits/locale_classes.h:40, 
Mar 18 08:13:53                  from /usr/include/c++/5/bits/ios_base.h:41, 
Mar 18 08:13:53                  from /usr/include/c++/5/ios:42, 
Mar 18 08:13:53                  from /usr/include/c++/5/ostream:38, 
Mar 18 08:13:53                  from /var/lib/jenkins/workspace/third_party/googletest/googletest/include/gtest/gtest.h:56, 
Mar 18 08:13:53                  from /var/lib/jenkins/workspace/test/cpp/tensorexpr/test_base.h:3, 

See CircleCI build pytorch_windows_vs2019_py36_cuda10.1_build (3/5)

Step: "Build" (full log | pattern match details)

..\torch\csrc\jit\tensorexpr\kernel.cpp(1340): error C2397: conversion from 'T' to 'int32_t' requires a narrowing conversion
Microsoft (R) C/C++ Optimizing Compiler Version 19.24.28316 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

ON -DHAVE_AVX2_CPU_DEFINITION /MD /O2 /Ob2 /DNDEBUG /w /EHa /bigobj -DNDEBUG   -DCUDA_HAS_FP16=1 -DUSE_GCC_GET_CPUID -DUSE_AVX -DUSE_AVX2 -DTH_HAVE_THREAD /Z7 /EHa /DNOMINMAX /wd4267 /wd4251 /wd4522 /wd4838 /wd4305 /wd4244 /wd4190 /wd4101 /wd4996 /wd4275 /bigobj -O2 -DCAFFE2_BUILD_MAIN_LIB -DONNX_BUILD_MAIN_LIB -std:c++14 /showIncludes /Focaffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\kernel.cpp.obj /Fdcaffe2\CMakeFiles\torch_cpu.dir\ /FS -c ..\torch\csrc\jit\tensorexpr\kernel.cpp 
FAILED: caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/kernel.cpp.obj  
ON -DHAVE_AVX2_CPU_DEFINITION /MD /O2 /Ob2 /DNDEBUG /w /EHa /bigobj -DNDEBUG   -DCUDA_HAS_FP16=1 -DUSE_GCC_GET_CPUID -DUSE_AVX -DUSE_AVX2 -DTH_HAVE_THREAD /Z7 /EHa /DNOMINMAX /wd4267 /wd4251 /wd4522 /wd4838 /wd4305 /wd4244 /wd4190 /wd4101 /wd4996 /wd4275 /bigobj -O2 -DCAFFE2_BUILD_MAIN_LIB -DONNX_BUILD_MAIN_LIB -std:c++14 /showIncludes /Focaffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\kernel.cpp.obj /Fdcaffe2\CMakeFiles\torch_cpu.dir\ /FS -c ..\torch\csrc\jit\tensorexpr\kernel.cpp 
C:\Users\circleci\project\torch/csrc/jit/tensorexpr/ir_printer.h(99): error C2375: 'std::to_string': redefinition; different linkage
C:\Users\circleci\project\torch/csrc/jit/tensorexpr/exceptions.h(18): note: see declaration of 'std::to_string'
C:\Users\circleci\project\torch/csrc/jit/tensorexpr/ir_printer.h(100): error C2375: 'std::to_string': redefinition; different linkage
C:\Users\circleci\project\torch/csrc/jit/tensorexpr/exceptions.h(19): note: see declaration of 'std::to_string'
..\torch\csrc\jit\tensorexpr\kernel.cpp(1340): error C2397: conversion from 'T' to 'int32_t' requires a narrowing conversion
        with
        [
            T=int64_t
        ]
Microsoft (R) C/C++ Optimizing Compiler Version 19.24.28316 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

TION -DHAVE_AVX2_CPU_DEFINITION /MD /O2 /Ob2 /DNDEBUG /w /EHa /bigobj -DNDEBUG   -DCUDA_HAS_FP16=1 -DUSE_GCC_GET_CPUID -DUSE_AVX -DUSE_AVX2 -DTH_HAVE_THREAD /Z7 /EHa /DNOMINMAX /wd4267 /wd4251 /wd4522 /wd4838 /wd4305 /wd4244 /wd4190 /wd4101 /wd4996 /wd4275 /bigobj -O2 -DCAFFE2_BUILD_MAIN_LIB -DONNX_BUILD_MAIN_LIB -std:c++14 /showIncludes /Focaffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\netdef_converter.cpp.obj /Fdcaffe2\CMakeFiles\torch_cpu.dir\ /FS -c ..\torch\csrc\jit\netdef_converter.cpp 
Microsoft (R) C/C++ Optimizing Compiler Version 19.24.28316 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

See CircleCI build binary_linux_libtorch_2_7m_cpu_gcc5_4_cxx11-abi_shared-with-deps_build (4/5)

Step: "Build" (full log | pattern match details)

Mar 18 08:20:44 ../torch/csrc/jit/tensorexpr/hash_server.h:356:27: error: invalid use of incomplete type ‘struct std::hash’
Mar 18 08:20:41 [3668/3868] Linking CXX executable bin/test_jit 
Mar 18 08:20:44 [3669/3868] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_simplify.cpp.o 
Mar 18 08:20:44 FAILED: test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_simplify.cpp.o  
UG -fPIE   -DCAFFE2_USE_GLOO -DHAVE_GCC_GET_CPUID -DUSE_AVX -DUSE_AVX2 -DTH_HAVE_THREAD -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-unknown-pragmas -Wno-missing-braces -fopenmp -std=gnu++14 -MD -MT test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_simplify.cpp.o -MF test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_simplify.cpp.o.d -o test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_simplify.cpp.o -c ../test/cpp/tensorexpr/test_simplify.cpp 
Mar 18 08:20:44 In file included from ../test/cpp/tensorexpr/test_simplify.cpp:4:0: 
Mar 18 08:20:44 ../torch/csrc/jit/tensorexpr/hash_server.h: In instantiation of ‘void torch::jit::tensorexpr::HashProvider::_hash_combine(torch::jit::tensorexpr::SimplifierHashType&, const T&) [with T = torch::jit::tensorexpr::CompareSelectOperation; torch::jit::tensorexpr::SimplifierHashType = long unsigned int]’: 
Mar 18 08:20:44 ../torch/csrc/jit/tensorexpr/hash_server.h:380:5:   required from ‘void torch::jit::tensorexpr::HashProvider::_hash_combine(torch::jit::tensorexpr::SimplifierHashType&, const T&, const Types& ...) [with T = torch::jit::tensorexpr::CompareSelectOperation; Types = {long unsigned int, long unsigned int, long unsigned int}; torch::jit::tensorexpr::SimplifierHashType = long unsigned int]’ 
Mar 18 08:20:44 ../torch/csrc/jit/tensorexpr/hash_server.h:381:5:   required from ‘void torch::jit::tensorexpr::HashProvider::_hash_combine(torch::jit::tensorexpr::SimplifierHashType&, const T&, const Types& ...) [with T = long unsigned int; Types = {torch::jit::tensorexpr::CompareSelectOperation, long unsigned int, long unsigned int, long unsigned int}; torch::jit::tensorexpr::SimplifierHashType = long unsigned int]’ 
Mar 18 08:20:44 ../torch/csrc/jit/tensorexpr/hash_server.h:387:5:   required from ‘torch::jit::tensorexpr::SimplifierHashType torch::jit::tensorexpr::HashProvider::hash_combine(const Types& ...) [with Types = {long unsigned int, torch::jit::tensorexpr::CompareSelectOperation, long unsigned int, long unsigned int, long unsigned int}; torch::jit::tensorexpr::SimplifierHashType = long unsigned int]’ 
Mar 18 08:20:44 ../torch/csrc/jit/tensorexpr/hash_server.h:129:34:   required from here 
Mar 18 08:20:44 ../torch/csrc/jit/tensorexpr/hash_server.h:356:27: error: invalid use of incomplete type ‘struct std::hash<torch::jit::tensorexpr::CompareSelectOperation>’ 
Mar 18 08:20:44      seed ^= std::hash<T>()(val) + 0x1f752c19 + (seed << 7) + (seed >> 4); 
Mar 18 08:20:44                            ^ 
Mar 18 08:20:44 In file included from /usr/include/c++/5/bits/basic_string.h:5471:0, 
Mar 18 08:20:44                  from /usr/include/c++/5/string:52, 
Mar 18 08:20:44                  from /usr/include/c++/5/bits/locale_classes.h:40, 
Mar 18 08:20:44                  from /usr/include/c++/5/bits/ios_base.h:41, 
Mar 18 08:20:44                  from /usr/include/c++/5/ios:42, 
Mar 18 08:20:44                  from /usr/include/c++/5/ostream:38, 
Mar 18 08:20:44                  from /pytorch/third_party/googletest/googletest/include/gtest/gtest.h:56, 
Mar 18 08:20:44                  from ../test/cpp/tensorexpr/test_base.h:3, 

See CircleCI build pytorch_macos_10_13_py3_test (5/5)

Step: "Test" (full log | pattern match details)

Mar 18 01:56:29 RuntimeError: test_jit_fuser failed!
Mar 18 01:56:28 Ran 48 tests in 0.244s 
Mar 18 01:56:28  
Mar 18 01:56:28 FAILED (failures=3, skipped=43) 
Mar 18 01:56:28  
Mar 18 01:56:28 Generating XML reports... 
Mar 18 01:56:29 Traceback (most recent call last): 
Mar 18 01:56:29   File "test/run_test.py", line 493, in <module> 
Mar 18 01:56:29     main() 
Mar 18 01:56:29   File "test/run_test.py", line 486, in main 
Mar 18 01:56:29     raise RuntimeError(message) 
Mar 18 01:56:29 RuntimeError: test_jit_fuser failed! 
Mar 18 01:56:29 + cleanup 
Mar 18 01:56:29 + retcode=1 
Mar 18 01:56:29 + set +x 

❄️ 8 tentatively flaky failures

8 failures tentatively classified as flaky but have not triggered reruns to confirm:

See CircleCI build pytorch_linux_xenial_py3_clang5_asan_build (1/8)

Step: "Build" (full log | pattern match details) ❄️

Error response from daemon: manifest for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-py3-clang5-asan:07597f23-fa81-474c-8bef-5c8a91b50595 not found
DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-py3-clang5-asan:07597f23-fa81-474c-8bef-5c8a91b50595 
Error response from daemon: manifest for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-py3-clang5-asan:07597f23-fa81-474c-8bef-5c8a91b50595 not found 

See CircleCI build pytorch_linux_xenial_py3_clang5_android_ndk_r19c_mobile_code_analysis (2/8)

Step: "Build" (full log | pattern match details) ❄️

Error response from daemon: manifest for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-py3-clang5-android-ndk-r19c:07597f23-fa81-474c-8bef-5c8a91b50595 not found
DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-py3-clang5-android-ndk-r19c:07597f23-fa81-474c-8bef-5c8a91b50595 
Error response from daemon: manifest for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-py3-clang5-android-ndk-r19c:07597f23-fa81-474c-8bef-5c8a91b50595 not found 

See CircleCI build pytorch_linux_xenial_py3_clang5_mobile_build (3/8)

Step: "Build" (full log | pattern match details) ❄️

Error response from daemon: manifest for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-py3-clang5-asan:07597f23-fa81-474c-8bef-5c8a91b50595 not found
DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-py3-clang5-asan:07597f23-fa81-474c-8bef-5c8a91b50595 
Error response from daemon: manifest for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-py3-clang5-asan:07597f23-fa81-474c-8bef-5c8a91b50595 not found 

See CircleCI build pytorch_linux_xenial_py3_6_gcc5_4_build (4/8)

Step: "Build" (full log | pattern match details) ❄️

Error response from daemon: manifest for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-py3.6-gcc5.4:07597f23-fa81-474c-8bef-5c8a91b50595 not found
DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-py3.6-gcc5.4:07597f23-fa81-474c-8bef-5c8a91b50595 
Error response from daemon: manifest for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-py3.6-gcc5.4:07597f23-fa81-474c-8bef-5c8a91b50595 not found 

See CircleCI build pytorch_libtorch_linux_xenial_cuda10_1_cudnn7_py3_gcc7_build (5/8)

Step: "Build" (full log | pattern match details) ❄️

Error response from daemon: manifest for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda10.1-cudnn7-py3-gcc7:07597f23-fa81-474c-8bef-5c8a91b50595 not found
DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda10.1-cudnn7-py3-gcc7:07597f23-fa81-474c-8bef-5c8a91b50595 
Error response from daemon: manifest for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda10.1-cudnn7-py3-gcc7:07597f23-fa81-474c-8bef-5c8a91b50595 not found 

See CircleCI build pytorch_xla_linux_xenial_py3_6_clang7_build (6/8)

Step: "Build" (full log | pattern match details) ❄️

Error response from daemon: manifest for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-py3.6-clang7:07597f23-fa81-474c-8bef-5c8a91b50595 not found
DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-py3.6-clang7:07597f23-fa81-474c-8bef-5c8a91b50595 
Error response from daemon: manifest for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-py3.6-clang7:07597f23-fa81-474c-8bef-5c8a91b50595 not found 

See CircleCI build pytorch_linux_xenial_cuda10_1_cudnn7_py3_gcc7_build (7/8)

Step: "Build" (full log | pattern match details) ❄️

Error response from daemon: manifest for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda10.1-cudnn7-py3-gcc7:07597f23-fa81-474c-8bef-5c8a91b50595 not found
DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda10.1-cudnn7-py3-gcc7:07597f23-fa81-474c-8bef-5c8a91b50595 
Error response from daemon: manifest for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda10.1-cudnn7-py3-gcc7:07597f23-fa81-474c-8bef-5c8a91b50595 not found 

See CircleCI build pytorch_linux_xenial_py3_clang5_android_ndk_r19c_x86_32_build (8/8)

Step: "Build" (full log | pattern match details) ❄️

Error response from daemon: manifest for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-py3-clang5-android-ndk-r19c:07597f23-fa81-474c-8bef-5c8a91b50595 not found
DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-py3-clang5-android-ndk-r19c:07597f23-fa81-474c-8bef-5c8a91b50595 
Error response from daemon: manifest for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-py3-clang5-android-ndk-r19c:07597f23-fa81-474c-8bef-5c8a91b50595 not found 

This comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.

Please report bugs/suggestions on the GitHub issue tracker.

This comment has been revised 306 times.

…ing only)"

**Last commit:**

-----------------------------------------------

Check that dtype is float before calling std::isnan. (#167)

-----------------------------------------------

    ghstack-source-id: d345351
    

[ghstack-poisoned]
…ing only)"

**Last commit:**

-----------------------------------------------

Check that dtype is float before calling std::isnan. (#168)

-----------------------------------------------

    ghstack-source-id: d345351
    

[ghstack-poisoned]
ZolotukhinM pushed a commit that referenced this pull request Feb 14, 2020
    **Last commit:**

-----------------------------------------------

Check that dtype is float before calling std::isnan. (#168)

-----------------------------------------------

    ghstack-source-id: d345351
    Pull Request resolved: #33350
ghstack-source-id: 179a93a
…ing only)"

**Last commit:**

-----------------------------------------------

Remove asmjit backend. (#169)

-----------------------------------------------

    ghstack-source-id: d345351
    

[ghstack-poisoned]
ZolotukhinM pushed a commit that referenced this pull request Feb 14, 2020
    **Last commit:**

-----------------------------------------------

Remove asmjit backend. (#169)

-----------------------------------------------

    ghstack-source-id: d345351
    Pull Request resolved: #33350
ghstack-source-id: 49e1ed4
…ing only)"

**Last commit:**

-----------------------------------------------

Cleanup fuser pass a little. (#170)

-----------------------------------------------

    ghstack-source-id: d345351
    

[ghstack-poisoned]
ZolotukhinM pushed a commit that referenced this pull request Feb 15, 2020
    **Last commit:**

-----------------------------------------------

Cleanup fuser pass a little. (#170)

-----------------------------------------------

    ghstack-source-id: d345351
    Pull Request resolved: #33350
ghstack-source-id: 0d5d44c
…ing only)"

**Last commit:**

-----------------------------------------------

Cleanup fuser pass a little. (#170)

-----------------------------------------------

    ghstack-source-id: d345351
    

[ghstack-poisoned]
ZolotukhinM pushed a commit that referenced this pull request Feb 16, 2020
    **Last commit:**

-----------------------------------------------

Cleanup fuser pass a little. (#170)

-----------------------------------------------

    ghstack-source-id: d345351
    Pull Request resolved: #33350
ghstack-source-id: 0d5d44c
…ing only)"

**Last commit:**

-----------------------------------------------

Cleanup fuser pass a little. (#170)

-----------------------------------------------

    ghstack-source-id: d345351
    

[ghstack-poisoned]
ZolotukhinM pushed a commit that referenced this pull request Feb 17, 2020
    **Last commit:**

-----------------------------------------------

Cleanup fuser pass a little. (#170)

-----------------------------------------------

    ghstack-source-id: d345351
    Pull Request resolved: #33350
ghstack-source-id: 0d5d44c
…ing only)"

**Last commit:**

-----------------------------------------------

Cleanup fuser pass a little. (#170)

-----------------------------------------------

    ghstack-source-id: d345351
    

[ghstack-poisoned]
…ing only)"

**Last commit:**

-----------------------------------------------

Fix clang-tidy issues.

-----------------------------------------------

    ghstack-source-id: d345351
    

[ghstack-poisoned]
ZolotukhinM pushed a commit that referenced this pull request Mar 5, 2020
    **Last commit:**

-----------------------------------------------

Fix clang-tidy issues.

-----------------------------------------------

    ghstack-source-id: d345351
    Pull Request resolved: #33350
ghstack-source-id: 350e4c5
…ing only)"

**Last commit:**

-----------------------------------------------

More lints.

-----------------------------------------------

    ghstack-source-id: d345351
    

[ghstack-poisoned]
ZolotukhinM pushed a commit that referenced this pull request Mar 6, 2020
    **Last commit:**

-----------------------------------------------

More lints.

-----------------------------------------------

    ghstack-source-id: d345351
    Pull Request resolved: #33350
ghstack-source-id: 3b5b41a
…ing only)"

**Last commit:**

-----------------------------------------------

Handle scalars in LoopNest::LowerToStmt

-----------------------------------------------

    ghstack-source-id: d345351
    

[ghstack-poisoned]
ZolotukhinM pushed a commit that referenced this pull request Mar 7, 2020
    **Last commit:**

-----------------------------------------------

Handle scalars in LoopNest::LowerToStmt

-----------------------------------------------

    ghstack-source-id: d345351
    Pull Request resolved: #33350
ghstack-source-id: 517bdaa
…ing only)"

**Last commit:**

-----------------------------------------------

Reenable two disabled tests from test_tensorexpr.py - they seem to be working now.

-----------------------------------------------

    ghstack-source-id: d345351
    

[ghstack-poisoned]
ZolotukhinM pushed a commit that referenced this pull request Mar 8, 2020
    **Last commit:**

-----------------------------------------------

Reenable two disabled tests from test_tensorexpr.py - they seem to be working now.

-----------------------------------------------

    ghstack-source-id: d345351
    Pull Request resolved: #33350
ghstack-source-id: cbbc2fd
…ing only)"

**Last commit:**

-----------------------------------------------

Reenable two disabled tests from test_tensorexpr.py - they seem to be working now.

-----------------------------------------------

    ghstack-source-id: d345351
    

[ghstack-poisoned]
ZolotukhinM pushed a commit that referenced this pull request Mar 9, 2020
    **Last commit:**

-----------------------------------------------

Reenable two disabled tests from test_tensorexpr.py - they seem to be working now.

-----------------------------------------------

    ghstack-source-id: d345351
    Pull Request resolved: #33350
ghstack-source-id: cbbc2fd
…ing only)"

**Last commit:**

-----------------------------------------------

Fix double recurse in constant folding (#274)

-----------------------------------------------

    ghstack-source-id: d345351
    

[ghstack-poisoned]
ZolotukhinM pushed a commit that referenced this pull request Mar 10, 2020
    **Last commit:**

-----------------------------------------------

Fix double recurse in constant folding (#274)

-----------------------------------------------

    ghstack-source-id: d345351
    Pull Request resolved: #33350
ghstack-source-id: 9e9857f
…ing only)"

**Last commit:**

-----------------------------------------------

Fix diamond inlining of rand (#275)

-----------------------------------------------

    ghstack-source-id: d345351
    

[ghstack-poisoned]
ZolotukhinM pushed a commit that referenced this pull request Mar 11, 2020
    **Last commit:**

-----------------------------------------------

Fix diamond inlining of rand (#275)

-----------------------------------------------

    ghstack-source-id: d345351
    Pull Request resolved: #33350
ghstack-source-id: 61e9176
…ing only)"

**Last commit:**

-----------------------------------------------

Add Sleef calls for double precision builtins. (#281)

-----------------------------------------------

    ghstack-source-id: d345351
    

[ghstack-poisoned]
ZolotukhinM pushed a commit that referenced this pull request Mar 12, 2020
    **Last commit:**

-----------------------------------------------

Add Sleef calls for double precision builtins. (#281)

-----------------------------------------------

    ghstack-source-id: d345351
    Pull Request resolved: #33350
ghstack-source-id: 187fca9
…ing only)"

**Last commit:**

-----------------------------------------------

Switch LOG(FATAL) to exceptions for unimplemented lowerings. (#291)

-----------------------------------------------

    ghstack-source-id: d345351
    

[ghstack-poisoned]
ZolotukhinM pushed a commit that referenced this pull request Mar 13, 2020
    **Last commit:**

-----------------------------------------------

Switch LOG(FATAL) to exceptions for unimplemented lowerings. (#291)

-----------------------------------------------

    ghstack-source-id: d345351
    Pull Request resolved: #33350
ghstack-source-id: 6c32614
…ing only)"

**Last commit:**

-----------------------------------------------

Don't pass sample inputs to torch.jit.script. (#300)

In contrast to torch.jit.trace, torch.jit.script doesn't need an extra
argument and when it's passed it's treated as an 'optimize' flag. The
flag is deprecated and results in a warning.

-----------------------------------------------

    ghstack-source-id: d345351
    

[ghstack-poisoned]
ZolotukhinM pushed a commit that referenced this pull request Mar 14, 2020
    **Last commit:**

-----------------------------------------------

Don't pass sample inputs to torch.jit.script. (#300)

In contrast to torch.jit.trace, torch.jit.script doesn't need an extra
argument and when it's passed it's treated as an 'optimize' flag. The
flag is deprecated and results in a warning.

-----------------------------------------------

    ghstack-source-id: d345351
    Pull Request resolved: #33350
ghstack-source-id: d7300c9
…ing only)"

**Last commit:**

-----------------------------------------------

Don't pass sample inputs to torch.jit.script. (#300)

In contrast to torch.jit.trace, torch.jit.script doesn't need an extra
argument and when it's passed it's treated as an 'optimize' flag. The
flag is deprecated and results in a warning.

-----------------------------------------------

    ghstack-source-id: d345351
    

[ghstack-poisoned]
ZolotukhinM pushed a commit that referenced this pull request Mar 15, 2020
    **Last commit:**

-----------------------------------------------

Don't pass sample inputs to torch.jit.script. (#300)

In contrast to torch.jit.trace, torch.jit.script doesn't need an extra
argument and when it's passed it's treated as an 'optimize' flag. The
flag is deprecated and results in a warning.

-----------------------------------------------

    ghstack-source-id: d345351
    Pull Request resolved: #33350
ghstack-source-id: d7300c9
…ing only)"

**Last commit:**

-----------------------------------------------

One Var Arith Simplification (#279)

-----------------------------------------------

    ghstack-source-id: d345351
    

[ghstack-poisoned]
ZolotukhinM pushed a commit that referenced this pull request Mar 16, 2020
    **Last commit:**

-----------------------------------------------

One Var Arith Simplification (#279)

-----------------------------------------------

    ghstack-source-id: d345351
    Pull Request resolved: #33350
ghstack-source-id: 51acb0c
…ing only)"

**Last commit:**

-----------------------------------------------

Cmake changes.

-----------------------------------------------

    ghstack-source-id: d345351
    

[ghstack-poisoned]
ZolotukhinM pushed a commit that referenced this pull request Mar 17, 2020
    **Last commit:**

-----------------------------------------------

Cmake changes.

-----------------------------------------------

    ghstack-source-id: d345351
    Pull Request resolved: #33350
ghstack-source-id: 2360929
…ing only)"

**Last commit:**

-----------------------------------------------

Cmake changes.

-----------------------------------------------

    ghstack-source-id: d345351
    

[ghstack-poisoned]
ZolotukhinM pushed a commit that referenced this pull request Mar 18, 2020
    **Last commit:**

-----------------------------------------------

Cmake changes.

-----------------------------------------------

    ghstack-source-id: d345351
    Pull Request resolved: #33350
ghstack-source-id: 2360929
@facebook-github-bot facebook-github-bot deleted the gh/ZolotukhinM/156/head branch April 19, 2020 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

oncall: jit Add this issue/PR to JIT oncall triage queue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants