Youwei Wang has posted comments on this change. Change subject: IMPALA-2809: Improve ByteSwap with builtin function or SSSE3 or AVX2. ......................................................................
Patch Set 33: (7 comments) > Today, Impala's official source is at https://github.com/cloudera/Impala/. > As of Monday, July 25, it will be at > https://git-wip-us.apache.org/repos/asf?p=incubator-impala.git > > When that happens, you will have to re-send your changes to be > reviewed on gerrit, with some different git configuration. When the > new configuration is ready, a notice will go to > http://mail-archives.apache.org/mod_mbox/incubator-impala-dev/ > . If you aren’t subscribed to that list already, you should > subscribe now. Hi Jim. Thank you so much for posting such important notice! :) http://gerrit.cloudera.org:8080/#/c/3081/32/be/src/benchmarks/bswap-benchmark.cc File be/src/benchmarks/bswap-benchmark.cc: Line 46: /// ---------------------------------------------------------------------- > Templates declared in .h files must be defined in .h files: Done Line 91: > our code style uses lower_case_with_underscores for local variables: Done Line 145 > See above. Done Line 145 > See above. Done http://gerrit.cloudera.org:8080/#/c/3081/33/be/src/benchmarks/bswap-benchmark.cc File be/src/benchmarks/bswap-benchmark.cc: Line 47: /// OldImpala 1.224e+06 1X > This is gone, please remove it from benchmark. Done Line 68: // This function verifies the SIMD approach by comparing its output to the scalar > This is a test, not a benchmark, so belongs in test file. Done http://gerrit.cloudera.org:8080/#/c/3081/32/be/src/util/bit-util.h File be/src/util/bit-util.h: Line 250: void ByteSwapScalarLoop(void* dst, const void* src, int len); > Not all of them, though, right? Just some of them? Hi Jim. Thanks for pointing out that. I have removed two declarations which are unnecessary here. The remained ones are indispensable to compile the codebase. Thanks. -- To view, visit http://gerrit.cloudera.org:8080/3081 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I392ed5a8d5683f30f161282c228c1aedd7b648c1 Gerrit-PatchSet: 33 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Youwei Wang <[email protected]> Gerrit-Reviewer: Alex Behm <[email protected]> Gerrit-Reviewer: Jim Apple <[email protected]> Gerrit-Reviewer: Marcel Kornacker <[email protected]> Gerrit-Reviewer: Mostafa Mokhtar <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]> Gerrit-Reviewer: Youwei Wang <[email protected]> Gerrit-HasComments: Yes
