jaycedowell
jaycedowell
This project has migrated over to #216 and the `no_python2` branch. `apr2022-prune` should be removed once #216 is merged.
Added a reference to #196 so that we know to update the documentation.
When I make it through https://github.com/ledatelescope/bifrost/issues/226 I'll convert this to a real PR.
I wonder if this is somehow related to #210. The only places where `BF_STATUS_UNSUPPORTED_SHAPE` can be thrown from a `LinAlg` call are in `linalg_kernels.cu`: * `bf_cherk_N` * `bf_cgemm_TN_smallM_staticN_v2` * `bf_cgemm_TN_smallM`...
Here's the repo. for that tutorial: https://github.com/casper-astro/tutorials_devel/tree/main/rfsoc/tut_onehundred_gbe
@league seems to have cracked this on the `Py3.10` branch.
Some other things to think about: * Should the Makefile in docs also run doxygen as part of building the docs? * Should there be some toggle in `configure`/a Makefile...
I've made some changes to `configure`. It now: * emits a warning if `doxygen` isn't found about how the docs cannot be built * tests for the `sphinx-build`, `sphinx-apidoc`, and...
Related: At yesterday's meeting I made a claim that making the map cache directory's location depend on an environment variable was **hard if not impossible**. That's not really true. I...
If you can get the address of the memory then, yes, you should be able to convert that to a `bifrost.ndarray` instance in the Python API or a `BFarray` in...