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

Regent test failures on Apple M1/M2 #1472

Open
elliottslaughter opened this issue May 18, 2023 · 0 comments
Open

Regent test failures on Apple M1/M2 #1472

elliottslaughter opened this issue May 18, 2023 · 0 comments
Assignees
Labels
backlog Feature/fix that is desirable, but not currently planned bug Regent Issues pertaining to Regent

Comments

@elliottslaughter
Copy link
Contributor

We see test failures on macOS running on Apple M1/M2 hardware, e.g.:

https://gitlab.com/StanfordLegion/legion/-/jobs/4310243866

Discussing this with Mike, it seems that we are likely hitting terralang/terra#627. The legion_index_partition_create_by_preimage API call takes 12 parameters, which is greater than the 9 that successfully pass in cconv_more.t at the moment.

Next step is for me to address cconv_more.t to make sure we pass at least up to N=12, and then we can check if that fixes the Regent tests again.

@elliottslaughter elliottslaughter self-assigned this May 18, 2023
@elliottslaughter elliottslaughter added bug Regent Issues pertaining to Regent backlog Feature/fix that is desirable, but not currently planned labels May 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Feature/fix that is desirable, but not currently planned bug Regent Issues pertaining to Regent
Projects
None yet
Development

No branches or pull requests

1 participant