Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
P
pypocketfft
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 2
    • Merge Requests 2
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Martin Reinecke
  • pypocketfft
  • Issues
  • #8

Closed
Open
Opened Aug 05, 2019 by Peter Bell@g-peterbellDeveloper

Odd length DCST-IV is inaccurate on WSL

While investigating !22 (merged) I eventually realised that the transforms using cos and sin from <cmath> aren't the ones with accuracy problems. It is actually the odd-length type-IV DCT and DST that are inaccurate.

From running stress.py I've seen errors as large as ~1e-4 for float which is at least 3 orders of magnitude worse than the same compiler on native linux.

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: mtr/pypocketfft#8