This project aims to visualize data movement involved in communication collectives. As a first step, it shows how an all-reduce algorithm might work in a 2D HyperX topology
#!/bin/bash
git clone git@github.com:dzaima/CBQN.git
cd CBQN/
make clean
make o3n CC=clang CXX=clang++ FFI=0
<path_to_cbqn_binary> hyperx_raylib.bqn
This project uses