├── README.md ├── examples ├── 01_ucx_hello_world │ ├── Makefile │ ├── README.md │ ├── hello_world_util.h │ ├── ucp_hello_world.c │ └── uct_hello_world.c ├── 02_ucx_gpu_example │ ├── Makefile │ ├── README.md │ ├── hello_world_util.h │ └── ucp_hello_world.c ├── 03_ucx_py_hello_world │ ├── 03_rapidsai_binding.py │ ├── 03_ucx_binding.py │ └── README.md ├── Installing_UCX_README.md ├── install_ucx.sh └── setenv_ucx.sh ├── fig └── ucx_tutorial_layer_diagram_2021.png └── slides └── UCX 2022 HOTI Tutorial.pdf /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gt-crnch-rg/ucx-tutorial-hot-interconnects/HEAD/README.md -------------------------------------------------------------------------------- /examples/01_ucx_hello_world/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gt-crnch-rg/ucx-tutorial-hot-interconnects/HEAD/examples/01_ucx_hello_world/Makefile -------------------------------------------------------------------------------- /examples/01_ucx_hello_world/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gt-crnch-rg/ucx-tutorial-hot-interconnects/HEAD/examples/01_ucx_hello_world/README.md -------------------------------------------------------------------------------- /examples/01_ucx_hello_world/hello_world_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gt-crnch-rg/ucx-tutorial-hot-interconnects/HEAD/examples/01_ucx_hello_world/hello_world_util.h -------------------------------------------------------------------------------- /examples/01_ucx_hello_world/ucp_hello_world.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gt-crnch-rg/ucx-tutorial-hot-interconnects/HEAD/examples/01_ucx_hello_world/ucp_hello_world.c -------------------------------------------------------------------------------- /examples/01_ucx_hello_world/uct_hello_world.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gt-crnch-rg/ucx-tutorial-hot-interconnects/HEAD/examples/01_ucx_hello_world/uct_hello_world.c -------------------------------------------------------------------------------- /examples/02_ucx_gpu_example/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gt-crnch-rg/ucx-tutorial-hot-interconnects/HEAD/examples/02_ucx_gpu_example/Makefile -------------------------------------------------------------------------------- /examples/02_ucx_gpu_example/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gt-crnch-rg/ucx-tutorial-hot-interconnects/HEAD/examples/02_ucx_gpu_example/README.md -------------------------------------------------------------------------------- /examples/02_ucx_gpu_example/hello_world_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gt-crnch-rg/ucx-tutorial-hot-interconnects/HEAD/examples/02_ucx_gpu_example/hello_world_util.h -------------------------------------------------------------------------------- /examples/02_ucx_gpu_example/ucp_hello_world.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gt-crnch-rg/ucx-tutorial-hot-interconnects/HEAD/examples/02_ucx_gpu_example/ucp_hello_world.c -------------------------------------------------------------------------------- /examples/03_ucx_py_hello_world/03_rapidsai_binding.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gt-crnch-rg/ucx-tutorial-hot-interconnects/HEAD/examples/03_ucx_py_hello_world/03_rapidsai_binding.py -------------------------------------------------------------------------------- /examples/03_ucx_py_hello_world/03_ucx_binding.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gt-crnch-rg/ucx-tutorial-hot-interconnects/HEAD/examples/03_ucx_py_hello_world/03_ucx_binding.py -------------------------------------------------------------------------------- /examples/03_ucx_py_hello_world/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gt-crnch-rg/ucx-tutorial-hot-interconnects/HEAD/examples/03_ucx_py_hello_world/README.md -------------------------------------------------------------------------------- /examples/Installing_UCX_README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gt-crnch-rg/ucx-tutorial-hot-interconnects/HEAD/examples/Installing_UCX_README.md -------------------------------------------------------------------------------- /examples/install_ucx.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gt-crnch-rg/ucx-tutorial-hot-interconnects/HEAD/examples/install_ucx.sh -------------------------------------------------------------------------------- /examples/setenv_ucx.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gt-crnch-rg/ucx-tutorial-hot-interconnects/HEAD/examples/setenv_ucx.sh -------------------------------------------------------------------------------- /fig/ucx_tutorial_layer_diagram_2021.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gt-crnch-rg/ucx-tutorial-hot-interconnects/HEAD/fig/ucx_tutorial_layer_diagram_2021.png -------------------------------------------------------------------------------- /slides/UCX 2022 HOTI Tutorial.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gt-crnch-rg/ucx-tutorial-hot-interconnects/HEAD/slides/UCX 2022 HOTI Tutorial.pdf --------------------------------------------------------------------------------