intel / llvm

Intel staging area for llvm.org contribution. Home for Intel LLVM-based projects.
Other
1.21k stars 724 forks source link

Basic/interop/construction_ocl.cpp #14665

Closed omarahmed1111 closed 1 month ago

omarahmed1111 commented 1 month ago

This will have half a fix with this PR: https://github.com/oneapi-src/unified-runtime/pull/1856 . The PR will fix a problem where the test will return UR_RESULT_ERROR_INVALID_NULL_POINTER as urContextCreateWithNativeHandle will be passed a null pointer phDevices and the PR will make this arg as optional, so will avoid making the validation layer returning an error code from that.

omarahmed1111 commented 1 month ago

It have another failure that will also be fixed with this PR: https://github.com/oneapi-src/unified-runtime/pull/1791 merged.

aarongreig commented 1 month ago

seems to be fixed