Tomasetti Romin
Tomasetti Romin
The following might help. This works: ```c++ class MyCoolClass; int do_something(MyCoolClass * ptr); ``` but this raises ``'MyCoolClass' forward declared, but needs to be #included``: ```c++ class MyCoolClass; template T...
Thanks ! I think that using **calloc** instead of **malloc** in **def_alloc_func** would already solve some issues :smile:
@ndellingwood @etphipp The fix in Kokkos was already submitted to Kokkos more than a month ago in * https://github.com/kokkos/kokkos/pull/5009...
I suggest to move this discussion here: #90.
I think that ``read()`` is to be used in ``active reporting mode``.
Hi there! What's the status of this? We would also benefit from a sort of `dry run` `docker build`. Thanks!
@ndellingwood No problem! I know how release processes are difficult ;) @etphipp I just rebased the branch on trilinos/Trilinos@develop :rocket: If you agree with the changes, I will go over...
@dalg24 Thanks for the review! Unfortunately, we cannot use `Kokkos::OPER` as you suggest. Indeed, the code must support `double`, `std::complex` and `Kokkos::complex`. Using `Kokkos::OPER` is generally fine for `double` and...
> > Unfortunately, we cannot use Kokkos::OPER as you suggest. Indeed, the code must support double, std::complex and Kokkos::complex. > > I see. It is a bit awkward though because...
Sorry, I also pushed the changes in * #11033 because otherwise I couldn't compile on our infrastructure. I just removed that mistake from the branch. For me, it's ready to...