Skip to content

[SYCL] missing SYCL_EXPORT leading to downstream troubles #7318

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

Merged
merged 1 commit into from
Nov 8, 2022

Conversation

cperkinsintel
Copy link
Contributor

my earlier post-commit fix caused an ABI symbols problem downstream. But the original problem is that the custom specialization of get_info<parent_device> is merely missing an export declaration. If I'm right, or just dumb lucky, then this will fix all downstream failures, including post-commit. And if not, well, the symbol update is correct regardless

Signed-off-by: Chris Perkins chris.perkins@intel.com

…original problem is that the custom specialization of get_info<parent_device> is merely missing an export declaration. If I'm right, or just dumb lucky, then this will fix all downstream failures, including post-commit. And if not, well, the symbol update is correct regardless

Signed-off-by: Chris Perkins <chris.perkins@intel.com>
@cperkinsintel
Copy link
Contributor Author

Here is a post-commit check run against this: https://github.com/intel/llvm/actions/runs/3421705414

@cperkinsintel cperkinsintel marked this pull request as ready for review November 8, 2022 17:23
@cperkinsintel cperkinsintel requested a review from a team as a code owner November 8, 2022 17:23
@pvchupin
Copy link
Contributor

pvchupin commented Nov 8, 2022

post-commit passes, fails look flaky.
We have #8799 open for CUDA on the same test.
@cperkinsintel, can you please open barrier_order.cpp timeout issue?

@pvchupin pvchupin merged commit d824127 into intel:sycl Nov 8, 2022
@pvchupin
Copy link
Contributor

pvchupin commented Nov 8, 2022

Looks like barrier_order issue was first time noticed at intel/llvm-test-suite#1122

@pvchupin
Copy link
Contributor

pvchupin commented Nov 8, 2022

Opened #8798 for timeout issue with more details.

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.

3 participants