You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Daniel Becker (JIRA)" <ji...@apache.org> on 2019/06/28 10:52:00 UTC

[jira] [Updated] (IMPALA-8726) Autovectorisation leads to worse performance in bit unpacking

     [ https://issues.apache.org/jira/browse/IMPALA-8726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Becker updated IMPALA-8726:
----------------------------------
    Attachment: no_vector.png

> Autovectorisation leads to worse performance in bit unpacking
> -------------------------------------------------------------
>
>                 Key: IMPALA-8726
>                 URL: https://issues.apache.org/jira/browse/IMPALA-8726
>             Project: IMPALA
>          Issue Type: Improvement
>            Reporter: Daniel Becker
>            Priority: Minor
>
> The compiler (GCC 4.9.2) autovectorises bit unpacking for bit widths 1, 2, 4 and 8 (function BitPacking::UnpackValues), but this leads to actually worse performance (see the attached graph). We should consider whether it is worth disabling autovectorisation for bit unpacking, but future compiler versions may do a better job.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org