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

Fix ExprOp usage #48

Merged

Conversation

Ichunjo
Copy link
Contributor

@Ichunjo Ichunjo commented Jan 12, 2025

  • resize2 is now the default in gauss_blur since it has similar speed and even faster sometimes.
  • Default mode in median_blur is SQUARE since std.Median effectively works in a 3x3 convolution.
  • BlurMatrix.__call__ now supports FLOAT16 inputs, convolution > 25 weights and uses akarin.Expr for ConvMode.SQUARE

Support FLOAT16 input
Support convolution > 25 weights
Optimize the speed by using akarin when mode = SQUARE
@emotion3459 emotion3459 merged commit d58251f into Jaded-Encoding-Thaumaturgy:master Jan 12, 2025
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants