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

Implement ispc task interface #668

Closed
sithhell opened this issue Jan 17, 2013 · 3 comments
Closed

Implement ispc task interface #668

sithhell opened this issue Jan 17, 2013 · 3 comments

Comments

@sithhell
Copy link
Member

ispc is a new experimental vectorizing (open source) compiler from intel based on LLVM and clang.
ispc is a C-like language with support for asynchronous tasks. The API for tasks is documented and supposed to be provided by the users code. It would be very cool if we could provide a HPX implementation for that.
More information can be found here:
General: http://ispc.github.com/
Specific to the task API: http://ispc.github.com/ispc.html#task-parallelism-launch-and-sync-statements

@hkaiser hkaiser modified the milestones: 0.9.9, 0.9.8 Mar 15, 2014
@hkaiser hkaiser modified the milestones: 1.0.0, 0.9.9 Sep 13, 2014
@hkaiser
Copy link
Member

hkaiser commented May 1, 2016

@sithhell Can we close this? Will your implementation be made available somewhere?

@sithhell
Copy link
Member Author

sithhell commented May 1, 2016

@sithhell Can we close this? Will your implementation be made available somewhere?

Let's have it open until we actually have the implementation available.

@hkaiser
Copy link
Member

hkaiser commented Jul 20, 2016

This implementation has been finished and was merged with the main ispc repository (see: ispc/ispc#1215).

@hkaiser hkaiser closed this as completed Jul 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants