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

Investigate loop inversion problem. #4151

Open
kaizhangNV opened this issue May 10, 2024 · 1 comment
Open

Investigate loop inversion problem. #4151

kaizhangNV opened this issue May 10, 2024 · 1 comment
Labels
goal:quality & productivity Quality issues and issues that impact our productivity coding day to day inside slang kind:bug something doesn't work like it should

Comments

@kaizhangNV
Copy link
Contributor

We noticed that some render engine renders artifacts image because of slang in D3D. After some initial investigation, we found out this is related to our loop inversion algorithm.
https://github.com/shader-slang/slang/blob/master/source/slang/slang-lower-to-ir.cpp#L10843

We make it an internal option for now and default off, we will re-enable it after figuring out the issue.

@kaizhangNV kaizhangNV added kind:bug something doesn't work like it should goal:quality & productivity Quality issues and issues that impact our productivity coding day to day inside slang labels May 10, 2024
@kaizhangNV kaizhangNV added this to the Q2 2024 (Spring) milestone May 10, 2024
@bmillsNV
Copy link
Collaborator

Lowering to P2. Will revisit once we get the capture/replay framework up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
goal:quality & productivity Quality issues and issues that impact our productivity coding day to day inside slang kind:bug something doesn't work like it should
Projects
None yet
Development

No branches or pull requests

2 participants