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

OpenCL port #107

Open
archenroot opened this issue Nov 1, 2016 · 4 comments
Open

OpenCL port #107

archenroot opened this issue Nov 1, 2016 · 4 comments

Comments

@archenroot
Copy link

Do you consider OpenCL port or can you suggest how difficult it could possibly be to port this project into OpenCL?

Or can you publish arguments from initial analysis what leads you to go with CUDA?

Thank you.

@antonmks
Copy link
Owner

antonmks commented Nov 1, 2016

It would be difficult. Alenka depends on Thrust and ModernGPU libraries,
available only with CUDA. I'm not aware of any comparable OpenCL
libraries, especially modernGPU - my joins depend on it's join
functionality.

On Tue, Nov 1, 2016 at 4:25 PM, archenroot [email protected] wrote:

Do you consider OpenCL port or can you suggest how difficult it could
possibly be to port this project into OpenCL?

Or can you publish arguments from initial analysis what leads you to go
with CUDA?

Thank you.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#107, or mute the thread
https://github.com/notifications/unsubscribe-auth/ABhkFGscw_9TF5BkmByqEdYMv36Ayoo2ks5q5z3MgaJpZM4KmFfP
.

@archenroot
Copy link
Author

I see, these 2 are well known to me. I will to my research by myself then, nothing else left, but will occasionally updated this article if I find something comparable.

Thank you for your answer!

Ladislav

@archenroot
Copy link
Author

I am going to give it try to convert Alenka into HIP C++ portable syntax. I don't expect it to be the straightforward auto process, but can report issues to HIP guys from AMD. Will post here the results.

I am also looking for Alenka real use usage scenario, talking to few of my friends.

@antonmks
Copy link
Owner

I looked at HIP C++, but I'm not quite sure if it is possible to port it. Give it a try though.

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

No branches or pull requests

2 participants