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

C# #527

Closed jeffhammond closed 3 years ago

jeffhammond commented 3 years ago

If this pull request is fixing a bug, please link the associated issue. The rest of this template does not apply.

If this pull request is providing a new implementation of the PRKs, please use the following template.

Note that checking all of the boxes is not required. In some cases, only one box may be checked, and that is totally fine.

New PRK implementation checklist

Which kernels are implemented?

Is Travis CI supported?

If no, why not?

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.

Do you certify that your contribution is made in good faith and does not attempt to introduce any negative behavior into this project?

This clause was introduced because of the behavior of Qiushi Wu and Kangjie Lu described in this tweet and this tweet.