-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[ATen][AMD] revert a change of USE_DIRECT_NVRTC #74194
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
Conversation
CI Flow Status⚛️ CI FlowRuleset - Version:
|
🔗 Helpful links
💊 CI failures summary and remediationsAs of commit 0a0ca6c (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).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
|
This pull request was exported from Phabricator. Differential Revision: D34564267 |
1 similar comment
|
This pull request was exported from Phabricator. Differential Revision: D34564267 |
609030d to
f9619ad
Compare
Summary: Pull Request resolved: pytorch#74194 This patch reverts a change of `USE_DIRECT_NVRTC` in pytorch#71925. Note that `USE_DIRECT_NVRTC` is used only internally (i.e., it is always undefined for OSS compilation) as far as I checked, so this change should not affect any OSS build. Test Plan: CI Reviewed By: jianyuh Differential Revision: D34564267 fbshipit-source-id: eac1c3a9b451832ef83e95f527a2fe24ca797fb4
|
This pull request was exported from Phabricator. Differential Revision: D34564267 |
f9619ad to
0a0ca6c
Compare
Summary: Pull Request resolved: #74194 This patch reverts a change of `USE_DIRECT_NVRTC` in #71925. Note that `USE_DIRECT_NVRTC` is used only internally (i.e., it is always undefined for OSS compilation) as far as I checked, so this change should not affect any OSS build. Test Plan: CI Reviewed By: jianyuh Differential Revision: D34564267 fbshipit-source-id: dac3333aeae87d1a3daa3fc5ebbde06e5260d3a4
|
Hey @shintaro-iwasaki. |
Summary: This patch reverts a change of
USE_DIRECT_NVRTCin #71925. Note thatUSE_DIRECT_NVRTCis used only internally (i.e., it is always undefined for OSS compilation) as far as I checked, so this change should not affect any OSS build.Test Plan: CI
Differential Revision: D34564267