jaycedowell
jaycedowell
I've been thinking about the inter-node communication aspect with the Verbs/RDMA work. I've started on a [rdma.py](https://github.com/ledatelescope/bifrost/blob/ibverb-support/python/bifrost/rdma.py) module that should enable sending the contents of a ring, including when a...
Ok, thanks.
Out of curiosity, what is the use case you are thinking about for this block?
That's cool. Were you also able to get this running on the GPU with `bf.map()` or are you still on the CPU with `numpy.concatenate()`?
I think having more examples, particularly on the C++ side, is a great idea. I'll see if I can find some time to dig into you questions.
> // TODO: What's the deal with check() in Common.hpp? I'm not sure. It looks to be similar to the `BF_CHECK` macro except that it raises an exception on an...
Nope, `pycuda` is still at 2022.1.
I think is some kind of problem related to the bundled version of boost that comes with pycuda. I tried installing `libboost-all-dev` from the Ubuntu repos but that didn't do...
Updating actions/checkout and actions/skip-duplicate-actions at least gets rid of all of the deprecation warnings.
Yeah, it's something about `pycuda`. When I don't install it things work, even on Py3.10.