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

Optimize the linear ramp even more (Iteration 2) #117

Closed
Delt06 opened this issue Aug 4, 2023 · 1 comment
Closed

Optimize the linear ramp even more (Iteration 2) #117

Delt06 opened this issue Aug 4, 2023 · 1 comment
Labels
Enhancement Improvement over existing functionality
Milestone

Comments

@Delt06
Copy link
Owner

Delt06 commented Aug 4, 2023

Continue on what was done in #115

Ramp now uses InverseLerpClampedFast:
image

The goal is to change the structure allowing mad instruction to kick in, which will reduce ALU work.

@Delt06 Delt06 added the Enhancement Improvement over existing functionality label Aug 4, 2023
@Delt06 Delt06 added this to the v0.6.0 milestone Aug 4, 2023
@Delt06
Copy link
Owner Author

Delt06 commented Aug 15, 2023

Note: cycles count did not change.
Uniform Registers: 102 -> 96

@Delt06 Delt06 closed this as completed in 8fdf00b Aug 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Improvement over existing functionality
Projects
None yet
Development

No branches or pull requests

1 participant