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

AArch64: Vector add tril test #5874

Merged
merged 1 commit into from Apr 1, 2021
Merged

Conversation

alvee-unb
Copy link
Contributor

@alvee-unb alvee-unb commented Mar 23, 2021

This commit adds test-cases for the vector add implementation on
relevant tril test- VectorTest for the following vector data-types-

  • VectorInt8
  • VectorInt16
  • VectorFloat

@alvee-unb alvee-unb changed the title WIP: AArch64: Vector Add Tril Test AArch64: Vector add tril test Mar 31, 2021
@knn-k
Copy link
Contributor

knn-k commented Mar 31, 2021

AArch64 passes the 4 tests of vector addition in my local environment.

This commit adds test-cases for the vector add implementation on
relevant tril test- VectorTest for the following vector data-types-
- VectorInt8
- VectorInt16
- VectorFloat

Signed-off-by: Md. Alvee Noor <mnoor@unb.ca>
@knn-k
Copy link
Contributor

knn-k commented Apr 1, 2021

@genie-omr build all

@knn-k knn-k self-assigned this Apr 1, 2021
@knn-k knn-k merged commit ede2bfa into eclipse:master Apr 1, 2021
@0xdaryl
Copy link
Contributor

0xdaryl commented Apr 6, 2021

@alvee-unb @knn-k : please see Power CI failures introduced by these tests -> https://ci.eclipse.org/omr/job/PullRequest-linux_ppc-64_le_gcc/3063

I think the VectorInt8 tests need to be excluded for Power if it doesn't have such support.

@knn-k
Copy link
Contributor

knn-k commented Apr 6, 2021

Ah, I didn't notice that when I merged this PR.
S390 and RISC-V are already excluded. What about x86 platforms?

@alvee-unb
Copy link
Contributor Author

The test passes on x86 platform. I will exclude this for Power platform.

@knn-k knn-k mentioned this pull request Apr 7, 2021
@knn-k
Copy link
Contributor

knn-k commented Apr 7, 2021

#5901 fixed the test failures on Power.

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

Successfully merging this pull request may close these issues.

None yet

3 participants