Skip to content

Add more formulas#49529

Closed
albanD wants to merge 19 commits intogh/albanD/68/basefrom
gh/albanD/68/head
Closed

Add more formulas#49529
albanD wants to merge 19 commits intogh/albanD/68/basefrom
gh/albanD/68/head

Conversation

@albanD
Copy link
Copy Markdown
Collaborator

@albanD albanD commented Dec 17, 2020

Stack from ghstack:

Differential Revision: D25607504

[ghstack-poisoned]
@facebook-github-bot
Copy link
Copy Markdown
Contributor

facebook-github-bot commented Dec 17, 2020

💊 CI failures summary and remediations

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


  • 32/32 failures possibly* introduced in this PR
    • 2/32 non-scanned failure(s)

🕵️ 30 new failures recognized by patterns

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

See CircleCI build binary_windows_libtorch_3_7_cpu_release_build (1/30)

Step: "Build" (full log | diagnosis details | 🔁 rerun)

NameError: name 'SchemaKind' is not defined
  File "C:\w\b\windows\pytorch\tools\autograd\load_derivatives.py", line 44, in <listcomp>
    for defn in definitions]
  File "C:\w\b\windows\pytorch\tools\autograd\load_derivatives.py", line 397, in create_differentiability_info
    derivatives, forward_derivatives, args_with_derivatives, non_differentiable_arg_names = set_up_derivatives(canonical)
  File "C:\w\b\windows\pytorch\tools\codegen\context.py", line 36, in wrapper
    return func(f)
  File "C:\w\b\windows\pytorch\tools\autograd\load_derivatives.py", line 355, in set_up_derivatives
    forward_derivatives, args_with_derivatives)
  File "C:\w\b\windows\pytorch\tools\autograd\load_derivatives.py", line 228, in postprocess_forward_derivatives
    assert f.func.kind() is not SchemaKind.inplace
NameError: name 'SchemaKind' is not defined
  in aten/src/ATen/native/native_functions.yaml:1626:
    expand(Tensor(a) self, int[] size, *, bool implicit=False) -> Tensor(a)
[2625/4206] Generating contrib/aten/aten_op.h
Skipping rename Because of Arg: c10::optional<DimnameList> (DimnameList) 
Skipping align_to Because of Arg: DimnameList (DimnameList) 
Skipping align_to Because of Arg: DimnameList (DimnameList) 
Skipping refine_names Because of Arg: DimnameList (DimnameList) 
Skipping _cudnn_rnn_backward Because of Arg: std::array<bool,4> (std::array<bool,4>) 
Skipping _cudnn_init_dropout_state because it is a factory method
Skipping _fused_dropout Because of Arg: c10::optional<Generator> (Generator) 

See CircleCI build pytorch_linux_xenial_py3_clang5_mobile_custom_build_static (2/30)

Step: "Build" (full log | diagnosis details | 🔁 rerun)

Apr 14 14:40:29 NameError: name 'SchemaKind' is not defined
Apr 14 14:40:29   File "/var/lib/jenkins/workspace/tools/autograd/load_derivatives.py", line 44, in <listcomp>
Apr 14 14:40:29     for defn in definitions]
Apr 14 14:40:29   File "/var/lib/jenkins/workspace/tools/autograd/load_derivatives.py", line 397, in create_differentiability_info
Apr 14 14:40:29     derivatives, forward_derivatives, args_with_derivatives, non_differentiable_arg_names = set_up_derivatives(canonical)
Apr 14 14:40:29   File "/var/lib/jenkins/workspace/tools/codegen/context.py", line 36, in wrapper
Apr 14 14:40:29     return func(f)
Apr 14 14:40:29   File "/var/lib/jenkins/workspace/tools/autograd/load_derivatives.py", line 355, in set_up_derivatives
Apr 14 14:40:29     forward_derivatives, args_with_derivatives)
Apr 14 14:40:29   File "/var/lib/jenkins/workspace/tools/autograd/load_derivatives.py", line 228, in postprocess_forward_derivatives
Apr 14 14:40:29     assert f.func.kind() is not SchemaKind.inplace
Apr 14 14:40:29 NameError: name 'SchemaKind' is not defined
Apr 14 14:40:29   in aten/src/ATen/native/native_functions.yaml:1626:
Apr 14 14:40:29     expand(Tensor(a) self, int[] size, *, bool implicit=False) -> Tensor(a)
Apr 14 14:40:29 ninja: build stopped: subcommand failed.
Apr 14 14:40:29 =================== sccache compilation log ===================
Apr 14 14:40:29 + sccache_epilogue
Apr 14 14:40:29 + echo '=================== sccache compilation log ==================='
Apr 14 14:40:29 + python /var/lib/jenkins/workspace/.jenkins/pytorch/print_sccache_log.py /var/lib/jenkins/sccache_error.log
Apr 14 14:40:29 =========== If your build fails, please take a look at the log above for possible reasons ===========
Apr 14 14:40:29 + echo '=========== If your build fails, please take a look at the log above for possible reasons ==========='
Apr 14 14:40:29 + sccache --show-stats

See CircleCI build binary_linux_libtorch_3_7m_cpu_devtoolset7_shared-with-deps_build (3/30)

Step: "Build" (full log | diagnosis details | 🔁 rerun)

NameError: name 'SchemaKind' is not defined
  File "/pytorch/tools/autograd/load_derivatives.py", line 44, in <listcomp>
    for defn in definitions]
  File "/pytorch/tools/autograd/load_derivatives.py", line 397, in create_differentiability_info
    derivatives, forward_derivatives, args_with_derivatives, non_differentiable_arg_names = set_up_derivatives(canonical)
  File "/pytorch/tools/codegen/context.py", line 36, in wrapper
    return func(f)
  File "/pytorch/tools/autograd/load_derivatives.py", line 355, in set_up_derivatives
    forward_derivatives, args_with_derivatives)
  File "/pytorch/tools/autograd/load_derivatives.py", line 228, in postprocess_forward_derivatives
    assert f.func.kind() is not SchemaKind.inplace
NameError: name 'SchemaKind' is not defined
  in aten/src/ATen/native/native_functions.yaml:1626:
    expand(Tensor(a) self, int[] size, *, bool implicit=False) -> Tensor(a)
[ 20%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2.dir/sleefsimddp.c.o
[ 20%] Generating python/operator_test/prepend_dim_test.py
[ 20%] Linking CXX shared library ../lib/libc10.so
gmake[2]: *** [../torch/csrc/autograd/generated/Functions.cpp] Error 1
gmake[1]: *** [caffe2/CMakeFiles/generate-torch-sources.dir/all] Error 2
gmake[1]: *** Waiting for unfinished jobs....
[ 20%] Generating python/operator_test/python_op_test.py
[ 20%] Generating python/operator_test/quantile_test.py

See CircleCI build pytorch_linux_xenial_py3_clang5_android_ndk_r19c_x86_32_build (4/30)

Step: "Build" (full log | diagnosis details | 🔁 rerun)

Apr 14 14:42:17 NameError: name 'SchemaKind' is not defined
Apr 14 14:42:17   File "/var/lib/jenkins/workspace/tools/autograd/load_derivatives.py", line 44, in <listcomp>
Apr 14 14:42:17     for defn in definitions]
Apr 14 14:42:17   File "/var/lib/jenkins/workspace/tools/autograd/load_derivatives.py", line 397, in create_differentiability_info
Apr 14 14:42:17     derivatives, forward_derivatives, args_with_derivatives, non_differentiable_arg_names = set_up_derivatives(canonical)
Apr 14 14:42:17   File "/var/lib/jenkins/workspace/tools/codegen/context.py", line 36, in wrapper
Apr 14 14:42:17     return func(f)
Apr 14 14:42:17   File "/var/lib/jenkins/workspace/tools/autograd/load_derivatives.py", line 355, in set_up_derivatives
Apr 14 14:42:17     forward_derivatives, args_with_derivatives)
Apr 14 14:42:17   File "/var/lib/jenkins/workspace/tools/autograd/load_derivatives.py", line 228, in postprocess_forward_derivatives
Apr 14 14:42:17     assert f.func.kind() is not SchemaKind.inplace
Apr 14 14:42:17 NameError: name 'SchemaKind' is not defined
Apr 14 14:42:17   in aten/src/ATen/native/native_functions.yaml:1626:
Apr 14 14:42:17     expand(Tensor(a) self, int[] size, *, bool implicit=False) -> Tensor(a)
Apr 14 14:42:17 ninja: build stopped: subcommand failed.


Exited with code exit status 1

See CircleCI build pytorch_vulkan_linux_bionic_py3_6_clang9_build (5/30)

Step: "Build" (full log | diagnosis details | 🔁 rerun)

Apr 14 14:37:07 NameError: name 'SchemaKind' is not defined
Apr 14 14:37:07   File "/var/lib/jenkins/workspace/tools/autograd/load_derivatives.py", line 44, in <listcomp>
Apr 14 14:37:07     for defn in definitions]
Apr 14 14:37:07   File "/var/lib/jenkins/workspace/tools/autograd/load_derivatives.py", line 397, in create_differentiability_info
Apr 14 14:37:07     derivatives, forward_derivatives, args_with_derivatives, non_differentiable_arg_names = set_up_derivatives(canonical)
Apr 14 14:37:07   File "/var/lib/jenkins/workspace/tools/codegen/context.py", line 36, in wrapper
Apr 14 14:37:07     return func(f)
Apr 14 14:37:07   File "/var/lib/jenkins/workspace/tools/autograd/load_derivatives.py", line 355, in set_up_derivatives
Apr 14 14:37:07     forward_derivatives, args_with_derivatives)
Apr 14 14:37:07   File "/var/lib/jenkins/workspace/tools/autograd/load_derivatives.py", line 228, in postprocess_forward_derivatives
Apr 14 14:37:07     assert f.func.kind() is not SchemaKind.inplace
Apr 14 14:37:07 NameError: name 'SchemaKind' is not defined
Apr 14 14:37:07   in aten/src/ATen/native/native_functions.yaml:1626:
Apr 14 14:37:07     expand(Tensor(a) self, int[] size, *, bool implicit=False) -> Tensor(a)
Apr 14 14:37:07 make[2]: *** [../torch/csrc/autograd/generated/Functions.cpp] Error 1
Apr 14 14:37:07 caffe2/CMakeFiles/generate-torch-sources.dir/build.make:110: recipe for target '../torch/csrc/autograd/generated/Functions.cpp' failed
Apr 14 14:37:07 CMakeFiles/Makefile2:9230: recipe for target 'caffe2/CMakeFiles/generate-torch-sources.dir/all' failed
Apr 14 14:37:07 make[1]: *** [caffe2/CMakeFiles/generate-torch-sources.dir/all] Error 2
Apr 14 14:37:07 make[1]: *** Waiting for unfinished jobs....
Apr 14 14:37:07 [ 31%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/pipe.cc.o
Apr 14 14:37:07 [ 31%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/pipe_impl.cc.o
Apr 14 14:37:07 [ 31%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/error.cc.o

See CircleCI build pytorch_linux_xenial_py3_clang7_onnx_build (6/30)

Step: "Build" (full log | diagnosis details | 🔁 rerun)

Apr 14 14:34:00 NameError: name 'SchemaKind' is not defined
Apr 14 14:34:00   File "/var/lib/jenkins/workspace/tools/autograd/load_derivatives.py", line 44, in <listcomp>
Apr 14 14:34:00     for defn in definitions]
Apr 14 14:34:00   File "/var/lib/jenkins/workspace/tools/autograd/load_derivatives.py", line 397, in create_differentiability_info
Apr 14 14:34:00     derivatives, forward_derivatives, args_with_derivatives, non_differentiable_arg_names = set_up_derivatives(canonical)
Apr 14 14:34:00   File "/var/lib/jenkins/workspace/tools/codegen/context.py", line 36, in wrapper
Apr 14 14:34:00     return func(f)
Apr 14 14:34:00   File "/var/lib/jenkins/workspace/tools/autograd/load_derivatives.py", line 355, in set_up_derivatives
Apr 14 14:34:00     forward_derivatives, args_with_derivatives)
Apr 14 14:34:00   File "/var/lib/jenkins/workspace/tools/autograd/load_derivatives.py", line 228, in postprocess_forward_derivatives
Apr 14 14:34:00     assert f.func.kind() is not SchemaKind.inplace
Apr 14 14:34:00 NameError: name 'SchemaKind' is not defined
Apr 14 14:34:00   in aten/src/ATen/native/native_functions.yaml:1626:
Apr 14 14:34:00     expand(Tensor(a) self, int[] size, *, bool implicit=False) -> Tensor(a)
Apr 14 14:34:00 caffe2/CMakeFiles/generate-torch-sources.dir/build.make:110: recipe for target '../torch/csrc/autograd/generated/Functions.cpp' failed
Apr 14 14:34:00 make[2]: *** [../torch/csrc/autograd/generated/Functions.cpp] Error 1
Apr 14 14:34:00 make[1]: *** [caffe2/CMakeFiles/generate-torch-sources.dir/all] Error 2
Apr 14 14:34:00 make[1]: *** Waiting for unfinished jobs....
Apr 14 14:34:00 CMakeFiles/Makefile2:8158: recipe for target 'caffe2/CMakeFiles/generate-torch-sources.dir/all' failed
Apr 14 14:34:00 [ 30%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_oneof.cc.o
Apr 14 14:34:00 [ 30%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc.o
Apr 14 14:34:01 [ 30%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/php/php_generator.cc.o

See CircleCI build pytorch_ios_12_0_0_x86_64_lite_interpreter_build (7/30)

Step: "Build" (full log | diagnosis details | 🔁 rerun)

Apr 14 14:35:10 NameError: name 'SchemaKind' is not defined
Apr 14 14:35:10   File "/Users/distiller/project/tools/autograd/load_derivatives.py", line 43, in <listcomp>
Apr 14 14:35:10     create_differentiability_info(defn, functions_by_signature, functions_by_schema)
Apr 14 14:35:10   File "/Users/distiller/project/tools/autograd/load_derivatives.py", line 397, in create_differentiability_info
Apr 14 14:35:10     derivatives, forward_derivatives, args_with_derivatives, non_differentiable_arg_names = set_up_derivatives(canonical)
Apr 14 14:35:10   File "/Users/distiller/project/tools/codegen/context.py", line 36, in wrapper
Apr 14 14:35:10     return func(f)
Apr 14 14:35:10   File "/Users/distiller/project/tools/autograd/load_derivatives.py", line 354, in set_up_derivatives
Apr 14 14:35:10     forward_derivatives = postprocess_forward_derivatives(f, defn_name, all_arg_names, derivatives,
Apr 14 14:35:10   File "/Users/distiller/project/tools/autograd/load_derivatives.py", line 228, in postprocess_forward_derivatives
Apr 14 14:35:10     assert f.func.kind() is not SchemaKind.inplace
Apr 14 14:35:10 NameError: name 'SchemaKind' is not defined
Apr 14 14:35:10   in aten/src/ATen/native/native_functions.yaml:1626:
Apr 14 14:35:10     expand(Tensor(a) self, int[] size, *, bool implicit=False) -> Tensor(a)
Apr 14 14:35:10 make[2]: *** [../torch/csrc/autograd/generated/Functions.cpp] Error 1
Apr 14 14:35:10 make[1]: *** [caffe2/CMakeFiles/torch_cpu.dir/all] Error 2
Apr 14 14:35:10 make: *** [all] Error 2


Exited with code exit status 2

See CircleCI build pytorch_linux_xenial_py3_clang5_asan_build (8/30)

Step: "Build" (full log | diagnosis details | 🔁 rerun)

Apr 14 14:33:50 NameError: name 'SchemaKind' is not defined
Apr 14 14:33:50   File "/var/lib/jenkins/workspace/tools/autograd/load_derivatives.py", line 44, in <listcomp>
Apr 14 14:33:50     for defn in definitions]
Apr 14 14:33:50   File "/var/lib/jenkins/workspace/tools/autograd/load_derivatives.py", line 397, in create_differentiability_info
Apr 14 14:33:50     derivatives, forward_derivatives, args_with_derivatives, non_differentiable_arg_names = set_up_derivatives(canonical)
Apr 14 14:33:50   File "/var/lib/jenkins/workspace/tools/codegen/context.py", line 36, in wrapper
Apr 14 14:33:50     return func(f)
Apr 14 14:33:50   File "/var/lib/jenkins/workspace/tools/autograd/load_derivatives.py", line 355, in set_up_derivatives
Apr 14 14:33:50     forward_derivatives, args_with_derivatives)
Apr 14 14:33:50   File "/var/lib/jenkins/workspace/tools/autograd/load_derivatives.py", line 228, in postprocess_forward_derivatives
Apr 14 14:33:50     assert f.func.kind() is not SchemaKind.inplace
Apr 14 14:33:50 NameError: name 'SchemaKind' is not defined
Apr 14 14:33:50   in aten/src/ATen/native/native_functions.yaml:1626:
Apr 14 14:33:50     expand(Tensor(a) self, int[] size, *, bool implicit=False) -> Tensor(a)
Apr 14 14:33:50 caffe2/CMakeFiles/generate-torch-sources.dir/build.make:110: recipe for target '../torch/csrc/autograd/generated/Functions.cpp' failed
Apr 14 14:33:50 make[2]: *** [../torch/csrc/autograd/generated/Functions.cpp] Error 1
Apr 14 14:33:50 CMakeFiles/Makefile2:7743: recipe for target 'caffe2/CMakeFiles/generate-torch-sources.dir/all' failed
Apr 14 14:33:50 make[1]: *** [caffe2/CMakeFiles/generate-torch-sources.dir/all] Error 2
Apr 14 14:33:50 make[1]: *** Waiting for unfinished jobs....
Apr 14 14:33:50 [ 23%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8maxpool/sub16-sse2.c.o
Apr 14 14:33:50 clang: warning: argument unused during compilation: '-pie' [-Wunused-command-line-argument]
Apr 14 14:33:50 [ 23%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8rmax/sse2.c.o

See CircleCI build pytorch_xla_linux_bionic_py3_6_clang9_build (9/30)

Step: "Build" (full log | diagnosis details | 🔁 rerun)

Apr 14 14:37:59 NameError: name 'SchemaKind' is not defined
Apr 14 14:37:59   File "/var/lib/jenkins/workspace/tools/autograd/load_derivatives.py", line 44, in <listcomp>
Apr 14 14:37:59     for defn in definitions]
Apr 14 14:37:59   File "/var/lib/jenkins/workspace/tools/autograd/load_derivatives.py", line 397, in create_differentiability_info
Apr 14 14:37:59     derivatives, forward_derivatives, args_with_derivatives, non_differentiable_arg_names = set_up_derivatives(canonical)
Apr 14 14:37:59   File "/var/lib/jenkins/workspace/tools/codegen/context.py", line 36, in wrapper
Apr 14 14:37:59     return func(f)
Apr 14 14:37:59   File "/var/lib/jenkins/workspace/tools/autograd/load_derivatives.py", line 355, in set_up_derivatives
Apr 14 14:37:59     forward_derivatives, args_with_derivatives)
Apr 14 14:37:59   File "/var/lib/jenkins/workspace/tools/autograd/load_derivatives.py", line 228, in postprocess_forward_derivatives
Apr 14 14:37:59     assert f.func.kind() is not SchemaKind.inplace
Apr 14 14:37:59 NameError: name 'SchemaKind' is not defined
Apr 14 14:37:59   in aten/src/ATen/native/native_functions.yaml:1626:
Apr 14 14:37:59     expand(Tensor(a) self, int[] size, *, bool implicit=False) -> Tensor(a)
Apr 14 14:37:59 [ 30%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_file.cc.o
Apr 14 14:37:59 caffe2/CMakeFiles/generate-torch-sources.dir/build.make:129: recipe for target '../torch/csrc/autograd/generated/Functions.cpp' failed
Apr 14 14:37:59 make[2]: *** [../torch/csrc/autograd/generated/Functions.cpp] Error 1
Apr 14 14:37:59 CMakeFiles/Makefile2:7994: recipe for target 'caffe2/CMakeFiles/generate-torch-sources.dir/all' failed
Apr 14 14:37:59 make[1]: *** [caffe2/CMakeFiles/generate-torch-sources.dir/all] Error 2
Apr 14 14:37:59 make[1]: *** Waiting for unfinished jobs....
Apr 14 14:37:59 [ 30%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_generator.cc.o
Apr 14 14:37:59 [ 30%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/RowWiseSparseAdagradFused.cc.o

See CircleCI build pytorch_linux_bionic_py3_8_gcc9_coverage_build (10/30)

Step: "Build" (full log | diagnosis details | 🔁 rerun)

Apr 14 14:34:43 NameError: name 'SchemaKind' is not defined
Apr 14 14:34:43   File "/var/lib/jenkins/workspace/tools/autograd/load_derivatives.py", line 43, in <listcomp>
Apr 14 14:34:43     create_differentiability_info(defn, functions_by_signature, functions_by_schema)
Apr 14 14:34:43   File "/var/lib/jenkins/workspace/tools/autograd/load_derivatives.py", line 397, in create_differentiability_info
Apr 14 14:34:43     derivatives, forward_derivatives, args_with_derivatives, non_differentiable_arg_names = set_up_derivatives(canonical)
Apr 14 14:34:43   File "/var/lib/jenkins/workspace/tools/codegen/context.py", line 36, in wrapper
Apr 14 14:34:43     return func(f)
Apr 14 14:34:43   File "/var/lib/jenkins/workspace/tools/autograd/load_derivatives.py", line 354, in set_up_derivatives
Apr 14 14:34:43     forward_derivatives = postprocess_forward_derivatives(f, defn_name, all_arg_names, derivatives,
Apr 14 14:34:43   File "/var/lib/jenkins/workspace/tools/autograd/load_derivatives.py", line 228, in postprocess_forward_derivatives
Apr 14 14:34:43     assert f.func.kind() is not SchemaKind.inplace
Apr 14 14:34:43 NameError: name 'SchemaKind' is not defined
Apr 14 14:34:43   in aten/src/ATen/native/native_functions.yaml:1626:
Apr 14 14:34:43     expand(Tensor(a) self, int[] size, *, bool implicit=False) -> Tensor(a)
Apr 14 14:34:43 [ 31%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithQuantRowOffset.cc.o
Apr 14 14:34:43 caffe2/CMakeFiles/generate-torch-sources.dir/build.make:129: recipe for target '../torch/csrc/autograd/generated/Functions.cpp' failed
Apr 14 14:34:43 make[2]: *** [../torch/csrc/autograd/generated/Functions.cpp] Error 1
Apr 14 14:34:43 CMakeFiles/Makefile2:7994: recipe for target 'caffe2/CMakeFiles/generate-torch-sources.dir/all' failed
Apr 14 14:34:43 make[1]: *** [caffe2/CMakeFiles/generate-torch-sources.dir/all] Error 2
Apr 14 14:34:43 make[1]: *** Waiting for unfinished jobs....
Apr 14 14:34:43 [ 31%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithRowOffset.cc.o
Apr 14 14:34:43 [ 31%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.pb.cc.o

See CircleCI build pytorch_linux_xenial_cuda10_2_cudnn7_py3_gcc7_build (11/30)

Step: "Build" (full log | diagnosis details | 🔁 rerun)

Apr 14 14:36:32 NameError: name 'SchemaKind' is not defined
Apr 14 14:36:32   File "/var/lib/jenkins/workspace/tools/autograd/load_derivatives.py", line 44, in <listcomp>
Apr 14 14:36:32     for defn in definitions]
Apr 14 14:36:32   File "/var/lib/jenkins/workspace/tools/autograd/load_derivatives.py", line 397, in create_differentiability_info
Apr 14 14:36:32     derivatives, forward_derivatives, args_with_derivatives, non_differentiable_arg_names = set_up_derivatives(canonical)
Apr 14 14:36:32   File "/var/lib/jenkins/workspace/tools/codegen/context.py", line 36, in wrapper
Apr 14 14:36:32     return func(f)
Apr 14 14:36:32   File "/var/lib/jenkins/workspace/tools/autograd/load_derivatives.py", line 355, in set_up_derivatives
Apr 14 14:36:32     forward_derivatives, args_with_derivatives)
Apr 14 14:36:32   File "/var/lib/jenkins/workspace/tools/autograd/load_derivatives.py", line 228, in postprocess_forward_derivatives
Apr 14 14:36:32     assert f.func.kind() is not SchemaKind.inplace
Apr 14 14:36:32 NameError: name 'SchemaKind' is not defined
Apr 14 14:36:32   in aten/src/ATen/native/native_functions.yaml:1626:
Apr 14 14:36:32     expand(Tensor(a) self, int[] size, *, bool implicit=False) -> Tensor(a)
Apr 14 14:36:32 caffe2/CMakeFiles/generate-torch-sources.dir/build.make:110: recipe for target '../torch/csrc/autograd/generated/Functions.cpp' failed
Apr 14 14:36:32 CMakeFiles/Makefile2:10148: recipe for target 'caffe2/CMakeFiles/generate-torch-sources.dir/all' failed
Apr 14 14:36:32 make[2]: *** [../torch/csrc/autograd/generated/Functions.cpp] Error 1
Apr 14 14:36:32 make[1]: *** [caffe2/CMakeFiles/generate-torch-sources.dir/all] Error 2
Apr 14 14:36:32 make[1]: *** Waiting for unfinished jobs....
Apr 14 14:36:37 [ 21%] Built target ATEN_CPU_FILES_GEN_TARGET
Apr 14 14:37:17 Note: checking out 'v3.8.6'.
Apr 14 14:37:17 

See CircleCI build pytorch_linux_bionic_py3_6_clang9_noarch_build (12/30)

Step: "Build" (full log | diagnosis details | 🔁 rerun)

Apr 14 14:38:20 NameError: name 'SchemaKind' is not defined
Apr 14 14:38:20   File "/var/lib/jenkins/workspace/tools/autograd/load_derivatives.py", line 44, in <listcomp>
Apr 14 14:38:20     for defn in definitions]
Apr 14 14:38:20   File "/var/lib/jenkins/workspace/tools/autograd/load_derivatives.py", line 397, in create_differentiability_info
Apr 14 14:38:20     derivatives, forward_derivatives, args_with_derivatives, non_differentiable_arg_names = set_up_derivatives(canonical)
Apr 14 14:38:20   File "/var/lib/jenkins/workspace/tools/codegen/context.py", line 36, in wrapper
Apr 14 14:38:20     return func(f)
Apr 14 14:38:20   File "/var/lib/jenkins/workspace/tools/autograd/load_derivatives.py", line 355, in set_up_derivatives
Apr 14 14:38:20     forward_derivatives, args_with_derivatives)
Apr 14 14:38:20   File "/var/lib/jenkins/workspace/tools/autograd/load_derivatives.py", line 228, in postprocess_forward_derivatives
Apr 14 14:38:20     assert f.func.kind() is not SchemaKind.inplace
Apr 14 14:38:20 NameError: name 'SchemaKind' is not defined
Apr 14 14:38:20   in aten/src/ATen/native/native_functions.yaml:1626:
Apr 14 14:38:20     expand(Tensor(a) self, int[] size, *, bool implicit=False) -> Tensor(a)
Apr 14 14:38:21 make[2]: *** [../torch/csrc/autograd/generated/Functions.cpp] Error 1
Apr 14 14:38:21 caffe2/CMakeFiles/generate-torch-sources.dir/build.make:129: recipe for target '../torch/csrc/autograd/generated/Functions.cpp' failed
Apr 14 14:38:21 CMakeFiles/Makefile2:7994: recipe for target 'caffe2/CMakeFiles/generate-torch-sources.dir/all' failed
Apr 14 14:38:21 make[1]: *** [caffe2/CMakeFiles/generate-torch-sources.dir/all] Error 2
Apr 14 14:38:21 make[1]: *** Waiting for unfinished jobs....
Apr 14 14:38:21 [ 31%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/context_impl.cc.o
Apr 14 14:38:21 [ 32%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/error.cc.o
Apr 14 14:38:21 [ 32%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/listener.cc.o

See CircleCI build pytorch-linux-xenial-py3-clang5-android-ndk-r19c-gradle-custom-build-single (13/30)

Step: "pytorch android gradle custom build single architecture (for PR)" (full log | diagnosis details | 🔁 rerun)

Apr 14 14:39:57 NameError: name 'SchemaKind' is not defined
Apr 14 14:39:57   File "/var/lib/jenkins/workspace/tools/autograd/load_derivatives.py", line 44, in <listcomp>
Apr 14 14:39:57     for defn in definitions]
Apr 14 14:39:57   File "/var/lib/jenkins/workspace/tools/autograd/load_derivatives.py", line 397, in create_differentiability_info
Apr 14 14:39:57     derivatives, forward_derivatives, args_with_derivatives, non_differentiable_arg_names = set_up_derivatives(canonical)
Apr 14 14:39:57   File "/var/lib/jenkins/workspace/tools/codegen/context.py", line 36, in wrapper
Apr 14 14:39:57     return func(f)
Apr 14 14:39:57   File "/var/lib/jenkins/workspace/tools/autograd/load_derivatives.py", line 355, in set_up_derivatives
Apr 14 14:39:57     forward_derivatives, args_with_derivatives)
Apr 14 14:39:57   File "/var/lib/jenkins/workspace/tools/autograd/load_derivatives.py", line 228, in postprocess_forward_derivatives
Apr 14 14:39:57     assert f.func.kind() is not SchemaKind.inplace
Apr 14 14:39:57 NameError: name 'SchemaKind' is not defined
Apr 14 14:39:57   in aten/src/ATen/native/native_functions.yaml:1626:
Apr 14 14:39:57     expand(Tensor(a) self, int[] size, *, bool implicit=False) -> Tensor(a)
Apr 14 14:39:57 ninja: build stopped: subcommand failed.


Exited with code exit status 1

See CircleCI build pytorch_windows_vs2019_py36_cuda10.1_build (14/30)

Step: "Build" (full log | diagnosis details | 🔁 rerun)

NameError: name 'SchemaKind' is not defined
  File "C:\Users\circleci\project\tools\autograd\load_derivatives.py", line 44, in <listcomp>
    for defn in definitions]
  File "C:\Users\circleci\project\tools\autograd\load_derivatives.py", line 397, in create_differentiability_info
    derivatives, forward_derivatives, args_with_derivatives, non_differentiable_arg_names = set_up_derivatives(canonical)
  File "C:\Users\circleci\project\tools\codegen\context.py", line 36, in wrapper
    return func(f)
  File "C:\Users\circleci\project\tools\autograd\load_derivatives.py", line 355, in set_up_derivatives
    forward_derivatives, args_with_derivatives)
  File "C:\Users\circleci\project\tools\autograd\load_derivatives.py", line 228, in postprocess_forward_derivatives
    assert f.func.kind() is not SchemaKind.inplace
NameError: name 'SchemaKind' is not defined
  in aten/src/ATen/native/native_functions.yaml:1626:
    expand(Tensor(a) self, int[] size, *, bool implicit=False) -> Tensor(a)
[3300/5606] cmd.exe /C "cd /D C:\Users\circleci\project\build\caffe2 && C:\Jenkins\Miniconda3\python.exe C:/Users/circleci/project/caffe2/contrib/aten/gen_op.py --aten_root=C:/Users/circleci/project/caffe2/../aten --template_dir=C:/Users/circleci/project/caffe2/contrib/aten --yaml_dir=C:/Users/circleci/project/build/caffe2/../aten/src/ATen --install_dir=C:/Users/circleci/project/build/caffe2/contrib/aten"
Skipping rename Because of Arg: c10::optional<DimnameList> (DimnameList) 
Skipping align_to Because of Arg: DimnameList (DimnameList) 
Skipping align_to Because of Arg: DimnameList (DimnameList) 
Skipping refine_names Because of Arg: DimnameList (DimnameList) 
Skipping _cudnn_rnn_backward Because of Arg: std::array<bool,4> (std::array<bool,4>) 
Skipping _cudnn_init_dropout_state because it is a factory method
Skipping _fused_dropout Because of Arg: c10::optional<Generator> (Generator) 

See CircleCI build pytorch_linux_xenial_py3_6_gcc5_4_build (15/30)

Step: "Build" (full log | diagnosis details | 🔁 rerun)

Apr 14 14:34:14 NameError: name 'SchemaKind' is not defined
Apr 14 14:34:14   File "/var/lib/jenkins/workspace/tools/autograd/load_derivatives.py", line 44, in <listcomp>
Apr 14 14:34:14     for defn in definitions]
Apr 14 14:34:14   File "/var/lib/jenkins/workspace/tools/autograd/load_derivatives.py", line 397, in create_differentiability_info
Apr 14 14:34:14     derivatives, forward_derivatives, args_with_derivatives, non_differentiable_arg_names = set_up_derivatives(canonical)
Apr 14 14:34:14   File "/var/lib/jenkins/workspace/tools/codegen/context.py", line 36, in wrapper
Apr 14 14:34:14     return func(f)
Apr 14 14:34:14   File "/var/lib/jenkins/workspace/tools/autograd/load_derivatives.py", line 355, in set_up_derivatives
Apr 14 14:34:14     forward_derivatives, args_with_derivatives)
Apr 14 14:34:14   File "/var/lib/jenkins/workspace/tools/autograd/load_derivatives.py", line 228, in postprocess_forward_derivatives
Apr 14 14:34:14     assert f.func.kind() is not SchemaKind.inplace
Apr 14 14:34:14 NameError: name 'SchemaKind' is not defined
Apr 14 14:34:14   in aten/src/ATen/native/native_functions.yaml:1626:
Apr 14 14:34:14     expand(Tensor(a) self, int[] size, *, bool implicit=False) -> Tensor(a)
Apr 14 14:34:14 caffe2/CMakeFiles/generate-torch-sources.dir/build.make:110: recipe for target '../torch/csrc/autograd/generated/Functions.cpp' failed
Apr 14 14:34:14 make[2]: *** [../torch/csrc/autograd/generated/Functions.cpp] Error 1
Apr 14 14:34:14 CMakeFiles/Makefile2:8158: recipe for target 'caffe2/CMakeFiles/generate-torch-sources.dir/all' failed
Apr 14 14:34:14 make[1]: *** [caffe2/CMakeFiles/generate-torch-sources.dir/all] Error 2
Apr 14 14:34:14 make[1]: *** Waiting for unfinished jobs....
Apr 14 14:34:14 [ 25%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8lut32norm/scalar.c.o
Apr 14 14:34:14 In file included from /var/lib/jenkins/workspace/third_party/QNNPACK/include/qnnpack.h:15:0,
Apr 14 14:34:14                  from /var/lib/jenkins/workspace/third_party/QNNPACK/src/operator-run.c:14:

See CircleCI build pytorch_macos_10_15_py3_build (16/30)

Step: "Build" (full log | diagnosis details | 🔁 rerun)

Apr 14 14:37:25 NameError: name 'SchemaKind' is not defined
Apr 14 14:37:25   File "/Users/distiller/project/tools/autograd/load_derivatives.py", line 43, in <listcomp>
Apr 14 14:37:25     create_differentiability_info(defn, functions_by_signature, functions_by_schema)
Apr 14 14:37:25   File "/Users/distiller/project/tools/autograd/load_derivatives.py", line 397, in create_differentiability_info
Apr 14 14:37:25     derivatives, forward_derivatives, args_with_derivatives, non_differentiable_arg_names = set_up_derivatives(canonical)
Apr 14 14:37:25   File "/Users/distiller/project/tools/codegen/context.py", line 36, in wrapper
Apr 14 14:37:25     return func(f)
Apr 14 14:37:25   File "/Users/distiller/project/tools/autograd/load_derivatives.py", line 354, in set_up_derivatives
Apr 14 14:37:25     forward_derivatives = postprocess_forward_derivatives(f, defn_name, all_arg_names, derivatives,
Apr 14 14:37:25   File "/Users/distiller/project/tools/autograd/load_derivatives.py", line 228, in postprocess_forward_derivatives
Apr 14 14:37:25     assert f.func.kind() is not SchemaKind.inplace
Apr 14 14:37:25 NameError: name 'SchemaKind' is not defined
Apr 14 14:37:25   in aten/src/ATen/native/native_functions.yaml:1626:
Apr 14 14:37:25     expand(Tensor(a) self, int[] size, *, bool implicit=False) -> Tensor(a)
Apr 14 14:37:28 [2612/3876] Generating contrib/aten/aten_op.h
Apr 14 14:37:28 Skipping rename Because of Arg: c10::optional<DimnameList> (DimnameList) 
Apr 14 14:37:28 Skipping align_to Because of Arg: DimnameList (DimnameList) 
Apr 14 14:37:28 Skipping align_to Because of Arg: DimnameList (DimnameList) 
Apr 14 14:37:28 Skipping refine_names Because of Arg: DimnameList (DimnameList) 
Apr 14 14:37:28 Skipping _cudnn_rnn_backward Because of Arg: std::array<bool,4> (std::array<bool,4>) 
Apr 14 14:37:28 Skipping _cudnn_init_dropout_state because it is a factory method
Apr 14 14:37:28 Skipping _fused_dropout Because of Arg: c10::optional<Generator> (Generator) 

See CircleCI build pytorch_libtorch_linux_xenial_cuda11_1_cudnn8_py3_gcc7_build (17/30)

Step: "Build" (full log | diagnosis details | 🔁 rerun)

Apr 14 14:42:23 NameError: name 'SchemaKind' is not defined
Apr 14 14:42:23   File "/var/lib/jenkins/workspace/tools/autograd/load_derivatives.py", line 44, in <listcomp>
Apr 14 14:42:23     for defn in definitions]
Apr 14 14:42:23   File "/var/lib/jenkins/workspace/tools/autograd/load_derivatives.py", line 397, in create_differentiability_info
Apr 14 14:42:23     derivatives, forward_derivatives, args_with_derivatives, non_differentiable_arg_names = set_up_derivatives(canonical)
Apr 14 14:42:23   File "/var/lib/jenkins/workspace/tools/codegen/context.py", line 36, in wrapper
Apr 14 14:42:23     return func(f)
Apr 14 14:42:23   File "/var/lib/jenkins/workspace/tools/autograd/load_derivatives.py", line 355, in set_up_derivatives
Apr 14 14:42:23     forward_derivatives, args_with_derivatives)
Apr 14 14:42:23   File "/var/lib/jenkins/workspace/tools/autograd/load_derivatives.py", line 228, in postprocess_forward_derivatives
Apr 14 14:42:23     assert f.func.kind() is not SchemaKind.inplace
Apr 14 14:42:23 NameError: name 'SchemaKind' is not defined
Apr 14 14:42:23   in aten/src/ATen/native/native_functions.yaml:1626:
Apr 14 14:42:23     expand(Tensor(a) self, int[] size, *, bool implicit=False) -> Tensor(a)
Apr 14 14:42:23 make[2]: *** [/var/lib/jenkins/workspace/torch/csrc/autograd/generated/Functions.cpp] Error 1
Apr 14 14:42:23 caffe2/CMakeFiles/torch_cpu.dir/build.make:212: recipe for target '/var/lib/jenkins/workspace/torch/csrc/autograd/generated/Functions.cpp' failed
Apr 14 14:42:23 make[2]: Leaving directory '/var/lib/jenkins/cpp-build/caffe2/build'
Apr 14 14:42:23 make[1]: *** [caffe2/CMakeFiles/torch_cpu.dir/all] Error 2
Apr 14 14:42:23 CMakeFiles/Makefile2:10650: recipe for target 'caffe2/CMakeFiles/torch_cpu.dir/all' failed
Apr 14 14:42:23 make[1]: Leaving directory '/var/lib/jenkins/cpp-build/caffe2/build'
Apr 14 14:42:23 make: *** [all] Error 2
Apr 14 14:42:23 Makefile:138: recipe for target 'all' failed

See CircleCI build pytorch_ios_12_0_0_x86_64_build (18/30)

Step: "Build" (full log | diagnosis details | 🔁 rerun)

Apr 14 14:35:05 NameError: name 'SchemaKind' is not defined
Apr 14 14:35:05   File "/Users/distiller/project/tools/autograd/load_derivatives.py", line 43, in <listcomp>
Apr 14 14:35:05     create_differentiability_info(defn, functions_by_signature, functions_by_schema)
Apr 14 14:35:05   File "/Users/distiller/project/tools/autograd/load_derivatives.py", line 397, in create_differentiability_info
Apr 14 14:35:05     derivatives, forward_derivatives, args_with_derivatives, non_differentiable_arg_names = set_up_derivatives(canonical)
Apr 14 14:35:05   File "/Users/distiller/project/tools/codegen/context.py", line 36, in wrapper
Apr 14 14:35:05     return func(f)
Apr 14 14:35:05   File "/Users/distiller/project/tools/autograd/load_derivatives.py", line 354, in set_up_derivatives
Apr 14 14:35:05     forward_derivatives = postprocess_forward_derivatives(f, defn_name, all_arg_names, derivatives,
Apr 14 14:35:05   File "/Users/distiller/project/tools/autograd/load_derivatives.py", line 228, in postprocess_forward_derivatives
Apr 14 14:35:05     assert f.func.kind() is not SchemaKind.inplace
Apr 14 14:35:05 NameError: name 'SchemaKind' is not defined
Apr 14 14:35:05   in aten/src/ATen/native/native_functions.yaml:1626:
Apr 14 14:35:05     expand(Tensor(a) self, int[] size, *, bool implicit=False) -> Tensor(a)
Apr 14 14:35:05 make[2]: *** [../torch/csrc/autograd/generated/Functions.cpp] Error 1
Apr 14 14:35:05 make[1]: *** [caffe2/CMakeFiles/torch_cpu.dir/all] Error 2
Apr 14 14:35:05 make: *** [all] Error 2


Exited with code exit status 2

See CircleCI build pytorch_linux_xenial_py3_clang5_mobile_custom_build_dynamic (19/30)

Step: "Build" (full log | diagnosis details | 🔁 rerun)

Apr 14 14:41:57 NameError: name 'SchemaKind' is not defined
Apr 14 14:41:57   File "/var/lib/jenkins/workspace/tools/autograd/load_derivatives.py", line 44, in <listcomp>
Apr 14 14:41:57     for defn in definitions]
Apr 14 14:41:57   File "/var/lib/jenkins/workspace/tools/autograd/load_derivatives.py", line 397, in create_differentiability_info
Apr 14 14:41:57     derivatives, forward_derivatives, args_with_derivatives, non_differentiable_arg_names = set_up_derivatives(canonical)
Apr 14 14:41:57   File "/var/lib/jenkins/workspace/tools/codegen/context.py", line 36, in wrapper
Apr 14 14:41:57     return func(f)
Apr 14 14:41:57   File "/var/lib/jenkins/workspace/tools/autograd/load_derivatives.py", line 355, in set_up_derivatives
Apr 14 14:41:57     forward_derivatives, args_with_derivatives)
Apr 14 14:41:57   File "/var/lib/jenkins/workspace/tools/autograd/load_derivatives.py", line 228, in postprocess_forward_derivatives
Apr 14 14:41:57     assert f.func.kind() is not SchemaKind.inplace
Apr 14 14:41:57 NameError: name 'SchemaKind' is not defined
Apr 14 14:41:57   in aten/src/ATen/native/native_functions.yaml:1626:
Apr 14 14:41:57     expand(Tensor(a) self, int[] size, *, bool implicit=False) -> Tensor(a)
Apr 14 14:41:57 ninja: build stopped: subcommand failed.
Apr 14 14:41:57 + sccache_epilogue
Apr 14 14:41:57 + echo '=================== sccache compilation log ==================='
Apr 14 14:41:57 + python /var/lib/jenkins/workspace/.jenkins/pytorch/print_sccache_log.py /var/lib/jenkins/sccache_error.log
Apr 14 14:41:57 =================== sccache compilation log ===================
Apr 14 14:41:57 =========== If your build fails, please take a look at the log above for possible reasons ===========
Apr 14 14:41:57 + echo '=========== If your build fails, please take a look at the log above for possible reasons ==========='
Apr 14 14:41:57 + sccache --show-stats

See CircleCI build binary_linux_libtorch_3_7m_cpu_gcc5_4_cxx11-abi_shared-with-deps_build (20/30)

Step: "Build" (full log | diagnosis details | 🔁 rerun)

NameError: name 'SchemaKind' is not defined
  File "/pytorch/tools/autograd/load_derivatives.py", line 43, in <listcomp>
    create_differentiability_info(defn, functions_by_signature, functions_by_schema)
  File "/pytorch/tools/autograd/load_derivatives.py", line 397, in create_differentiability_info
    derivatives, forward_derivatives, args_with_derivatives, non_differentiable_arg_names = set_up_derivatives(canonical)
  File "/pytorch/tools/codegen/context.py", line 36, in wrapper
    return func(f)
  File "/pytorch/tools/autograd/load_derivatives.py", line 354, in set_up_derivatives
    forward_derivatives = postprocess_forward_derivatives(f, defn_name, all_arg_names, derivatives,
  File "/pytorch/tools/autograd/load_derivatives.py", line 228, in postprocess_forward_derivatives
    assert f.func.kind() is not SchemaKind.inplace
NameError: name 'SchemaKind' is not defined
  in aten/src/ATen/native/native_functions.yaml:1626:
    expand(Tensor(a) self, int[] size, *, bool implicit=False) -> Tensor(a)
[3581/5399] Generating contrib/aten/aten_op.h
Skipping rename Because of Arg: c10::optional<DimnameList> (DimnameList) 
Skipping align_to Because of Arg: DimnameList (DimnameList) 
Skipping align_to Because of Arg: DimnameList (DimnameList) 
Skipping refine_names Because of Arg: DimnameList (DimnameList) 
Skipping _cudnn_rnn_backward Because of Arg: std::array<bool,4> (std::array<bool,4>) 
Skipping _cudnn_init_dropout_state because it is a factory method
Skipping _fused_dropout Because of Arg: c10::optional<Generator> (Generator) 

See CircleCI build pytorch_linux_xenial_py3_clang5_mobile_build (21/30)

Step: "Build" (full log | diagnosis details | 🔁 rerun)

Apr 14 14:35:57 NameError: name 'SchemaKind' is not defined
Apr 14 14:35:57   File "/var/lib/jenkins/workspace/tools/autograd/load_derivatives.py", line 44, in <listcomp>
Apr 14 14:35:57     for defn in definitions]
Apr 14 14:35:57   File "/var/lib/jenkins/workspace/tools/autograd/load_derivatives.py", line 397, in create_differentiability_info
Apr 14 14:35:57     derivatives, forward_derivatives, args_with_derivatives, non_differentiable_arg_names = set_up_derivatives(canonical)
Apr 14 14:35:57   File "/var/lib/jenkins/workspace/tools/codegen/context.py", line 36, in wrapper
Apr 14 14:35:57     return func(f)
Apr 14 14:35:57   File "/var/lib/jenkins/workspace/tools/autograd/load_derivatives.py", line 355, in set_up_derivatives
Apr 14 14:35:57     forward_derivatives, args_with_derivatives)
Apr 14 14:35:57   File "/var/lib/jenkins/workspace/tools/autograd/load_derivatives.py", line 228, in postprocess_forward_derivatives
Apr 14 14:35:57     assert f.func.kind() is not SchemaKind.inplace
Apr 14 14:35:57 NameError: name 'SchemaKind' is not defined
Apr 14 14:35:57   in aten/src/ATen/native/native_functions.yaml:1626:
Apr 14 14:35:57     expand(Tensor(a) self, int[] size, *, bool implicit=False) -> Tensor(a)
Apr 14 14:35:57 make[2]: *** [../../torch/csrc/autograd/generated/Functions.cpp] Error 1
Apr 14 14:35:57 caffe2/CMakeFiles/torch_cpu.dir/build.make:185: recipe for target '../../torch/csrc/autograd/generated/Functions.cpp' failed
Apr 14 14:35:57 make[1]: *** [caffe2/CMakeFiles/torch_cpu.dir/all] Error 2
Apr 14 14:35:57 CMakeFiles/Makefile2:1020: recipe for target 'caffe2/CMakeFiles/torch_cpu.dir/all' failed
Apr 14 14:35:57 Makefile:138: recipe for target 'all' failed
Apr 14 14:35:57 make: *** [all] Error 2
Apr 14 14:35:57 + sccache_epilogue
Apr 14 14:35:57 + echo '=================== sccache compilation log ==================='

See CircleCI build pytorch_linux_bionic_rocm3_9_py3_6_build (22/30)

Step: "Build" (full log | diagnosis details | 🔁 rerun)

Apr 14 14:36:44 NameError: name 'SchemaKind' is not defined
Apr 14 14:36:44   File "/var/lib/jenkins/workspace/tools/autograd/load_derivatives.py", line 44, in <listcomp>
Apr 14 14:36:44     for defn in definitions]
Apr 14 14:36:44   File "/var/lib/jenkins/workspace/tools/autograd/load_derivatives.py", line 397, in create_differentiability_info
Apr 14 14:36:44     derivatives, forward_derivatives, args_with_derivatives, non_differentiable_arg_names = set_up_derivatives(canonical)
Apr 14 14:36:44   File "/var/lib/jenkins/workspace/tools/codegen/context.py", line 36, in wrapper
Apr 14 14:36:44     return func(f)
Apr 14 14:36:44   File "/var/lib/jenkins/workspace/tools/autograd/load_derivatives.py", line 355, in set_up_derivatives
Apr 14 14:36:44     forward_derivatives, args_with_derivatives)
Apr 14 14:36:44   File "/var/lib/jenkins/workspace/tools/autograd/load_derivatives.py", line 228, in postprocess_forward_derivatives
Apr 14 14:36:44     assert f.func.kind() is not SchemaKind.inplace
Apr 14 14:36:44 NameError: name 'SchemaKind' is not defined
Apr 14 14:36:44   in aten/src/ATen/native/native_functions.yaml:1626:
Apr 14 14:36:44     expand(Tensor(a) self, int[] size, *, bool implicit=False) -> Tensor(a)
Apr 14 14:36:44 [ 27%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.pb.cc.o
Apr 14 14:36:44 caffe2/CMakeFiles/generate-torch-sources.dir/build.make:129: recipe for target '../torch/csrc/autograd/generated/Functions.cpp' failed
Apr 14 14:36:44 make[2]: *** [../torch/csrc/autograd/generated/Functions.cpp] Error 1
Apr 14 14:36:44 CMakeFiles/Makefile2:9530: recipe for target 'caffe2/CMakeFiles/generate-torch-sources.dir/all' failed
Apr 14 14:36:44 make[1]: *** [caffe2/CMakeFiles/generate-torch-sources.dir/all] Error 2
Apr 14 14:36:44 make[1]: *** Waiting for unfinished jobs....
Apr 14 14:36:44 [ 27%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/python/python_generator.cc.o
Apr 14 14:36:44 [ 27%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/ruby/ruby_generator.cc.o

See CircleCI build pytorch_bazel_build (23/30)

Step: "Bazel Build" (full log | diagnosis details | 🔁 rerun)

Apr 14 14:37:31 NameError: name 'SchemaKind' is not defined
Apr 14 14:37:31   File "/var/lib/jenkins/.cache/bazel/_bazel_jenkins/fdf6d09bf4b4f04a71e2a7dfceb40620/sandbox/processwrapper-sandbox/788/execroot/pytorch/bazel-out/host/bin/generate_code.runfiles/pytorch/tools/autograd/load_derivatives.py", line 44, in <listcomp>
Apr 14 14:37:31     for defn in definitions]
Apr 14 14:37:31   File "/var/lib/jenkins/.cache/bazel/_bazel_jenkins/fdf6d09bf4b4f04a71e2a7dfceb40620/sandbox/processwrapper-sandbox/788/execroot/pytorch/bazel-out/host/bin/generate_code.runfiles/pytorch/tools/autograd/load_derivatives.py", line 397, in create_differentiability_info
Apr 14 14:37:31     derivatives, forward_derivatives, args_with_derivatives, non_differentiable_arg_names = set_up_derivatives(canonical)
Apr 14 14:37:31   File "/var/lib/jenkins/.cache/bazel/_bazel_jenkins/fdf6d09bf4b4f04a71e2a7dfceb40620/sandbox/processwrapper-sandbox/788/execroot/pytorch/bazel-out/host/bin/generate_code.runfiles/pytorch/tools/codegen/context.py", line 36, in wrapper
Apr 14 14:37:31     return func(f)
Apr 14 14:37:31   File "/var/lib/jenkins/.cache/bazel/_bazel_jenkins/fdf6d09bf4b4f04a71e2a7dfceb40620/sandbox/processwrapper-sandbox/788/execroot/pytorch/bazel-out/host/bin/generate_code.runfiles/pytorch/tools/autograd/load_derivatives.py", line 355, in set_up_derivatives
Apr 14 14:37:31     forward_derivatives, args_with_derivatives)
Apr 14 14:37:31   File "/var/lib/jenkins/.cache/bazel/_bazel_jenkins/fdf6d09bf4b4f04a71e2a7dfceb40620/sandbox/processwrapper-sandbox/788/execroot/pytorch/bazel-out/host/bin/generate_code.runfiles/pytorch/tools/autograd/load_derivatives.py", line 228, in postprocess_forward_derivatives
Apr 14 14:37:31     assert f.func.kind() is not SchemaKind.inplace
Apr 14 14:37:31 NameError: name 'SchemaKind' is not defined
Apr 14 14:37:31   in aten/src/ATen/native/native_functions.yaml:1626:
Apr 14 14:37:31     expand(Tensor(a) self, int[] size, *, bool implicit=False) -> Tensor(a)
Apr 14 14:37:31 ----------------
Apr 14 14:37:31 Note: The failure of target //:generate_code (with exit code 1) may have been caused by the fact that it is running under Python 3 instead of Python 2. Examine the error to determine if that appears to be the problem. Since this target is built in the host configuration, the only way to change its version is to set --host_force_python=PY2, which affects the entire build.
Apr 14 14:37:31 
Apr 14 14:37:31 If this error start

Exited with code exit status 1

See CircleCI build pytorch_macos_10_13_py3_build (24/30)

Step: "Build" (full log | diagnosis details | 🔁 rerun)

Apr 14 14:35:48 NameError: name 'SchemaKind' is not defined
Apr 14 14:35:48   File "/Users/distiller/project/tools/autograd/load_derivatives.py", line 44, in <listcomp>
Apr 14 14:35:48     for defn in definitions]
Apr 14 14:35:48   File "/Users/distiller/project/tools/autograd/load_derivatives.py", line 397, in create_differentiability_info
Apr 14 14:35:48     derivatives, forward_derivatives, args_with_derivatives, non_differentiable_arg_names = set_up_derivatives(canonical)
Apr 14 14:35:48   File "/Users/distiller/project/tools/codegen/context.py", line 36, in wrapper
Apr 14 14:35:48     return func(f)
Apr 14 14:35:48   File "/Users/distiller/project/tools/autograd/load_derivatives.py", line 355, in set_up_derivatives
Apr 14 14:35:48     forward_derivatives, args_with_derivatives)
Apr 14 14:35:48   File "/Users/distiller/project/tools/autograd/load_derivatives.py", line 228, in postprocess_forward_derivatives
Apr 14 14:35:48     assert f.func.kind() is not SchemaKind.inplace
Apr 14 14:35:48 NameError: name 'SchemaKind' is not defined
Apr 14 14:35:48   in aten/src/ATen/native/native_functions.yaml:1626:
Apr 14 14:35:48     expand(Tensor(a) self, int[] size, *, bool implicit=False) -> Tensor(a)
Apr 14 14:35:51 [3554/5354] Generating contrib/aten/aten_op.h
Apr 14 14:35:51 Skipping rename Because of Arg: c10::optional<DimnameList> (DimnameList) 
Apr 14 14:35:51 Skipping align_to Because of Arg: DimnameList (DimnameList) 
Apr 14 14:35:51 Skipping align_to Because of Arg: DimnameList (DimnameList) 
Apr 14 14:35:51 Skipping refine_names Because of Arg: DimnameList (DimnameList) 
Apr 14 14:35:51 Skipping _cudnn_rnn_backward Because of Arg: std::array<bool,4> (std::array<bool,4>) 
Apr 14 14:35:51 Skipping _cudnn_init_dropout_state because it is a factory method
Apr 14 14:35:51 Skipping _fused_dropout Because of Arg: c10::optional<Generator> (Generator) 

See CircleCI build pytorch_windows_vs2019_py36_cpu_build (25/30)

Step: "Build" (full log | diagnosis details | 🔁 rerun)

NameError: name 'SchemaKind' is not defined
  File "C:\Users\circleci\project\tools\autograd\load_derivatives.py", line 44, in <listcomp>
    for defn in definitions]
  File "C:\Users\circleci\project\tools\autograd\load_derivatives.py", line 397, in create_differentiability_info
    derivatives, forward_derivatives, args_with_derivatives, non_differentiable_arg_names = set_up_derivatives(canonical)
  File "C:\Users\circleci\project\tools\codegen\context.py", line 36, in wrapper
    return func(f)
  File "C:\Users\circleci\project\tools\autograd\load_derivatives.py", line 355, in set_up_derivatives
    forward_derivatives, args_with_derivatives)
  File "C:\Users\circleci\project\tools\autograd\load_derivatives.py", line 228, in postprocess_forward_derivatives
    assert f.func.kind() is not SchemaKind.inplace
NameError: name 'SchemaKind' is not defined
  in aten/src/ATen/native/native_functions.yaml:1626:
    expand(Tensor(a) self, int[] size, *, bool implicit=False) -> Tensor(a)
[3272/4971] cmd.exe /C "cd /D C:\Users\circleci\project\build\caffe2 && C:\Jenkins\Miniconda3\python.exe C:/Users/circleci/project/caffe2/contrib/aten/gen_op.py --aten_root=C:/Users/circleci/project/caffe2/../aten --template_dir=C:/Users/circleci/project/caffe2/contrib/aten --yaml_dir=C:/Users/circleci/project/build/caffe2/../aten/src/ATen --install_dir=C:/Users/circleci/project/build/caffe2/contrib/aten"
Skipping rename Because of Arg: c10::optional<DimnameList> (DimnameList) 
Skipping align_to Because of Arg: DimnameList (DimnameList) 
Skipping align_to Because of Arg: DimnameList (DimnameList) 
Skipping refine_names Because of Arg: DimnameList (DimnameList) 
Skipping _cudnn_rnn_backward Because of Arg: std::array<bool,4> (std::array<bool,4>) 
Skipping _cudnn_init_dropout_state because it is a factory method
Skipping _fused_dropout Because of Arg: c10::optional<Generator> (Generator) 

See CircleCI build pytorch_windows_vs2019_py36_cuda11.1_build (26/30)

Step: "Build" (full log | diagnosis details | 🔁 rerun)

NameError: name 'SchemaKind' is not defined
  File "C:\Users\circleci\project\tools\autograd\load_derivatives.py", line 44, in <listcomp>
    for defn in definitions]
  File "C:\Users\circleci\project\tools\autograd\load_derivatives.py", line 397, in create_differentiability_info
    derivatives, forward_derivatives, args_with_derivatives, non_differentiable_arg_names = set_up_derivatives(canonical)
  File "C:\Users\circleci\project\tools\codegen\context.py", line 36, in wrapper
    return func(f)
  File "C:\Users\circleci\project\tools\autograd\load_derivatives.py", line 355, in set_up_derivatives
    forward_derivatives, args_with_derivatives)
  File "C:\Users\circleci\project\tools\autograd\load_derivatives.py", line 228, in postprocess_forward_derivatives
    assert f.func.kind() is not SchemaKind.inplace
NameError: name 'SchemaKind' is not defined
  in aten/src/ATen/native/native_functions.yaml:1626:
    expand(Tensor(a) self, int[] size, *, bool implicit=False) -> Tensor(a)
[3300/5609] cmd.exe /C "cd /D C:\Users\circleci\project\build\caffe2 && C:\Jenkins\Miniconda3\python.exe C:/Users/circleci/project/caffe2/contrib/aten/gen_op.py --aten_root=C:/Users/circleci/project/caffe2/../aten --template_dir=C:/Users/circleci/project/caffe2/contrib/aten --yaml_dir=C:/Users/circleci/project/build/caffe2/../aten/src/ATen --install_dir=C:/Users/circleci/project/build/caffe2/contrib/aten"
Skipping rename Because of Arg: c10::optional<DimnameList> (DimnameList) 
Skipping align_to Because of Arg: DimnameList (DimnameList) 
Skipping align_to Because of Arg: DimnameList (DimnameList) 
Skipping refine_names Because of Arg: DimnameList (DimnameList) 
Skipping _cudnn_rnn_backward Because of Arg: std::array<bool,4> (std::array<bool,4>) 
Skipping _cudnn_init_dropout_state because it is a factory method
Skipping _fused_dropout Because of Arg: c10::optional<Generator> (Generator) 

See CircleCI build binary_windows_libtorch_3_7_cpu_debug_build (27/30)

Step: "Build" (full log | diagnosis details | 🔁 rerun)

NameError: name 'SchemaKind' is not defined
  File "C:\w\b\windows\pytorch\tools\autograd\load_derivatives.py", line 44, in <listcomp>
    for defn in definitions]
  File "C:\w\b\windows\pytorch\tools\autograd\load_derivatives.py", line 397, in create_differentiability_info
    derivatives, forward_derivatives, args_with_derivatives, non_differentiable_arg_names = set_up_derivatives(canonical)
  File "C:\w\b\windows\pytorch\tools\codegen\context.py", line 36, in wrapper
    return func(f)
  File "C:\w\b\windows\pytorch\tools\autograd\load_derivatives.py", line 355, in set_up_derivatives
    forward_derivatives, args_with_derivatives)
  File "C:\w\b\windows\pytorch\tools\autograd\load_derivatives.py", line 228, in postprocess_forward_derivatives
    assert f.func.kind() is not SchemaKind.inplace
NameError: name 'SchemaKind' is not defined
  in aten/src/ATen/native/native_functions.yaml:1626:
    expand(Tensor(a) self, int[] size, *, bool implicit=False) -> Tensor(a)
[2625/4206] Generating contrib/aten/aten_op.h
Skipping rename Because of Arg: c10::optional<DimnameList> (DimnameList) 
Skipping align_to Because of Arg: DimnameList (DimnameList) 
Skipping align_to Because of Arg: DimnameList (DimnameList) 
Skipping refine_names Because of Arg: DimnameList (DimnameList) 
Skipping _cudnn_rnn_backward Because of Arg: std::array<bool,4> (std::array<bool,4>) 
Skipping _cudnn_init_dropout_state because it is a factory method
Skipping _fused_dropout Because of Arg: c10::optional<Generator> (Generator) 

See GitHub Actions build clang-tidy (28/30)

Step: "Run clang-tidy" (full log | diagnosis details | 🔁 rerun)

2021-04-14T14:30:25.7820272Z NameError: name 'SchemaKind' is not defined
2021-04-14T14:30:25.7800564Z   File "/home/runner/work/pytorch/pytorch/tools/autograd/load_derivatives.py", line 43, in <listcomp>
2021-04-14T14:30:25.7801488Z     create_differentiability_info(defn, functions_by_signature, functions_by_schema)
2021-04-14T14:30:25.7802923Z   File "/home/runner/work/pytorch/pytorch/tools/autograd/load_derivatives.py", line 397, in create_differentiability_info
2021-04-14T14:30:25.7804113Z     derivatives, forward_derivatives, args_with_derivatives, non_differentiable_arg_names = set_up_derivatives(canonical)
2021-04-14T14:30:25.7805216Z   File "/home/runner/work/pytorch/pytorch/tools/codegen/context.py", line 36, in wrapper
2021-04-14T14:30:25.7805813Z     return func(f)
2021-04-14T14:30:25.7809725Z   File "/home/runner/work/pytorch/pytorch/tools/autograd/load_derivatives.py", line 354, in set_up_derivatives
2021-04-14T14:30:25.7810769Z     forward_derivatives = postprocess_forward_derivatives(f, defn_name, all_arg_names, derivatives,
2021-04-14T14:30:25.7818105Z   File "/home/runner/work/pytorch/pytorch/tools/autograd/load_derivatives.py", line 228, in postprocess_forward_derivatives
2021-04-14T14:30:25.7819050Z     assert f.func.kind() is not SchemaKind.inplace
2021-04-14T14:30:25.7820272Z NameError: name 'SchemaKind' is not defined
2021-04-14T14:30:25.7820871Z   in aten/src/ATen/native/native_functions.yaml:1626:
2021-04-14T14:30:25.7821703Z     expand(Tensor(a) self, int[] size, *, bool implicit=False) -> Tensor(a)
2021-04-14T14:30:25.8272793Z 
2021-04-14T14:30:25.8273869Z real	0m0.820s
2021-04-14T14:30:25.8278358Z user	0m0.799s
2021-04-14T14:30:25.8278834Z sys	0m0.016s
2021-04-14T14:30:25.8283714Z ##[error]Process completed with exit code 1.
2021-04-14T14:30:25.8373907Z Post job cleanup.
2021-04-14T14:30:25.9335704Z [command]/usr/bin/git version
2021-04-14T14:30:25.9382607Z git version 2.31.1

See GitHub Actions build quick-checks (29/30)

Step: "C++ docs check" (full log | diagnosis details | 🔁 rerun)

2021-04-14T14:25:26.4829300Z NameError: name 'SchemaKind' is not defined
2021-04-14T14:25:26.4818084Z   File "/home/runner/work/pytorch/pytorch/tools/autograd/load_derivatives.py", line 43, in <listcomp>
2021-04-14T14:25:26.4819095Z     create_differentiability_info(defn, functions_by_signature, functions_by_schema)
2021-04-14T14:25:26.4820265Z   File "/home/runner/work/pytorch/pytorch/tools/autograd/load_derivatives.py", line 397, in create_differentiability_info
2021-04-14T14:25:26.4821750Z     derivatives, forward_derivatives, args_with_derivatives, non_differentiable_arg_names = set_up_derivatives(canonical)
2021-04-14T14:25:26.4822969Z   File "/home/runner/work/pytorch/pytorch/tools/codegen/context.py", line 36, in wrapper
2021-04-14T14:25:26.4823670Z     return func(f)
2021-04-14T14:25:26.4824508Z   File "/home/runner/work/pytorch/pytorch/tools/autograd/load_derivatives.py", line 354, in set_up_derivatives
2021-04-14T14:25:26.4825683Z     forward_derivatives = postprocess_forward_derivatives(f, defn_name, all_arg_names, derivatives,
2021-04-14T14:25:26.4826965Z   File "/home/runner/work/pytorch/pytorch/tools/autograd/load_derivatives.py", line 228, in postprocess_forward_derivatives
2021-04-14T14:25:26.4828021Z     assert f.func.kind() is not SchemaKind.inplace
2021-04-14T14:25:26.4829300Z NameError: name 'SchemaKind' is not defined
2021-04-14T14:25:26.4830009Z   in aten/src/ATen/native/native_functions.yaml:1626:
2021-04-14T14:25:26.4830973Z     expand(Tensor(a) self, int[] size, *, bool implicit=False) -> Tensor(a)
2021-04-14T14:25:26.5226131Z ##[error]Process completed with exit code 1.
2021-04-14T14:25:26.5332910Z Post job cleanup.
2021-04-14T14:25:26.6372006Z [command]/usr/bin/git version
2021-04-14T14:25:26.6419821Z git version 2.31.1
2021-04-14T14:25:26.6452672Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2021-04-14T14:25:26.6492087Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :
2021-04-14T14:25:26.6761792Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2021-04-14T14:25:26.6788686Z http.https://github.com/.extraheader

See GitHub Actions build mypy (30/30)

Step: "Run mypy" (full log | diagnosis details | 🔁 rerun)

2021-04-14T14:25:27.2545642Z tools/autograd/gen_variable_type.py:757:50: error: Name 'ListType' is not defined
2021-04-14T14:25:13.5873393Z �[36;1mfor CONFIG in mypy*.ini; do mypy --config="$CONFIG"; done�[0m
2021-04-14T14:25:13.5922706Z shell: /bin/bash -e {0}
2021-04-14T14:25:13.5923149Z env:
2021-04-14T14:25:13.5923789Z   pythonLocation: /opt/hostedtoolcache/Python/3.8.9/x64
2021-04-14T14:25:13.5924640Z   LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.8.9/x64/lib
2021-04-14T14:25:13.5925263Z ##[endgroup]
2021-04-14T14:25:13.6107132Z + for CONFIG in mypy*.ini
2021-04-14T14:25:13.6108283Z + mypy --config=mypy-strict.ini
2021-04-14T14:25:26.4672528Z tools/autograd/load_derivatives.py:101:24: error: Name 'Type' is not defined
2021-04-14T14:25:26.4674659Z tools/autograd/load_derivatives.py:228:45: error: Name 'SchemaKind' is not defined
2021-04-14T14:25:27.2545642Z tools/autograd/gen_variable_type.py:757:50: error: Name 'ListType' is not defined
2021-04-14T14:25:29.7609900Z Found 3 errors in 2 files (checked 53 source files)
2021-04-14T14:25:30.4370996Z ##[error]Process completed with exit code 1.
2021-04-14T14:25:30.4471377Z Post job cleanup.
2021-04-14T14:25:30.5654713Z [command]/usr/bin/git version
2021-04-14T14:25:30.5714164Z git version 2.31.1
2021-04-14T14:25:30.5753880Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2021-04-14T14:25:30.5809949Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :
2021-04-14T14:25:30.6099421Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2021-04-14T14:25:30.6142287Z http.https://github.com/.extraheader
2021-04-14T14:25:30.6154005Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader

ci.pytorch.org: 1 failed


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 to the (internal) Dr. CI Users group.

Differential Revision: [D25607504](https://our.internmc.facebook.com/intern/diff/D25607504)

[ghstack-poisoned]
albanD added a commit that referenced this pull request Dec 17, 2020
ghstack-source-id: 8b2cb89
Pull Request resolved: #49529
Differential Revision: [D25607504](https://our.internmc.facebook.com/intern/diff/D25607504)

[ghstack-poisoned]
Differential Revision: [D25607504](https://our.internmc.facebook.com/intern/diff/D25607504)

[ghstack-poisoned]
Differential Revision: [D25607504](https://our.internmc.facebook.com/intern/diff/D25607504)

[ghstack-poisoned]
albanD added a commit that referenced this pull request Dec 17, 2020
ghstack-source-id: 1ec7f84
Pull Request resolved: #49529
Differential Revision: [D25607504](https://our.internmc.facebook.com/intern/diff/D25607504)

[ghstack-poisoned]
Differential Revision: [D25607504](https://our.internmc.facebook.com/intern/diff/D25607504)

[ghstack-poisoned]
Differential Revision: [D25607504](https://our.internmc.facebook.com/intern/diff/D25607504)

[ghstack-poisoned]
albanD added a commit that referenced this pull request Dec 18, 2020
ghstack-source-id: e209933
Pull Request resolved: #49529
Differential Revision: [D25607504](https://our.internmc.facebook.com/intern/diff/D25607504)

[ghstack-poisoned]
albanD added a commit that referenced this pull request Dec 18, 2020
ghstack-source-id: 3d73c08
Pull Request resolved: #49529
Differential Revision: [D25607504](https://our.internmc.facebook.com/intern/diff/D25607504)

[ghstack-poisoned]
albanD added a commit that referenced this pull request Jan 8, 2021
ghstack-source-id: bfc5116
Pull Request resolved: #49529

- name: add.Scalar(Tensor self, Scalar other, Scalar alpha=1) -> Tensor
self: handle_r_to_c(self.scalar_type(), grad)
result: maybe_multiply(self_t, alpha)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks wrong

Differential Revision: [D25607504](https://our.internmc.facebook.com/intern/diff/D25607504)

[ghstack-poisoned]
albanD added a commit that referenced this pull request Feb 4, 2021
ghstack-source-id: 46c632e
Pull Request resolved: #49529
Differential Revision: [D25607504](https://our.internmc.facebook.com/intern/diff/D25607504)

[ghstack-poisoned]
albanD added a commit that referenced this pull request Mar 24, 2021
ghstack-source-id: fc6e54f
Pull Request resolved: #49529
Differential Revision: [D25607504](https://our.internmc.facebook.com/intern/diff/D25607504)

[ghstack-poisoned]
Differential Revision: [D25607504](https://our.internmc.facebook.com/intern/diff/D25607504)

[ghstack-poisoned]
@albanD albanD requested a review from soulitzer as a code owner March 26, 2021 21:02
albanD added a commit that referenced this pull request Mar 26, 2021
ghstack-source-id: 4920ffd
Pull Request resolved: #49529
Differential Revision: [D25607504](https://our.internmc.facebook.com/intern/diff/D25607504)

[ghstack-poisoned]
Differential Revision: [D25607504](https://our.internmc.facebook.com/intern/diff/D25607504)

[ghstack-poisoned]
albanD added a commit that referenced this pull request Mar 29, 2021
ghstack-source-id: 1e5c7a0
Pull Request resolved: #49529
Differential Revision: [D25607504](https://our.internmc.facebook.com/intern/diff/D25607504)

[ghstack-poisoned]
albanD added a commit that referenced this pull request Apr 13, 2021
ghstack-source-id: 7faa24d
Pull Request resolved: #49529
Differential Revision: [D25607504](https://our.internmc.facebook.com/intern/diff/D25607504)

[ghstack-poisoned]
albanD added a commit to albanD/pytorch that referenced this pull request Apr 14, 2021
ghstack-source-id: 7faa24d
Pull Request resolved: pytorch#49529
Differential Revision: [D25607504](https://our.internmc.facebook.com/intern/diff/D25607504)

[ghstack-poisoned]
albanD added a commit that referenced this pull request Apr 14, 2021
ghstack-source-id: 9f86706
Pull Request resolved: #49529
@albanD albanD closed this May 14, 2021
@facebook-github-bot facebook-github-bot deleted the gh/albanD/68/head branch June 14, 2021 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants