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
There are no initializations of dim_x and dim_y in:
dim_x
dim_y
But the standard says (https://registry.khronos.org/OpenVX/specs/1.3.1/html/OpenVX_Specification_1_3_1.html#:~:text=%5Bin%5D%20user_addr,REQ-0928%5D):
In the structure, only dim_x, dim_y, stride_x and stride_y fields must be provided, other fields are ignored by the function [REQ-0927]
This requirement is in all standards.
The text was updated successfully, but these errors were encountered:
kiritigowda
No branches or pull requests
There are no initializations of
dim_x
anddim_y
in:But the standard says (https://registry.khronos.org/OpenVX/specs/1.3.1/html/OpenVX_Specification_1_3_1.html#:~:text=%5Bin%5D%20user_addr,REQ-0928%5D):
This requirement is in all standards.
The text was updated successfully, but these errors were encountered: