ParRes / Kernels

This is a set of simple programs that can be used to explore the features of a parallel platform.
https://groups.google.com/forum/#!forum/parallel-research-kernels
Other
409 stars 107 forks source link

Rust nstream variants #522

Closed hattom closed 3 years ago

hattom commented 3 years ago

New PRK implementation checklist

Which kernels are implemented?

Is Travis CI supported?

If no, why not? (not tested)

There are many good reasons why Travis CI support may not be part of your PR. You or someone else can always add it later. In many cases, we will add it later

Documentation and build examples

If your implementation uses a new programming model that is not ubiquitious (i.e. included in the system compiler on most systems) then you need to provide a link to the appropriate documentation for a new user to install it, etc.

We strongly recommend that you add the appropriate features to make.defs.${toolchain} if appropriate.

jeffhammond commented 3 years ago

I'm happy to merge this any time. Please look at the comments first though.

jeffhammond commented 3 years ago

Thanks!