Sarah Chastain

Results 4 issues of Sarah Chastain

In the current version of test_udp_io.py in the ibverbs-support branch, we fill bfarrays like so: `final = bf.ndarray(shape=(final.shape[0],4,4096), dtype='ci4', buffer=final.ctypes.data)` This method produces a bfarray that occasionally does not contain...

Clarify build instructions in the README file for users who are not using Docker. Add information on making new packet formats in the C++ development section of the docs.

A large number of DeprecationWarnings are generated when using "make" to build bifrost. Fortunately most of the warnings seem to limited to transpose.cu. See attached log of the make command....

BFMap fails without good debugging information when trying to use half precision floats. Minimal example: ```from bifrost import ndarray as BFArray from bifrost import map as BFMap import numpy as...