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

Universal Callable ad Runnable Wrappers and thread safety test #8

Closed
PavelSosin-320 opened this issue Oct 14, 2019 · 2 comments
Closed

Comments

@PavelSosin-320
Copy link

To run Java cuda applications as regular ( not main ) class Collable and Runable wrappers are the prerequisit. Running Collable and Runnable classes requirs thread safety test. Both are almost done. I will assign these issues to myself

@PavelSosin-320 PavelSosin-320 changed the title Universal Cllable ad Runnable Wrappers and thread safety test Universal Callable ad Runnable Wrappers and thread safety test Oct 14, 2019
@jcuda
Copy link
Owner

jcuda commented Oct 14, 2019

I'm not sure what this is aiming at, but if the goal is to show that it's easy to crash a CUDA/JCuda application without synchronization: I know that, and I wrote a somewhat extensive answer at jcuda/jcuda#25 (comment)

In any case: Please do the same test in C++, so that we have a comparison to plain CUDA.

@jcuda
Copy link
Owner

jcuda commented Oct 18, 2019

If there are any specific results (issues) or tasks that can be derived from that, just let me know.

@jcuda jcuda closed this as completed Oct 18, 2019
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