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

Add DEVICE_INFO_GLOBAL_VARIABLE_SUPPORT device info query. #1145

Closed

Conversation

aarongreig
Copy link
Contributor

@aarongreig aarongreig commented Dec 1, 2023

This gates support for the EnqueueDeviceGlobalVariableRead and Write operations. The CTS tests for these now check for support before running, and all adapters report their support correctly.

LLVM testing intel/llvm#12264

@codecov-commenter
Copy link

codecov-commenter commented Dec 1, 2023

Codecov Report

Attention: 19 lines in your changes are missing coverage. Please review.

Comparison is base (8d1486a) 15.74% compared to head (a0224b2) 15.72%.
Report is 18 commits behind head on main.

Files Patch % Lines
include/ur_print.hpp 0.00% 12 Missing ⚠️
test/conformance/testing/include/uur/fixtures.h 0.00% 5 Missing ⚠️
tools/urinfo/urinfo.hpp 0.00% 2 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1145      +/-   ##
==========================================
- Coverage   15.74%   15.72%   -0.02%     
==========================================
  Files         223      223              
  Lines       31466    31494      +28     
  Branches     3556     3558       +2     
==========================================
- Hits         4953     4952       -1     
- Misses      26462    26491      +29     
  Partials       51       51              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@fabiomestre fabiomestre changed the base branch from adapters to main December 5, 2023 16:41
@fabiomestre
Copy link
Contributor

I have updated the target branch of this PR from the adapters branch to the main branch.
Development in UR is moving back to main. The adapters branch will soon be deleted.

This gates support for the EnqueueDeviceGlobalVariableRead and Write
operations. The CTS tests for these now check for support before
running, and all adapters report their support correctly.
Copy link
Contributor

@nrspruit nrspruit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good for level_zero.

@aarongreig
Copy link
Contributor Author

friendly ping @oneapi-src/unified-runtime-cuda-write @oneapi-src/unified-runtime-hip-write @npmiller

Copy link
Contributor

@npmiller npmiller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

HIP and CUDA LGTM

@aarongreig
Copy link
Contributor Author

merged into #1212

@aarongreig aarongreig closed this Feb 1, 2024
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.

5 participants