We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
According to this Github code search result, it seems that DevicePtrCast is only defined and used in one source file.
DevicePtrCast
Should we remove this file?
The text was updated successfully, but these errors were encountered:
paddle/fluid/platform/transform.h includes device_ptr_cast.h, but doesn't use DevicePtrCast.
paddle/fluid/platform/transform.h
device_ptr_cast.h
Sorry, something went wrong.
OK, I see that in device_ptr_cast.h, there are DevicePtrCast and DevPtrCast. What is used in transform.h is DevPtrCast.
DevPtrCast
transform.h
Due the reason described in #9861 (comment), I am closing this issue.
wangkuiyi
No branches or pull requests
According to this Github code search result, it seems that
DevicePtrCast
is only defined and used in one source file.Should we remove this file?
The text was updated successfully, but these errors were encountered: