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

DPC++ book samples test suite update #1464

Closed
wants to merge 2 commits into from

Conversation

pjaaskel
Copy link
Member

Update to the latest version and enable more tests.

Requires fixes in #1462 to make the L0 test pass. To make the CI pass, we need to update the oneAPI in the SYCL container to the latest version.

Made the dpcpp book samples test CPU-specific for now. There was the
same problem as with the oneAPI-samples that the LD_LIBRARY_PATH
was overwritten, hiding ocl-icd, easily falling to the oneAPI's
OpenCL and thus not testing PoCL. Now the ocl-icd path is prepended
explicitly to ensure we direct to libpocl.so via ICD.

Made the build failable with -ik so we can skip the one that
requires PSTL from later oneAPIs.
@pjaaskel pjaaskel requested a review from franz May 15, 2024 15:31
@pjaaskel pjaaskel added this to the 6.0 milestone May 16, 2024
@franz
Copy link
Contributor

franz commented May 30, 2024

Merged in PR #1487

@franz franz closed this May 30, 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.

None yet

2 participants