Skip to content

Potential use of invalid vectorization factor #5467

@naoyam

Description

@naoyam

: ceilDiv(n_elems / max_vect_factor, kThreadX);

max_vect_factor may not be equal to the actual vectorization factor (params->vectorization_factor). Is the use of max_vect_factor here intentional? Shouldn't it use params->vectorization_factor?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions