Christian Trott

Results 519 comments of Christian Trott

Option 4 updated: ``` bool can_initialize(); bool is_initialized(); bool was_finalized(); ```

The arch thing is because we likely don't know how to set arch correct for cray on aarch64. The C++17 thing is something which needs to be fixed in CMake...

@mhoemmen what do you think about this? Looks a bit iffy, might be worth a bug report?

actually its 8 bits so 256+1 is iffy. Just weird that it behaves differently in different cuda versions.

We had further discussions on that, and will look into fixing this. But its not gonna be trivial.

Just wanted to add that we'd like to see this feature as well. But its a great tool already.

P2553 and P2554 are now fully integrated into reference implementation. The renamings are not yet done however.

There is a mdspan-0.4.0 tag which has P2553 and P2554 merged, while stable branch has now the renames done.

All relevant papers were approved for C++23 inclusion. The only two missing things in the implementation we are aware of are the `empty()` function and the `swap` specialization. Everything else...

I am actually working on making nvcc work in CUDA mode that should come forth in the next couple weeks. Your reported bug is something I fixed in that.