Build

We need install the cross-platform build utility xmake first.

build TUI

depend on CUDA tool kit

xmake build TUI

build tui_tool_sets

Pure C++ static library project, provide many useful functions to help gemm algorithm develop. detail in tui_tool_sets_runable.hpp here is some effect

xmake build tui_tool_sets

Can be installed independently using

xmake install -o /path/to/install tui_tool_sets

details can reference demo tmp

Run TUI

xmake run TUI