Skip to content

Commit

Permalink
OpenVX Framework - update max tensor dims to 6 (#970)
Browse files Browse the repository at this point in the history
  • Loading branch information
LakshmiKumar23 authored and kiritigowda committed Oct 17, 2022
1 parent 02679b8 commit efbffd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amd_openvx/openvx/ago/ago_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ THE SOFTWARE.
#define AGO_MAX_CONVOLUTION_DIM 9 // maximum size of convolution matrix
#define AGO_MAX_NONLINEAR_FILTER_DIM 9 // maximum size of nonlinear filter matrix the specification requires support for is 9x9
#define AGO_OPTICALFLOWPYRLK_MAX_DIM 15 // maximum size of opticalflow block size
#define AGO_MAX_TENSOR_DIMENSIONS 4 // maximum dimensions supported by tensor
#define AGO_MAX_TENSOR_DIMENSIONS 6 // maximum dimensions supported by tensor
#define AGO_MAX_OBJARR_REF 4096 // maximum number of references in a context for object array

// AGO remap data precision
Expand Down

0 comments on commit efbffd1

Please sign in to comment.