Open
Description
#97192 adds many more operations onto TensorPrimitives. Some are fully vectorized, others currently only have a scalar implementation. The following operations need vectorization:
- Acos _(amd lib has vectorized float impl, possible approach in
Vectorize TensorPrimitives.Acosh/sinh/tanh in terms of Log #98302) _ - Asin _(amd lib has vectorized float impl, possible approach in
Vectorize TensorPrimitives.Acosh/sinh/tanh in terms of Log #98302) _ - Atan _(amd lib has vectorized float impl, possible approach in
Vectorize TensorPrimitives.Acosh/sinh/tanh in terms of Log #98302) _ - SinCos (amd lib has vectorized double impl)
- Acosh
- Asinh
- Atanh
- Atan2
- ILogB
- SinCosPi
- TanPi
- ... a bunch more