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

[pytorch] [PR] Rename cuda kernel checks to C10 #48615

Closed
wants to merge 1 commit into from

Conversation

kurtisdavid
Copy link

Summary: Convert the macro from TORCH_CUDA_KERNEL_LAUNCH_CHECK to C10_CUDA_KERNEL_LAUNCH_CHECK, since it is now accessible through c10, not just torch.

Test Plan:

buck build //caffe2/caffe2:caffe2_cu
buck build //caffe2/aten:ATen-cu
buck test //caffe2/test:kernel_launch_checks -- --print-passing-details

Differential Revision: D25228727

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D25228727

@dr-ci
Copy link

dr-ci bot commented Nov 30, 2020

💊 CI failures summary and remediations

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


None of the CI failures appear to be your fault 💚



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 16 times.

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D25228727

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D25228727

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D25228727

Summary:
Pull Request resolved: pytorch#48615

Convert the macro from `TORCH_CUDA_KERNEL_LAUNCH_CHECK` to `C10_CUDA_KERNEL_LAUNCH_CHECK`, since it is now accessible through c10, not just torch.

Test Plan:
```
buck build //caffe2/caffe2:caffe2_cu
buck build //caffe2/aten:ATen-cu
buck test //caffe2/test:kernel_launch_checks -- --print-passing-details
```

Differential Revision: D25228727

fbshipit-source-id: 67053dee48ff8bcf5bbc78199636957f9b644f47
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D25228727

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in b824fc4.

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.

None yet

2 participants