You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/12/21 08:03:16 UTC

[GitHub] [arrow] guyuqi commented on pull request #12009: ARROW-15172: [Go] Add Arm64 Neon implementation for Arrow-math

guyuqi commented on pull request #12009:
URL: https://github.com/apache/arrow/pull/12009#issuecomment-998555370


   Test results:
   ```
   $ uname -a
   5.8.0-48-generic #54~20.04.1-Ubuntu SMP Sat Mar 20 13:31:53 UTC 2021 aarch64 aarch64 aarch64 GNU/Linux
   
   $ make ARM_ENABLE_EXT=NEON test
   go test  ./...
   ok      github.com/apache/arrow/go/v7/arrow     (cached)
   ok      github.com/apache/arrow/go/v7/arrow/array       (cached)
   ok      github.com/apache/arrow/go/v7/arrow/arrio       (cached)
   ok      github.com/apache/arrow/go/v7/arrow/bitutil     (cached)
   ?       github.com/apache/arrow/go/v7/arrow/cdata       [no test files]
   ok      github.com/apache/arrow/go/v7/arrow/csv (cached)
   ok      github.com/apache/arrow/go/v7/arrow/decimal128  (cached)
   ?       github.com/apache/arrow/go/v7/arrow/endian      [no test files]
   ok      github.com/apache/arrow/go/v7/arrow/flight      (cached)
   ok      github.com/apache/arrow/go/v7/arrow/float16     (cached)
   ?       github.com/apache/arrow/go/v7/arrow/internal/arrdata    [no test files]
   ok      github.com/apache/arrow/go/v7/arrow/internal/arrjson    (cached)
   ok      github.com/apache/arrow/go/v7/arrow/internal/cpu        (cached)
   ?       github.com/apache/arrow/go/v7/arrow/internal/debug      [no test files]
   ?       github.com/apache/arrow/go/v7/arrow/internal/flatbuf    [no test files]
   ?       github.com/apache/arrow/go/v7/arrow/internal/flight_integration [no test files]
   ?       github.com/apache/arrow/go/v7/arrow/internal/flight_integration/cmd/arrow-flight-integration-client     [no test files]
   ?       github.com/apache/arrow/go/v7/arrow/internal/flight_integration/cmd/arrow-flight-integration-server     [no test files]
   ?       github.com/apache/arrow/go/v7/arrow/internal/testing/gen        [no test files]
   ok      github.com/apache/arrow/go/v7/arrow/internal/testing/tools      (cached)
   ?       github.com/apache/arrow/go/v7/arrow/internal/testing/types      [no test files]
   ok      github.com/apache/arrow/go/v7/arrow/ipc (cached)
   ok      github.com/apache/arrow/go/v7/arrow/ipc/cmd/arrow-cat   (cached)
   ok      github.com/apache/arrow/go/v7/arrow/ipc/cmd/arrow-file-to-stream        (cached)
   ok      github.com/apache/arrow/go/v7/arrow/ipc/cmd/arrow-json-integration-test (cached)
   ok      github.com/apache/arrow/go/v7/arrow/ipc/cmd/arrow-ls    (cached)
   ok      github.com/apache/arrow/go/v7/arrow/ipc/cmd/arrow-stream-to-file        (cached)
   ok      github.com/apache/arrow/go/v7/arrow/math        (cached)
   ok      github.com/apache/arrow/go/v7/arrow/memory      (cached)
   ok      github.com/apache/arrow/go/v7/arrow/scalar      (cached)
   ok      github.com/apache/arrow/go/v7/arrow/tensor      (cached)
   
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org