vitor1001

Results 5 comments of vitor1001

> Thank you for submitting this. This is still also missing some tests and `is_sufficiently_aligned` > > This was on my TODO list -- if you would like, I can...

Hi! Can you give some feedback if this feature request makes sense from your perspective? Any reason why `aligned_accessor` was not included in mainline Kokkos from the beginning? Are pull...

Hi Guido! I indeed realized it would be a lot of work to fix it cleanly, otherwise I would have sent my bug report in the form of a pull...

Fixes mzn-challenge/2020/racp/racp.mzn with mzn-challenge/2020/racp/j30_26_2_1.0.dzn.

Hi Guido! Yes, a much simpler implementation using `std::filesystem` works for us. Here is what I tested: ```c++ std::string file_path(const std::string& filename, const std::string& basePath) { std::filesystem::path path(filename); if (!basePath.empty()...