Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[hipcc] --fast-math #425

Open
2 tasks
pvelesko opened this issue May 6, 2023 · 2 comments
Open
2 tasks

[hipcc] --fast-math #425

pvelesko opened this issue May 6, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@pvelesko
Copy link
Collaborator

pvelesko commented May 6, 2023

  • modify bitcode CMake to build two device libraries - one with -DCHIP_FAST_MATH and one without
  • modify hipcc to link against fast bitcode library
@pvelesko pvelesko added the enhancement New feature or request label May 6, 2023
@pvelesko pvelesko self-assigned this May 6, 2023
@pjaaskel
Copy link
Collaborator

What will be the "fast bitcode library" here? One that calls OpenCL native_* always or the current default (which sometimes has worse accuracy than CUDA requires)?

@pvelesko
Copy link
Collaborator Author

Yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants