jaycedowell
jaycedowell
Occasionally we see test failures on the self-hosted `bifrost.linalg` suite. Now that I'm looking for one to point to I cannot find one.
At the 2022 CASPER workshop there were questions about getting more examples/tutorials for Bifrost. In particular, @realtimeradio had interest in a tutorial where Bifrost would capture packets from a FPGA...
Fixed a typo in the pressure calculation and added a missing cal. value (_cal_MB) to the listing of datasheet values.
~This PR updates the "memset" and "memcpy" functions in `bifrost.memory` to work with `ndarray`s that live in non-system accessible spaces.~ This PR removes the deprecated `memcpy` and `memset` functions from...
Some work has been done on this at https://github.com/ADACS-Australia/bifrost/tree/hipify but we should think about merging this in here. Things to think about: * What all do we need to do...
After upgrading a machine to Ubuntu 20/OFED 5.5 I'm running into problems with the `ibverb-support` branch, mainly segfaults.
I was running into an issue with the digital system for LWA-NA throwing a segfault when `bifrost.memory.memset` was called using a `bifrost.ndarray` that lived in `cuda` space. I was able...
I came across this problem of trying to figure out how old of Python I really need to support with LSL and thought it might be useful for Bifrost as...
We should: * beef up the documentation tools detection in configure * look at adding a "docs" option to the top level Makefile * other things [mentioned here](https://github.com/ledatelescope/bifrost/pull/233#issuecomment-2097007275) These should...