[ 
https://issues.apache.org/jira/browse/HIVE-11457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14663157#comment-14663157
 ] 

Hive QA commented on HIVE-11457:
--------------------------------



{color:green}Overall{color}: +1 all checks pass

Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12749202/HIVE-11457.1.patch

{color:green}SUCCESS:{color} +1 9344 tests passed

Test results: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/4876/testReport
Console output: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/4876/console
Test logs: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-4876/

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12749202 - PreCommit-HIVE-TRUNK-Build

> Vectorization: Improve SIMD JIT in GenVectorCode StringExpr instrinsics 
> ------------------------------------------------------------------------
>
>                 Key: HIVE-11457
>                 URL: https://issues.apache.org/jira/browse/HIVE-11457
>             Project: Hive
>          Issue Type: Improvement
>          Components: Vectorization
>    Affects Versions: 2.0.0
>            Reporter: Gopal V
>            Assignee: Gopal V
>             Fix For: 2.0.0
>
>         Attachments: HIVE-11457.1.patch, HIVE-11457.1.patch, 
> string-intrinsic-sse.png
>
>
> With HIVE-11406, the Vectorization codegen generates a new and specialized 
> fast-path for equality (and non equality), which removed the ordering and 
> comparison constraints in the old codepath.
> The equality operation can be much more pipeline and cache line efficient by 
> keeping on comparing even when an inequality has been detected.
> Optimize the single loop into a pair of loops, to allow the Vectorization 
> codegen to use tighter loops that the JIT superword optimization can 
> understand.
> !string-intrinsic-sse.png!



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to