-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
Milestone
Description
#94555 added new generic versions of existing float-based TensorPrimitive methods. However, several of them are only currently vectorized when T == float. That vectorization should be extended at least to double as well:
- Exp
- Log
- Log2
- Sigmoid
- Cosh
- Sinh
- Tanh
Line 14 in 7e51126
// - Vectorize the trig-related functions for Ts other than floats |