-
Notifications
You must be signed in to change notification settings - Fork 3
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
Implement the forward transform #10
Comments
Is this task in progress or could I take it? |
Hello @sasshka, I had some problems at the beginning but I managed to make the first transformation, I'll publish it soon. I also noticed that most PPC codes for other transforms do not compile with high bitdepth, so I'll probably narrow the scope of this issue. |
high bitdepth is outside this since would make the problem much bigger.
(and when this set of task started wasn't even stable^^)
…On Tue, Oct 17, 2017 at 1:37 PM, Rafael de Lucena Valle < ***@***.***> wrote:
Hello @sasshka <https://github.com/sasshka>, I had some problems at the
beginning but I managed to make the first transformation, I'll publish it
soon.
I also noticed that most PPC codes for other transforms do not compile
with high bitdepth, so I'll probably narrow the scope of this issue.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#10 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAOlpKrI7JCEsz2wdZZQOF61zsfzqtCwks5stJGBgaJpZM4KZ6JA>
.
|
Okay! list updated x) |
Until now I got about 35% of improvement making a VSX version of
|
4x4 has a tiny kernel so I'd be already happy with this initial speedup, you can compare with the x86_64 and arm64 variants to see if it is in line with those. 8x8 and 16x16 should have a more substantial speedup though. |
Any progress on this? |
I've rebased with upstream but some adjusts are needed, ASAP I'll create the PR to WebM repository. |
Any news about this? :) (please CC me and david in gerrit) |
Hello Luca, After rebasing some things broken (specially at store instructions) and looking at implementations for other architectures, they implement the Forward Transform, using operation with columns to reuse on 8x8, 16x16, ... My implementation doesn't to this, so maybe I'll struggle to go for bigger matrices (will require some refactory). For now I'm without time to complete this, maybe at the end of the month, but if you want to complete this, please go on. Sorry for the delay! []s |
Any news on that? |
I went back to work on this task, but I have not finished yet. I'm redoing the algorithm in a simpler way, after have written down the steps on octave, I think I'll have something to deliver by the end of the week. |
That's great :) Please CC me and David when you push to gerrit, looking forward to it :) |
@rafaeldelucena usual ping. |
I have implemented the fdct4x4, but I'm still not satisfied with the performance gain. I'll do some adjustments and create a pull request to upstream. |
Hey, any news? |
Hi! I created a PR to upstream for fdct4x4, https://chromium-review.googlesource.com/c/webm/libvpx/+/1360172 |
Hey rafaeldelucena, |
Hello @sasshka you can take it! My last PR is in https://chromium-review.googlesource.com/c/webm/libvpx/+/1404181 |
vpx_fdct32x32_vsx was implemented by Luc Trudeau luc@trud.ca |
@sasshka is working on that and I want to ask additional bounties for high bit-depth. |
Please do. There are not many bounties available right now. Most have been fixed by internal people and maintainers that never claimed the bounties, which leaves the OpenBLAS ones that the man from Azerbaijan @quickwritereader is working on, the NumPy one, and the last libmvec one (pow powf), which I have made progress on. I also accelerated WireGuard with VSX on my own (using code from openssl), including allowing simd during interrupts. https://patchwork.ozlabs.org/project/linuxppc-dev/list/?series=107892 |
On Thu, May 16, 2019 at 1:37 PM Shawn Landden ***@***.***> wrote:
I want to ask additional bounties for high bit-depth.
Please do. There are not many bounties available right now. Most have been
fixed by internal people and maintainers that never claimed the bounties,
which leaves the OpenBLAS ones that the man from Azerbaijan
@quickwritereader <https://github.com/quickwritereader> is working on,
the NumPy one, and the last libmvec one (pow powf), which I have made
progress on.
I also accelerated WireGuard with VSX on my own (using code from openssl),
including allowing simd during interrupts.
https://patchwork.ozlabs.org/project/linuxppc-dev/list/?series=107892
https://lists.zx2c4.com/pipermail/wireguard/2019-May/004149.html
Hello Shawn,
good for you you're working on various VSX stuff and making a progress. But
why do you have a feeling Luca should work on getting bounties for you?
Luca is a very nice but also very busy person and I didn't get how some
people got an impression he should manage all the VSX work around. Luca is
not payed to do that . If you'd like to have high bit-depth bounties or any
other kind of bounties available, please ask for them yourself.
Best regards,
Sasha
|
Sorry for the misunderstanding. I will stick to BountySource's interface, and keep here to technical discussion. |
Functions to implement for this task:
The text was updated successfully, but these errors were encountered: