Damien L-G

Results 491 comments of Damien L-G

Exactly I was thinking about doing the conversion. Why do you think we shouldn't?

We say that all attached indexes being representable as the integral value type of the view is a precondition

I don't think that is something we can do much about. Also you need to tell what host compiler was used. Out of curiosity, does this work ```C++ Kokkos::RangePolicy policy(space,...

I expect this fails now that we merged https://github.com/kokkos/kokkos/pull/7440

I expect that is resolved by #8223 which will be in 4.7

When a point falls on the boundary between multiple triangle, do you want to find all triangles or pick one arbitrarily?

Did you investigate precisely where the slowdowns are coming from? Is it mostly related to reference counting or are we storing unmanaged views?

Does not pass CI. Are you asking for feedback regardless.

Ignoring runtime failure in one of the Cuda builds (GPU not detected at runtime)

It turns out both [libstdc++](https://github.com/gcc-mirror/gcc/blob/76cbd678d123ed93f99c4c52456bc14290f19b7f/libstdc%2B%2B-v3/include/std/complex#L155-L156) and [libc++](https://github.com/llvm/llvm-project/blob/621a7d0f66f3da27e687dd7dd832450334ee81da/libcxx/include/complex#L304-L305) define the primary template directly. Deferring to @nliber who has been working on complex numbers and recently revisiting our documentation.