Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

[1.x] Fixed setting attributes in reviewSubgraph - #19274

Merged
samskalicky merged 7 commits into
apache:v1.xfrom
samskalicky:graph_fixes
Oct 6, 2020
Merged

[1.x] Fixed setting attributes in reviewSubgraph#19274
samskalicky merged 7 commits into
apache:v1.xfrom
samskalicky:graph_fixes

Conversation

@samskalicky

@samskalicky samskalicky commented Oct 2, 2020

Copy link
Copy Markdown
Contributor

Description

Fixed bugs introduced in #18779:

  • prevents setting attributes on subgraph ops
  • getting the subgraph string from a const Graph object
  • setting tensors on param nodes, maps from subgraph input names to top level graph names
  • added support for escaping quotes \" when parsing strings in json
  • adding new nodes in graph pass
  • aligned string allocation to match free (was new changed to malloc)
@mxnet-bot

Copy link
Copy Markdown

Hey @samskalicky , Thanks for submitting the PR
All tests are already queued to run once. If tests fail, you can trigger one or more tests again with the following commands:

  • To trigger all jobs: @mxnet-bot run ci [all]
  • To trigger specific jobs: @mxnet-bot run ci [job1, job2]

CI supported jobs: [miscellaneous, windows-cpu, edge, windows-gpu, unix-cpu, unix-gpu, sanity, website, centos-cpu, centos-gpu, clang]


Note:
Only following 3 categories can trigger CI :PR Author, MXNet Committer, Jenkins Admin.
All CI tests must pass before the PR can be merged.

@samskalicky samskalicky changed the title Fixed setting attributes in reviewSubgraph Oct 2, 2020
@sandeep-krishnamurthy

Copy link
Copy Markdown

@mseth10 @waytrue17 can you please help review. Thanks.

@access2rohit access2rohit left a comment

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.

LGTM!

@samskalicky
samskalicky merged commit 3b69c60 into apache:v1.x Oct 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

6 participants