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

[CTS] Don't use mangled global variable name #1456

Closed

Conversation

kbenzie
Copy link
Contributor

@kbenzie kbenzie commented Mar 19, 2024

In the urGlobalVariableTest fixture, replace the mangled variable name with the non-mangled version. This enables the test pass on Intel OpenCL Graphis driver.

In the `urGlobalVariableTest` fixture, replace the mangled variable name
with the non-mangled version. This enables the test pass on Intel OpenCL
Graphis driver.
@kbenzie kbenzie requested a review from a team as a code owner March 19, 2024 14:26
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 0% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 12.46%. Comparing base (78ef1ca) to head (08e7410).
Report is 177 commits behind head on main.

Files Patch % Lines
test/conformance/testing/include/uur/fixtures.h 0.00% 1 Missing ⚠️

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

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1456      +/-   ##
==========================================
- Coverage   14.82%   12.46%   -2.36%     
==========================================
  Files         250      241       -9     
  Lines       36220    36146      -74     
  Branches     4094     4097       +3     
==========================================
- Hits         5369     4506     -863     
- Misses      30800    31636     +836     
+ Partials       51        4      -47     

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

@kbenzie kbenzie marked this pull request as draft March 19, 2024 18:12
@kbenzie
Copy link
Contributor Author

kbenzie commented Mar 19, 2024

Naming of global variables for us in this entry point is not as well defined as it should be. The SYCL requirements are apparently wider that the CUDA entry-point or (unspecified) OpenCL extension expect for reasons I do not comprehend yet.

@kbenzie kbenzie added the conformance Conformance test suite issues. label Apr 10, 2024
@kbenzie kbenzie closed this Jun 11, 2024
@kbenzie kbenzie deleted the benie/cts-fix-global-var-name branch June 11, 2024 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conformance Conformance test suite issues.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants