Skip to content

enabling support for simd256 and simd512 operations in prelu

Yucong Cai requested to merge Yucong/sadl:prelu-simd into v8dev

This merge request has the following changes:

  1. enabling support for simd256 and simd512 operations in sadl/layer_prelu.h.
  2. Test models have been added to utests/models directory. They are present at utests/models/prelu_single_alpha_c32.onnx and utests/models/prelu_multiple_alpha_c32.onnx.
  3. utests/check.sh has been modified for the new prelu_single_alpha_c32.onnx and prelu_multiple_alpha_c32.onnx models.

Merge request reports