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

Support block-wise synchronization in ISPC #28

Closed
Mike-Leo-Smith opened this issue May 1, 2022 · 3 comments
Closed

Support block-wise synchronization in ISPC #28

Mike-Leo-Smith opened this issue May 1, 2022 · 3 comments
Labels
enhancement New feature or request ISPC

Comments

@Mike-Leo-Smith
Copy link
Contributor

i.e., support the synchronize_block() built-in

@Mike-Leo-Smith Mike-Leo-Smith added enhancement New feature or request ISPC labels May 1, 2022
@Mike-Leo-Smith
Copy link
Contributor Author

Or maybe... simply limiting block size in ISPC to SIMD width?

@Mike-Leo-Smith
Copy link
Contributor Author

Now we have added emulated synchronize_block() in the LLVM backend using coroutines. For ISPC, we still have to find a solution...

@Mike-Leo-Smith
Copy link
Contributor Author

The ISPC backend is deprecated now. Block synchronization has been implemented in the LLVM backend.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ISPC
Projects
None yet
Development

No branches or pull requests

1 participant