Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(908)

Issue 18614010: ARM Skia NEON patches - 14 - S32A_Blend (Closed)

Created:
7 years, 5 months ago by kevin.petit.not.used.account
Modified:
7 years, 4 months ago
Reviewers:
djsollen
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

ARM Skia NEON patches - 14 - S32A_Blend Blitrow32: S32A_Blend new NEON version Adding a NEON version of S32A_Blend_BlitRow32. Here are the benchmark results: +-------+--------------------------+--------------------------+ | | Speedup vs. C | Speedup vs. ARM asm | | count +------------+-------------+------------+-------------+ | | Cortex A-9 | Cortex A-15 | Cortex A-9 | Cortex A-15 | +-------+------------+-------------+------------+-------------+ | 1 | +8,5% | +18,5% | +0.9% | +2,9% | +-------+------------+-------------+------------+-------------+ | 2 | +65,6% | +94% | +70,3% | +80% | +-------+------------+-------------+------------+-------------+ | 4 | +42,4% | +87,8% | +56,8% | +84,4% | +-------+------------+-------------+------------+-------------+ | 8 | +30% | +90% | +49,9% | +82,7% | +-------+------------+-------------+------------+-------------+ | 16 | +23,1% | +95,4% | +46,6% | +87,6% | +-------+------------+-------------+------------+-------------+ | 64 | +23,1% | +95,7% | +46,1% | +89,4% | +-------+------------+-------------+------------+-------------+ | 256 | +35,5% | +122% | +53,6% | +99,2% | +-------+------------+-------------+------------+-------------+ | 1024 | +61,8% | +101% | +64,2% | +91,2% | +-------+------------+-------------+------------+-------------+ BUG= Committed: http://code.google.com/p/skia/source/detail?r=10480

Patch Set 1 #

Total comments: 1

Patch Set 2 : Fix uninitilized variable warnings #

Unified diffs Side-by-side diffs Delta from patch set Stats (+93 lines, -1 line) Patch
M src/opts/SkBlitRow_opts_arm_neon.cpp View 1 2 chunks +93 lines, -1 line 0 comments Download

Messages

Total messages: 13 (0 generated)
djsollen
https://codereview.chromium.org/18614010/diff/1/src/opts/SkBlitRow_opts_arm_neon.cpp File src/opts/SkBlitRow_opts_arm_neon.cpp (left): https://codereview.chromium.org/18614010/diff/1/src/opts/SkBlitRow_opts_arm_neon.cpp#oldcode1297 src/opts/SkBlitRow_opts_arm_neon.cpp:1297: S32A_Blend_BlitRow32_arm // S32A_Blend we should remove the extern definition ...
7 years, 5 months ago (2013-07-12 19:45:40 UTC) #1
djsollen
your results seem to show that the C code is faster than the ASM. Is ...
7 years, 5 months ago (2013-07-12 19:52:09 UTC) #2
djsollen
On 2013/07/12 19:52:09, djsollen wrote: > your results seem to show that the C code ...
7 years, 5 months ago (2013-07-12 19:53:40 UTC) #3
kevin.petit.not.used.account
On 2013/07/12 19:53:40, djsollen wrote: > On 2013/07/12 19:52:09, djsollen wrote: > > your results ...
7 years, 5 months ago (2013-07-15 09:08:49 UTC) #4
kevin.petit.not.used.account
ping
7 years, 4 months ago (2013-07-30 13:27:53 UTC) #5
djsollen
I got similar perf numbers when running on my devices as well, so it looks ...
7 years, 4 months ago (2013-07-31 13:49:41 UTC) #6
kevin.petit.not.used.account
On 2013/07/31 13:49:41, djsollen wrote: > I got similar perf numbers when running on my ...
7 years, 4 months ago (2013-07-31 14:44:22 UTC) #7
djsollen
click on the trybot results and follow it to the stdio of the broken build ...
7 years, 4 months ago (2013-07-31 15:16:44 UTC) #8
kevin.petit.not.used.account
On 2013/07/31 15:16:44, djsollen wrote: > click on the trybot results and follow it to ...
7 years, 4 months ago (2013-07-31 15:32:06 UTC) #9
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an ...
7 years, 4 months ago (2013-08-01 13:21:11 UTC) #10
djsollen
lgtm
7 years, 4 months ago (2013-08-01 13:21:28 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/kevin.petit.arm@gmail.com/18614010/12001
7 years, 4 months ago (2013-08-01 13:21:39 UTC) #12
commit-bot: I haz the power
7 years, 4 months ago (2013-08-01 14:23:28 UTC) #13
Message was sent while issue was closed.
Change committed as 10480

Powered by Google App Engine
This is Rietveld 408576698