Skip to content

Vectorize several TensorPrimitive operations for double #96452

@stephentoub

Description

@stephentoub

#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

// - Vectorize the trig-related functions for Ts other than floats

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions