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

Issue 2087343002: Add stub for avx. (Closed)

Created:
4 years, 6 months ago by herb_g
Modified:
4 years, 6 months ago
Reviewers:
mtklein, rmistry, mtklein_C
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Add stub for avx. GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2087343002 CQ_EXTRA_TRYBOTS=client.skia:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD-Trybot Committed: https://skia.googlesource.com/skia/+/4d1dd6643f2efa34d22d5fc3cf9cb4866252358e

Patch Set 1 #

Patch Set 2 : Sync #

Total comments: 1

Patch Set 3 : Add inclusion of sse4 intrinsics if needed. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -8 lines) Patch
M gyp/opts.gypi View 1 chunk +3 lines, -3 lines 0 comments Download
M src/core/SkOpts.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/opts/SkBlend_opts.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
A + src/opts/SkOpts_avx.cpp View 1 chunk +5 lines, -4 lines 0 comments Download

Messages

Total messages: 38 (19 generated)
herb_g
Add the very basic AVX support to facilitate work on SkBlend_opts using AVX.
4 years, 6 months ago (2016-06-22 17:21:43 UTC) #4
mtklein
lgtm
4 years, 6 months ago (2016-06-22 17:22:59 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2087343002/1
4 years, 6 months ago (2016-06-22 17:23:01 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot on client.skia (JOB_FAILED, http://build.chromium.org/p/client.skia/builders/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot/builds/9228) Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD-Trybot on client.skia (JOB_FAILED, ...
4 years, 6 months ago (2016-06-22 17:24:12 UTC) #9
herb_g
Sync
4 years, 6 months ago (2016-06-22 17:30:08 UTC) #10
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2087343002/20001
4 years, 6 months ago (2016-06-22 17:31:08 UTC) #12
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot on client.skia (JOB_FAILED, http://build.chromium.org/p/client.skia/builders/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot/builds/9229) Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybot on ...
4 years, 6 months ago (2016-06-22 17:32:38 UTC) #14
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2087343002/20001
4 years, 6 months ago (2016-06-22 17:44:57 UTC) #16
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2087343002/20001
4 years, 6 months ago (2016-06-22 17:48:18 UTC) #19
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot on client.skia (JOB_FAILED, http://build.chromium.org/p/client.skia/builders/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot/builds/9231) Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD-Trybot on ...
4 years, 6 months ago (2016-06-22 17:49:18 UTC) #21
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2087343002/20001
4 years, 6 months ago (2016-06-22 18:01:59 UTC) #23
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot on client.skia (JOB_FAILED, http://build.chromium.org/p/client.skia/builders/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot/builds/9237) Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD-Trybot on ...
4 years, 6 months ago (2016-06-22 18:03:30 UTC) #25
mtklein_C
https://codereview.chromium.org/2087343002/diff/20001/src/opts/SkOpts_avx.cpp File src/opts/SkOpts_avx.cpp (right): https://codereview.chromium.org/2087343002/diff/20001/src/opts/SkOpts_avx.cpp#newcode9 src/opts/SkOpts_avx.cpp:9: Looks like you should be including <immintrin.h> explicitly in ...
4 years, 6 months ago (2016-06-22 20:33:41 UTC) #27
rmistry
On 2016/06/22 18:03:30, commit-bot: I haz the power wrote: > Dry run: Try jobs failed ...
4 years, 6 months ago (2016-06-22 20:33:48 UTC) #28
herb_g
Add inclusion of sse4 intrinsics if needed.
4 years, 6 months ago (2016-06-23 14:13:23 UTC) #29
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2087343002/40001
4 years, 6 months ago (2016-06-23 14:14:07 UTC) #31
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-23 14:29:39 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2087343002/40001
4 years, 6 months ago (2016-06-23 16:39:36 UTC) #36
commit-bot: I haz the power
4 years, 6 months ago (2016-06-23 16:40:34 UTC) #38
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://skia.googlesource.com/skia/+/4d1dd6643f2efa34d22d5fc3cf9cb4866252358e

Powered by Google App Engine
This is Rietveld 408576698