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

Rendering issues with AMD GPUs due to unsafe default settings #10

Open
PMunkes opened this issue Mar 15, 2021 · 0 comments
Open

Rendering issues with AMD GPUs due to unsafe default settings #10

PMunkes opened this issue Mar 15, 2021 · 0 comments

Comments

@PMunkes
Copy link

PMunkes commented Mar 15, 2021

The current default settings for OpenCL cause rendering issues on AMD GPUs. These issues occur for multiple driver versions since at least 19.12.2 to current with several different GPUs (RX 480, Vega56, RX 5700XT and RX 6800.) The issues stem from the default setting -cl-fast-relaxed-math. Source
grafik
This setup explicitly allows the compiler to perform unsafe and not standard-compliant math optimizations, and as such this should not be the default setting.
Disabling the setting fixes the rendering issues.

Default:
grafik
-cl-fast-relaxed-math disabled:
grafik

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

No branches or pull requests

1 participant