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

Use -fno-sycl-id-queries-fit-in-int to resolve gh-1184 #1200

Merged
merged 1 commit into from
May 5, 2023

Conversation

oleksandr-pavlyk
Copy link
Collaborator

In our internal inquiries we also encountered DPC++ RT bringing up the need to use this option. So here it goes.

Resolves gh-1184

  • Have you provided a meaningful PR description?
  • Have you added a test, reproducer or referred to an issue with a reproducer?
  • Have you tested your changes locally for CPU and GPU devices?
  • Have you made sure that new changes do not introduce compiler warnings?
  • Have you checked performance impact of proposed changes?
  • If this PR is a work in progress, are you opening the PR as a draft?

In our internal inquiries we also encountered DPC++ RT bringing up
the need to use this option. So here it goes.
@coveralls
Copy link
Collaborator

Coverage Status

Coverage: 83.259%. Remained the same when pulling 9af90dd on no-sycl-id-queries-fit-in-int into 2da47aa on master.

@github-actions
Copy link

github-actions bot commented May 5, 2023

@github-actions
Copy link

github-actions bot commented May 5, 2023

Array API standard conformance tests for dpctl=0.14.3dev1=py310h76be34b_40 ran successfully.
Passed: 153
Failed: 847
Skipped: 116

@oleksandr-pavlyk oleksandr-pavlyk merged commit 25a7f42 into master May 5, 2023
@oleksandr-pavlyk oleksandr-pavlyk deleted the no-sycl-id-queries-fit-in-int branch May 5, 2023 18:24
@github-actions
Copy link

github-actions bot commented May 5, 2023

Deleted rendered PR docs from intelpython.github.com/dpctl, latest should be updated shortly. 🤞

@github-actions
Copy link

github-actions bot commented May 5, 2023

Array API standard conformance tests for dpctl=0.14.3dev1=py310h76be34b_42 ran successfully.
Passed: 153
Failed: 847
Skipped: 116

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

Successfully merging this pull request may close these issues.

Provided range is out of integer limits error on array creation with order="F"
3 participants