Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Checking perf on Ampere aarch64 server #2

Open
heshpdx opened this issue Aug 31, 2020 · 0 comments
Open

Checking perf on Ampere aarch64 server #2

heshpdx opened this issue Aug 31, 2020 · 0 comments

Comments

@heshpdx
Copy link

heshpdx commented Aug 31, 2020

Hi folks, I'm looking to test HighwayHash on our new Ampere Altra to ensure performance. I'm having some trouble running. I was wondering if you could share your invocations? I am on go version go1.11.13 linux/arm64

$ go get -u github.com/minio/highwayhash
$ go get -u github.com/aead/poly1305
$ go get -u github.com/aead/siphash
$ go get -u github.com/minio/blake2b-simd
$ git clone https://github.com/fwessels/HashCompare.git

I spliced out the AVX512 portions of benchmarks_test.go since we are on aarch64..

$ cd /home/mjm/hash/HashCompare
$ git test
# _/home/mjm/hash/HashCompare.test
2020/08/30 21:16:09 duplicate symbol github.com/minio/highwayhash.zipperMerge (types 1 and 8) in github.com/minio/highwayhash and /home/mjm/go/pkg/linux_arm64/github.com/minio/highwayhash.a(highwayhash_arm6)
FAIL    _/home/mjm/hash/HashCompare [build failed]

I've tried "go clean" as well. Help is appreciated! Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant