Skip to content

[libc][math][AMDGPU] Implement GPU math functions #132450

@jhuber6

Description

@jhuber6

Tracking Issue: Missing GPU Math Functions in LLVM libm

This is a tracking issue for math functions present in existing GPU math libraries that are not currently provided by the LLVM libm.

C Standard Functions

Complex Functions

  • cabs
  • cacos
  • cacosh
  • casin
  • casinh
  • catan
  • catanh
  • ccos
  • ccosh
  • cexp
  • clog
  • cosh
  • csin
  • csinh
  • csqrt
  • ctan
  • ctanh

POSIX Functions

  • j0
  • j1
  • y0
  • y1

OpenCL / GPU Extensions

  • powi
  • minmag
  • maxmag

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions