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
Duplicate of reopened #7
Examples: // 1. cudaEvent_t *event = NULL; // typedef device_builtin struct CUevent_st *cudaEvent_t; // 2. CUevent *event = NULL; // typedef struct CUevent_st *CUevent;
The text was updated successfully, but these errors were encountered:
Fixed. /gerritgit/compute/ec/hip (amd-develop branch): SHA-1: 24703944
Sorry, something went wrong.
[HIPIFY] Pointer to typedef declaration is not hipified
2470394
Fix for https://github.com/GPUOpen-ProfessionalCompute-Tools/HIP/issues/60
c3896e3
emankov
No branches or pull requests
Duplicate of reopened #7
Examples:
// 1.
cudaEvent_t *event = NULL;
// typedef device_builtin struct CUevent_st *cudaEvent_t;
// 2.
CUevent *event = NULL;
// typedef struct CUevent_st *CUevent;
The text was updated successfully, but these errors were encountered: