|
|
Chromium Code Reviews|
Created:
4 years, 2 months ago by Prashant.Patil Modified:
4 years, 2 months ago Reviewers:
Dirk Pranke, alancutter (OOO until 2018), Ken Russell (switch to Gerrit), Zhenyao Mo, Stephen Chennney, pdr., Prashant.Patil CC:
blink-reviews; raghu.gandham_imgtec.com, chromium-reviews, gordana.cmiljanovic_imgtec.com, kaustubh.raste_imgtec.com, manojkumar.bhosale, parag.salasakar_imgtec.com Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
DescriptionAdd MSA (MIPS SIMD Arch) optimized matrix transforms functions
We add following transform matrix MSA optimized functions
- inverse (Gain 1.3x)
- multiply (Gain 3x)
R=kbr@chromium.org
BUG=642653
Committed: https://crrev.com/07dceb76cfef62e581b2f9bb9c25b41746af07fc
Cr-Commit-Position: refs/heads/master@{#423101}
Patch Set 1 #
Messages
Total messages: 19 (9 generated)
Description was changed from ========== Add MSA (MIPS SIMD Arch) optimized matrix transforms functions We add following transform matrix MSA optimized functions - inverse - multiply R=kbr@chromium.org BUG=642653 ========== to ========== Add MSA (MIPS SIMD Arch) optimized matrix transforms functions We add following transform matrix MSA optimized functions - inverse - multiply R=kbr@chromium.org BUG=642653 ==========
prashant.patil@imgtec.com changed reviewers: + dpranke@chromium.org, schenney@chromium.org, zmo@chromium.org
Description was changed from ========== Add MSA (MIPS SIMD Arch) optimized matrix transforms functions We add following transform matrix MSA optimized functions - inverse - multiply R=kbr@chromium.org BUG=642653 ========== to ========== Add MSA (MIPS SIMD Arch) optimized matrix transforms functions We add following transform matrix MSA optimized functions - inverse (Gain 1.3x) - multiply (Gain 4x) R=kbr@chromium.org BUG=642653 ==========
Description was changed from ========== Add MSA (MIPS SIMD Arch) optimized matrix transforms functions We add following transform matrix MSA optimized functions - inverse (Gain 1.3x) - multiply (Gain 4x) R=kbr@chromium.org BUG=642653 ========== to ========== Add MSA (MIPS SIMD Arch) optimized matrix transforms functions We add following transform matrix MSA optimized functions - inverse (Gain 1.3x) - multiply (Gain 3x) R=kbr@chromium.org BUG=642653 ==========
kbr@chromium.org changed reviewers: + alancutter@chromium.org, pdr@chromium.org, suzyh@chromium.org
Thanks for this contribution. What kind of testing has been done on this new code? Maybe pdr, suzyh, or alancutter could review this? It looks like suzyh added a unit test for this code not that long ago. Has it been run?
I don't believe I can be a useful reviewer for this code, other than to recommend that you make sure that there are unit tests for these functions that are running regularly on bots that exercise each alternative implementation. (And not just that there is a bot for the new implementation, but that no other implementation has now become untested.)
suzyh@chromium.org changed reviewers: - suzyh@chromium.org
On 2016/10/04 02:14:13, suzyh wrote: > I don't believe I can be a useful reviewer for this code, other than to > recommend that you make sure that there are unit tests for these functions that > are running regularly on bots that exercise each alternative implementation. > (And not just that there is a bot for the new implementation, but that no other > implementation has now become untested.) Thanks for your feedback -- any pointers on the unit tests you added for this code in case the submitter hasn't run them? I don't think the Chromium project will be adding MIPS bots -- it's MIPS' responsibility to make sure this code works.
On 2016/10/04 02:16:24, Ken Russell wrote: > On 2016/10/04 02:14:13, suzyh wrote: > > I don't believe I can be a useful reviewer for this code, other than to > > recommend that you make sure that there are unit tests for these functions > that > > are running regularly on bots that exercise each alternative implementation. > > (And not just that there is a bot for the new implementation, but that no > other > > implementation has now become untested.) > > Thanks for your feedback -- any pointers on the unit tests you added for this > code in case the submitter hasn't run them? > > I don't think the Chromium project will be adding MIPS bots -- it's MIPS' > responsibility to make sure this code works. We have tested these functions locally for mips and will take care of maintaining it.
OK. LGTM
The CQ bit was checked by prashant.patil@imgtec.com
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Description was changed from ========== Add MSA (MIPS SIMD Arch) optimized matrix transforms functions We add following transform matrix MSA optimized functions - inverse (Gain 1.3x) - multiply (Gain 3x) R=kbr@chromium.org BUG=642653 ========== to ========== Add MSA (MIPS SIMD Arch) optimized matrix transforms functions We add following transform matrix MSA optimized functions - inverse (Gain 1.3x) - multiply (Gain 3x) R=kbr@chromium.org BUG=642653 ==========
Message was sent while issue was closed.
Committed patchset #1 (id:1)
Message was sent while issue was closed.
Description was changed from ========== Add MSA (MIPS SIMD Arch) optimized matrix transforms functions We add following transform matrix MSA optimized functions - inverse (Gain 1.3x) - multiply (Gain 3x) R=kbr@chromium.org BUG=642653 ========== to ========== Add MSA (MIPS SIMD Arch) optimized matrix transforms functions We add following transform matrix MSA optimized functions - inverse (Gain 1.3x) - multiply (Gain 3x) R=kbr@chromium.org BUG=642653 Committed: https://crrev.com/07dceb76cfef62e581b2f9bb9c25b41746af07fc Cr-Commit-Position: refs/heads/master@{#423101} ==========
Message was sent while issue was closed.
Patchset 1 (id:??) landed as https://crrev.com/07dceb76cfef62e581b2f9bb9c25b41746af07fc Cr-Commit-Position: refs/heads/master@{#423101} |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
