Skip to content

Conversation

@Vishal487
Copy link
Contributor

Fixes #41754

(1)
Intially file was named gen_op_registration_whitelist.py I changed it to gen_op_registration_allowlist.py

(2)
There were some whitelist in comment inside the file, I changed it to allowlist
update1

@dr-ci
Copy link

dr-ci bot commented Sep 24, 2020

💊 CI failures summary and remediations

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


💚 💚 Looks good so far! There are no failures yet. 💚 💚


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

See how this bot performed.

This comment has been revised 3 times.

@codecov
Copy link

codecov bot commented Sep 24, 2020

Codecov Report

Merging #45260 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #45260   +/-   ##
=======================================
  Coverage   67.92%   67.92%           
=======================================
  Files         385      385           
  Lines       50164    50164           
=======================================
  Hits        34073    34073           
  Misses      16091    16091           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 67a19fe...b87361b. Read the comment docs.

@Vishal487
Copy link
Contributor Author

@SplitInfinity Please review it.

@zou3519 zou3519 requested a review from ljk53 September 25, 2020 14:18
@zou3519 zou3519 added the triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module label Sep 25, 2020
Copy link

@SplitInfinity SplitInfinity left a comment

Choose a reason for hiding this comment

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

Thanks for working on this. Please undo the changes to one file that are not part of the task.

torch.Tensor
===================================

A :class:`torch.Tensor` is a multi-dimensional matrix containing elements of

Choose a reason for hiding this comment

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

Please undo the changes to this file. They are not part of task.

Copy link
Contributor

Choose a reason for hiding this comment

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

no worries, I've reverted this file when importing to Phabricator (I need change an internal BUCK reference to the renamed file, too).

Copy link
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

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

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

@facebook-github-bot
Copy link
Contributor

@ljk53 merged this pull request in d2623da.

@Vishal487
Copy link
Contributor Author

Since I'm new here in open source world, so I don't know what to do next?
It seems PR is merged but I'm getting message that says closed commit with unmerged commits. Could anyone help me?

@SplitInfinity
Copy link

There is nothing left to do. This repository works slightly different than others in the sense that the source of truth is an internal Facebook repository to which commits are merged, and then an automated job makes those same commits in the GitHub repository. That's why your PR with closed without being merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Merged open source triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace blacklist/whitelist in tools/code_analyzer/gen_op_registration_whitelist.py

7 participants