triton.language.sin

triton.language.sin(x, builder=None)

Computes the element-wise sine of x

Parameters
  • x (Block) – the input values

  • builder (triton.ir.builder, optional from within JIT'ed functions) – IR builder to generate code into