Skip to content

Conversation

@jandres742
Copy link

@jandres742 jandres742 commented Nov 2, 2023

LLVM testing in intel/llvm#11760

@jandres742
Copy link
Author

jandres742 commented Nov 2, 2023

this fixes an error in CTS test-runtime:

before:

[ RUN      ] urAdapterGetLastErrorTest.Success
/home/test/conformance/runtime/urAdapterGetLastError.cpp:19: Failure
Expected equality of these values:
  uur::Result(UR_RESULT_SUCCESS)
    Which is: UR_RESULT_SUCCESS
  uur::Result(urAdapterGetLastError(adapters[0], &message, &error))
    Which is: UR_RESULT_ERROR_UNSUPPORTED_FEATURE

...

[==========] 29 tests from 9 test suites ran. (3 ms total)
[  PASSED  ] 28 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] urAdapterGetLastErrorTest.Success

after:

[----------] 4 tests from urAdapterGetLastErrorTest
[ RUN      ] urAdapterGetLastErrorTest.Success
[       OK ] urAdapterGetLastErrorTest.Success (0 ms)

...
[==========] 29 tests from 9 test suites ran. (4 ms total)
[  PASSED  ] 29 tests

@jandres742 jandres742 marked this pull request as ready for review November 3, 2023 03:45
@jandres742 jandres742 requested review from a team as code owners November 3, 2023 03:45
@jandres742
Copy link
Author

@callumfare , @kbenzie : could you take a look?

Copy link
Contributor

@kbenzie kbenzie left a comment

Choose a reason for hiding this comment

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

LGTM - we will merge this once a couple other PR's are in, there's a small backlog we're hoping to clear soon.

@kbenzie kbenzie added the ready to merge Added to PR's which are ready to merge label Nov 3, 2023
@kbenzie
Copy link
Contributor

kbenzie commented Nov 8, 2023

I've opened intel/llvm#11811 combing this with #1028 and #1022 to merge into intel/llvm at the same time to accelerate merging.

@kbenzie kbenzie merged commit ba27855 into oneapi-src:adapters Nov 8, 2023
againull pushed a commit to intel/llvm that referenced this pull request Nov 8, 2023
kbenzie added a commit to kbenzie/unified-runtime that referenced this pull request Nov 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready to merge Added to PR's which are ready to merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants