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

sycl::target::host_task is not implemented #8298

Closed
aleksmesh opened this issue Feb 10, 2023 · 1 comment
Closed

sycl::target::host_task is not implemented #8298

aleksmesh opened this issue Feb 10, 2023 · 1 comment
Assignees
Labels
bug Something isn't working confirmed CTS Impacts Khronos SYCL CTS

Comments

@aleksmesh
Copy link

In SYCL 2020 sycl::target::host_task is introduced (4.7.6.9. Buffer accessor for commands) but not implemented.

To Reproduce

#include <sycl.hpp>

int main() {
  auto host_task = sycl::target::host_task;
}

To build:
clang++ -fsycl ./sample_host_task_target.cpp -o sample

Output:

./sample_host_task_target.cpp:4:34: error: no member named 'host_task' in 'sycl::access::target'
  auto host_task = sycl::target::host_task;
                   ~~~~~~~~~~~~~~^
1 error generated.

Environment details
Compiler version: from container d82412764b4f228f29c518e4407a87c68e8652dc

@aleksmesh aleksmesh added the bug Something isn't working label Feb 10, 2023
@bader bader added the CTS Impacts Khronos SYCL CTS label Feb 15, 2023
@maarquitos14 maarquitos14 self-assigned this Feb 21, 2023
@maarquitos14 maarquitos14 removed their assignment Feb 22, 2023
@mmoadeli mmoadeli self-assigned this Feb 22, 2023
@mmoadeli
Copy link
Contributor

mmoadeli commented Feb 27, 2023

Done in #8429

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working confirmed CTS Impacts Khronos SYCL CTS
Projects
None yet
Development

No branches or pull requests

5 participants