Skip to content

[SYCL] Disable checks on host device in kernel_bundle_api #3341

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 3 commits into from
Mar 11, 2021

Conversation

romanovvlad
Copy link
Contributor

No description provided.

@romanovvlad romanovvlad requested a review from bader March 11, 2021 07:14
@romanovvlad romanovvlad requested a review from a team as a code owner March 11, 2021 07:14
@romanovvlad romanovvlad requested a review from vladimirlaz March 11, 2021 07:14
vladimirlaz
vladimirlaz previously approved these changes Mar 11, 2021
Copy link
Contributor

@bader bader left a comment

Choose a reason for hiding this comment

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

According to the contribution guide this test should be moved to llvm-test-suite or it can be temporarily located in sycl/test/on-device.
https://github.com/intel/llvm/blob/sycl/CONTRIBUTING.md#tests-development

@@ -13,6 +13,11 @@ class Kernel2Name;

int main() {
sycl::queue Q;

Copy link
Contributor

Choose a reason for hiding this comment

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

can we add RUN lines per target device?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, we can. But it doesn't make a lot of sense to run the test on many devices many devices. We could specify only one, but it seems it is unknown/undefined which devices are available on CI machines.

@bader bader requested a review from vladimirlaz March 11, 2021 10:10
@bader bader merged commit e8de2b0 into intel:sycl Mar 11, 2021
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