[Static Runtime] Out version for torch.linalg.norm (#64070)
authorHarut Movsisyan <harutm@fb.com>
Mon, 30 Aug 2021 03:58:45 +0000 (20:58 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Mon, 30 Aug 2021 04:00:11 +0000 (21:00 -0700)
commit8af1407eab140a3abf12ea99883fea529791883e
tree40b24a96ef18f33758f7e209ccad25e11792a26c
parent44e3ed88c9a1bd9ee6b0168ba5271a2c6b006cc8
[Static Runtime] Out version for torch.linalg.norm (#64070)

Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/64070

Test Plan:
Confirm out variant is called for both versions:

```
> buck run //caffe2/benchmarks/static_runtime:static_runtime_cpptest -- --v=1
```

Reviewed By: d1jang

Differential Revision: D30595816

fbshipit-source-id: e88d88d4fc698774e83a98efce66b8fa4e281563
benchmarks/static_runtime/test_scripts.h
benchmarks/static_runtime/test_static_runtime.cc
torch/csrc/jit/runtime/static/ops.cpp