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

[SYCL][USM] Fix byte size calculation #497

Closed jbrodman closed 4 years ago

jbrodman commented 4 years ago

Signed-off-by: James Brodman james.brodman@intel.com

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?

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.