alpaka-group / cupla

C++ User interface for the Platform independent Library Alpaka :arrows_clockwise:
Other
37 stars 18 forks source link

examples missing #120

Open psychocoderHPC opened 5 years ago

psychocoderHPC commented 5 years ago

cupla has no examples of how atomic functions or other device functions should be used.

Please add more documentation.

sbastrakov commented 5 years ago

@psychocoderHPC are you thinking of a simple demonstration, like the simpleAtomicIntrinsics sample in CUDA? Or smth more realistic?

psychocoderHPC commented 5 years ago

Yes a simple example like simpleAtomicIntrinsics would be nice. We should also have the usage of the memory hierarchy within those examples.