Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ONNX] Symbolic: dynamic input for OneHot, bool for Einsum (#65940) #66147

Closed
wants to merge 7 commits into from

Conversation

BowenBao
Copy link
Collaborator

@BowenBao BowenBao commented Oct 5, 2021

Stack from ghstack:

Symbolic: dynamic input for OneHot, bool for Einsum

Co-authored-by: jiafatom jiafa@microsoft.com

Differential Revision:

Differential Revision: D31424094

Symbolic: dynamic input for OneHot, bool for Einsum

Co-authored-by: jiafatom <jiafa@microsoft.com>

[ghstack-poisoned]
@pytorch-probot
Copy link

pytorch-probot bot commented Oct 5, 2021

CI Flow Status

⚛️ CI Flow

Ruleset - Version: v1
Ruleset - File: https://github.com/pytorch/pytorch/blob/dc6a08a44a72ac60d378f0d91dcf8f77b2941b2f/.github/generated-ciflow-ruleset.json
PR ciflow labels: ciflow/default

Workflows Labels (bold enabled) Status
Triggered Workflows
linux-bionic-py3.6-clang9 ciflow/all, ciflow/cpu, ciflow/default, ciflow/linux, ciflow/noarch, ciflow/xla ✅ triggered
linux-vulkan-bionic-py3.6-clang9 ciflow/all, ciflow/cpu, ciflow/default, ciflow/linux, ciflow/vulkan ✅ triggered
linux-xenial-cuda11.3-py3.6-gcc7 ciflow/all, ciflow/cuda, ciflow/default, ciflow/linux ✅ triggered
linux-xenial-py3.6-clang7-asan ciflow/all, ciflow/cpu, ciflow/default, ciflow/linux, ciflow/sanitizers ✅ triggered
linux-xenial-py3.6-clang7-onnx ciflow/all, ciflow/cpu, ciflow/default, ciflow/linux, ciflow/onnx ✅ triggered
linux-xenial-py3.6-gcc5.4 ciflow/all, ciflow/cpu, ciflow/default, ciflow/linux ✅ triggered
linux-xenial-py3.6-gcc7-bazel-test ciflow/all, ciflow/bazel, ciflow/cpu, ciflow/default, ciflow/linux ✅ triggered
win-vs2019-cpu-py3 ciflow/all, ciflow/cpu, ciflow/default, ciflow/win ✅ triggered
win-vs2019-cuda11.3-py3 ciflow/all, ciflow/cuda, ciflow/default, ciflow/win ✅ triggered
Skipped Workflows
libtorch-linux-xenial-cuda10.2-py3.6-gcc7 ciflow/all, ciflow/cuda, ciflow/libtorch, ciflow/linux 🚫 skipped
libtorch-linux-xenial-cuda11.3-py3.6-gcc7 ciflow/all, ciflow/cuda, ciflow/libtorch, ciflow/linux 🚫 skipped
linux-bionic-cuda10.2-py3.9-gcc7 ciflow/all, ciflow/cuda, ciflow/linux, ciflow/slow 🚫 skipped
linux-xenial-cuda10.2-py3.6-gcc7 ciflow/all, ciflow/cuda, ciflow/linux, ciflow/slow 🚫 skipped
parallelnative-linux-xenial-py3.6-gcc5.4 ciflow/all, ciflow/cpu, ciflow/linux 🚫 skipped
periodic-libtorch-linux-xenial-cuda11.1-py3.6-gcc7 ciflow/all, ciflow/cuda, ciflow/libtorch, ciflow/linux, ciflow/scheduled 🚫 skipped
periodic-linux-xenial-cuda10.2-py3-gcc7-slow-gradcheck ciflow/all, ciflow/cuda, ciflow/linux, ciflow/scheduled, ciflow/slow, ciflow/slow-gradcheck 🚫 skipped
periodic-linux-xenial-cuda11.1-py3.6-gcc7 ciflow/all, ciflow/cuda, ciflow/linux, ciflow/scheduled 🚫 skipped
periodic-win-vs2019-cuda11.1-py3 ciflow/all, ciflow/cuda, ciflow/scheduled, ciflow/win 🚫 skipped
puretorch-linux-xenial-py3.6-gcc5.4 ciflow/all, ciflow/cpu, ciflow/linux 🚫 skipped

You can add a comment to the PR and tag @pytorchbot with the following commands:
# ciflow rerun, "ciflow/default" will always be added automatically
@pytorchbot ciflow rerun

# ciflow rerun with additional labels "-l <ciflow/label_name>", which is equivalent to adding these labels manually and trigger the rerun
@pytorchbot ciflow rerun -l ciflow/scheduled -l ciflow/slow

For more information, please take a look at the CI Flow Wiki.

@facebook-github-bot
Copy link
Contributor

facebook-github-bot commented Oct 5, 2021

🔗 Helpful links

💊 CI failures summary and remediations

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


  • 1/1 failures introduced in this PR

🕵️ 1 new failure recognized by patterns

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

See CircleCI build pytorch_xla_linux_bionic_py3_6_clang9_build (1/1)

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

Oct 19 19:35:46 ln: failed to create symbolic l...usr/local/cuda/include': No such file or directory
Oct 19 19:35:42 Processing triggers for libc-bin (2.27-3ubuntu1.4) ...

Oct 19 19:35:43 + sudo npm install -g @bazel/bazelisk
Oct 19 19:35:46 /usr/local/bin/bazelisk -> /usr/local/lib/node_modules/@bazel/bazelisk/bazelisk.js
Oct 19 19:35:46 /usr/local/bin/bazel -> /usr/local/lib/node_modules/@bazel/bazelisk/bazelisk.js
Oct 19 19:35:46 /usr/local/lib
Oct 19 19:35:46 `-- @bazel/bazelisk@1.10.1 
Oct 19 19:35:46 
Oct 19 19:35:46 ++ command -v bazelisk
Oct 19 19:35:46 + sudo ln -s /usr/local/bin/bazelisk /usr/bin/bazel
Oct 19 19:35:46 + sudo ln -s '/usr/include/cublas*' /usr/local/cuda/include
Oct 19 19:35:46 ln: failed to create symbolic link '/usr/local/cuda/include': No such file or directory
Oct 19 19:35:46 + cleanup
Oct 19 19:35:46 + retcode=1
Oct 19 19:35:46 + set +x
Oct 19 19:35:46 =================== sccache compilation log ===================
Oct 19 19:35:46 =========== If your build fails, please take a look at the log above for possible reasons ===========
Oct 19 19:35:46 Compile requests                    5653
Oct 19 19:35:46 Compile requests executed           5322
Oct 19 19:35:46 Cache hits                          5206
Oct 19 19:35:46 Cache hits (C/C++)                  5206
Oct 19 19:35:46 Cache misses                          95

XLA failure

Job pytorch_xla_linux_bionic_py3_6_clang9_build is failing. Please create an issue with title prefixed by [PT_BREAK] in pytorch/xla and link to to this PR. If you have questions, please reach out to @ailzhang / @dlibenzi / @JackCaoG.


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.

Click here to manually regenerate this comment.

…#65940)"

Symbolic: dynamic input for OneHot, bool for Einsum

Co-authored-by: jiafatom <jiafa@microsoft.com>

[ghstack-poisoned]
BowenBao added a commit to BowenBao/pytorch that referenced this pull request Oct 6, 2021
…5940)

Symbolic: dynamic input for OneHot, bool for Einsum

Co-authored-by: jiafatom <jiafa@microsoft.com>

ghstack-source-id: 24f219869688a295a8c45d19af222eeae876e868
Pull Request resolved: pytorch#66147
@malfet
Copy link
Contributor

malfet commented Oct 6, 2021

@malfet has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@ezyang
Copy link
Contributor

ezyang commented Oct 6, 2021

@ezyang has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

…#65940)"

Symbolic: dynamic input for OneHot, bool for Einsum

Co-authored-by: jiafatom <jiafa@microsoft.com>

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

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

[ghstack-poisoned]
…#65940)"

Symbolic: dynamic input for OneHot, bool for Einsum

Co-authored-by: jiafatom <jiafa@microsoft.com>

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

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

[ghstack-poisoned]
…#65940)"

Symbolic: dynamic input for OneHot, bool for Einsum

Co-authored-by: jiafatom <jiafa@microsoft.com>

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

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

[ghstack-poisoned]
…#65940)"

Symbolic: dynamic input for OneHot, bool for Einsum

Co-authored-by: jiafatom <jiafa@microsoft.com>

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

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

[ghstack-poisoned]
BowenBao added a commit to BowenBao/pytorch that referenced this pull request Oct 18, 2021
…5940)

Symbolic: dynamic input for OneHot, bool for Einsum

Co-authored-by: jiafatom <jiafa@microsoft.com>

ghstack-source-id: 374178e3fe2e08ce5ad1575fe56ae35e5841871a
Pull Request resolved: pytorch#66147
…#65940)"

Symbolic: dynamic input for OneHot, bool for Einsum

Co-authored-by: jiafatom <jiafa@microsoft.com>

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

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

[ghstack-poisoned]
BowenBao added a commit to BowenBao/pytorch that referenced this pull request Oct 19, 2021
…5940)

Symbolic: dynamic input for OneHot, bool for Einsum

Co-authored-by: jiafatom <jiafa@microsoft.com>

ghstack-source-id: 4f70dd0a7a18d401568c883efbd8f8ec158c27d7
Pull Request resolved: pytorch#66147
facebook-github-bot pushed a commit that referenced this pull request Oct 22, 2021
…66147)

Summary:
Pull Request resolved: #66147

Symbolic: dynamic input for OneHot, bool for Einsum

Test Plan: Imported from OSS

Reviewed By: jansel

Differential Revision: D31424094

fbshipit-source-id: 76bea22b29c93d1621c597fe7ab59deb3685087f

Co-authored-by: jiafatom <jiafa@microsoft.com>
langong347 pushed a commit that referenced this pull request Oct 25, 2021
…66147)

Summary:
Pull Request resolved: #66147

Symbolic: dynamic input for OneHot, bool for Einsum

Test Plan: Imported from OSS

Reviewed By: jansel

Differential Revision: D31424094

fbshipit-source-id: 76bea22b29c93d1621c597fe7ab59deb3685087f

Co-authored-by: jiafatom <jiafa@microsoft.com>
@facebook-github-bot facebook-github-bot deleted the gh/BowenBao/141/head branch November 22, 2021 15: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.

6 participants