Skip to content

Conversation

@aelovikov-intel
Copy link
Contributor

Can be used like this now:

  loop<2>([](auto i) {
    if constexpr (i == 0)
      std::cout << "constexpr 0\n";
    std::cout << i << std::endl;
  });

…friendly

Can be used like this now:

```
  loop<2>([](auto i) {
    if constexpr (i == 0)
      std::cout << "constexpr 0\n";
    std::cout << i << std::endl;
  });
```
@aelovikov-intel aelovikov-intel temporarily deployed to aws April 18, 2023 19:38 — with GitHub Actions Inactive
@aelovikov-intel aelovikov-intel temporarily deployed to aws April 19, 2023 04:30 — with GitHub Actions Inactive
@aelovikov-intel
Copy link
Contributor Author

I think runner problem is infrastructural and isn't related to this change.
@intel/llvm-gatekeepers , if you'd agree, this is ready.

@steffenlarsen steffenlarsen merged commit 6aa3ea7 into intel:sycl Apr 19, 2023
@aelovikov-intel aelovikov-intel deleted the dim-loop-refactor branch May 1, 2023 16:13
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