-
-
Notifications
You must be signed in to change notification settings - Fork 314
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
Some renaissance perf targets do not work on Windows ARM #4129
Labels
Comments
auto exclude test renaissance-als plat=aarch64_windows |
github-actions bot
pushed a commit
that referenced
this issue
Nov 8, 2022
- related: #4129 (comment) Signed-off-by: GitHub <noreply@github.com>
auto exclude test renaissance-chi-square plat=aarch64_windows |
auto exclude test renaissance-dec-tree plat=aarch64_windows |
github-actions bot
pushed a commit
that referenced
this issue
Nov 8, 2022
- related: #4129 (comment) Signed-off-by: GitHub <noreply@github.com>
github-actions bot
pushed a commit
that referenced
this issue
Nov 8, 2022
- related: #4129 (comment) Signed-off-by: GitHub <noreply@github.com>
auto exclude test renaissance-gauss-mix plat=aarch64_windows |
github-actions bot
pushed a commit
that referenced
this issue
Nov 8, 2022
- related: #4129 (comment) Signed-off-by: GitHub <noreply@github.com>
auto exclude test renaissance-log-regression plat=aarch64_windows |
auto exclude test renaissance-movie-lens plat=aarch64_windows |
github-actions bot
pushed a commit
that referenced
this issue
Nov 8, 2022
- related: #4129 (comment) Signed-off-by: GitHub <noreply@github.com>
github-actions bot
pushed a commit
that referenced
this issue
Nov 8, 2022
- related: #4129 (comment) Signed-off-by: GitHub <noreply@github.com>
smlambert
added a commit
that referenced
this issue
Nov 9, 2022
…4131) - related: #4129 (comment) Signed-off-by: GitHub <noreply@github.com> Signed-off-by: GitHub <noreply@github.com> Co-authored-by: smlambert <smlambert@users.noreply.github.com>
smlambert
added a commit
that referenced
this issue
Nov 9, 2022
- related: #4129 (comment) Signed-off-by: GitHub <noreply@github.com> Signed-off-by: GitHub <noreply@github.com> Co-authored-by: smlambert <smlambert@users.noreply.github.com>
smlambert
added a commit
that referenced
this issue
Nov 9, 2022
) - related: #4129 (comment) Signed-off-by: GitHub <noreply@github.com> Signed-off-by: GitHub <noreply@github.com> Co-authored-by: smlambert <smlambert@users.noreply.github.com>
smlambert
added a commit
that referenced
this issue
Nov 9, 2022
…4133) - related: #4129 (comment) Signed-off-by: GitHub <noreply@github.com> Signed-off-by: GitHub <noreply@github.com> Co-authored-by: smlambert <smlambert@users.noreply.github.com>
smlambert
added a commit
that referenced
this issue
Nov 9, 2022
…ws (#4134) - related: #4129 (comment) Signed-off-by: GitHub <noreply@github.com> Signed-off-by: GitHub <noreply@github.com> Co-authored-by: smlambert <smlambert@users.noreply.github.com>
karianna
pushed a commit
that referenced
this issue
Nov 10, 2022
…4135) - related: #4129 (comment) Signed-off-by: GitHub <noreply@github.com> Signed-off-by: GitHub <noreply@github.com> Co-authored-by: smlambert <smlambert@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From Slack conversation with Joe Braley:
On Windows ARM64 / aarch64_windows, we are seeing some errors for perf suite of tests. The error we are receiving is hadoop\bin\hadoop.dll: Can't load AMD 64-bit .dll on a ARM 64-bit platform for the following perf tests:
renaissance-als_0
renaissance-chi-square_0
renaissance-dec-tree_0
renaissance-gauss-mix_0
renaissance-log-regression_0
renaissance-movie-lens_0
We pull renaissance jar from https://github.com/adoptium/aqa-tests/blob/master/perf/renaissance/build.xml#L37
and the jar contains the hadoop.dll (https://github.com/renaissance-benchmarks/renaissance/blob/master/benchmarks/apache-spark/src/main/resources/hadoop.dll) which sounds like is not "Windows ARM" ready... in which case, may need to exclude those perf targets for that platform until that is addressed (upstream in the renaissance repo).
The text was updated successfully, but these errors were encountered: