KhronosGroup / openvx-samples

OpenVX Samples to use with any conformant implementation of OpenVX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Non-compliance with the standard

Alena19971993 opened this issue · comments

There are no initializations of dim_x and dim_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):

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.