Halide icon indicating copy to clipboard operation
Halide copied to clipboard

simd_op_check_arm does no checking of float16 instructions

Open abadams opened this issue 2 years ago • 1 comments

We have pattern matching for some things in CodeGen_ARM.cpp, but no testing of the actual instruction selection!

abadams avatar Dec 05 '23 18:12 abadams

float_16_t_neon_op_check apaprently does some of this but seems like this code belongs inn simd_op_check instead.

See also https://github.com/halide/Halide/issues/7979

steven-johnson avatar Dec 05 '23 20:12 steven-johnson