Damien L-G

Results 491 comments of Damien L-G

`Kokkos::sort` is currently supported on arithmetic types. For reference, the (undocumented) type requirements are * A specialization of `Kokkos::reduction_identity` matches `T` and provides `min()` and `max()` static member functions. *...

``` 4: [ RUN ] openmptarget.int64_t_reduce_dynamic 4: CUDA error: an illegal memory access was encountered 4: Libomptarget error: Call to targetDataEnd failed, abort target. 4: Libomptarget error: Failed to process...

We need to be careful about deducing the indices though. Also MDRange is going to be a nightmare.

When an execution space is passed via view_alloc ```C++ View(view_alloc("v, space), ...) -> View View(view_alloc("v, space), ...) -> View

No it does not. You're right of course.

> `sincos`--needed a wrapper for SYCL Are you asking us to add? For reference, below is a list of non-standard functions provided by CUDA/HIP functions | notes --- | ---...

This is a "catch all" issue that we refer to in the documentation page. And neither all math functions from the standard are currently implemented nor the ones that Stan...

Can one of the admins verify this patch?

As Jakob pointed out `DefaultSharedMemorySpace` is a bad idea because "shared memory" is part of the CUDA terminology and that would likely be confusing.