Tomasetti Romin
Tomasetti Romin
Thanks to @Rombur 's suggestion, I still added a check on the content of the `dot` that has more meaning than just checking it is not empty. In fact, we...
Following @dalg24 advice, I've refactored a few things: - Allow native objects to be retrieved with using any `Kokkos::Impl`. This is done by adding *e.g.* `cuda_graph` method to `Kokkos::Graph` if...
The Jenkins jobs revealed a few issues: - The interoperability test for `HIP` must be deactivated for `HIP 5.2` because for that version `Kokkos::Graph` uses the defaulted implementation. - Some...
To me, the Windows job failure is a compiler error. Could anyone have a look ? ```bash 2024-09-17T22:44:17.6145119Z D:\a\kokkos\kokkos\core\unit_test\cuda\TestCuda_InterOp_Graph.cpp(92): error : argument of type "const std::filesystem::path::value_type *" is incompatible with...
Failures seem unrelated. Could you have a look @Rombur @masterleinad @dalg24 ? Thanks !
The only Jenkins job failing did for some unrelated reason. Could you please guys review this one again ?
Hi @Julius-Plehn ! Any update on this ? I am using `hatchet.GraphFrame.from_timemory`, which seems broken. It would be nice to re-enable testing for this reader :wink:
Hi @edgargabriel ! We also encountered the same issue (`cannot determine amdgcn architecture`), since we're building `ucc` from inside a `docker build` step (such that devices like GPUs are not...
Also, please note that there is already the option `--with-nvcc-gencode` for `CUDA`: https://github.com/openucx/ucc/blob/1522ccff5e107451d747b1085b3f84714a6c2eea/config/m4/cuda.m4#L109-L118
I have several helpers for setting or getting one value from a view of arbitrary rank (see code sample at the bottom). I think the `fetch_device_view_element` is a good example....