トップ 差分 一覧 Farm ソース 検索 ヘルプ PDF RSS ログイン

Diary/2019-2-19

Tiramisu

Tiramisuで遊んでみようと,環境構築.

git clone https://github.com/Tiramisu-Compiler/tiramisu.git
cd tiramisu
./utils/scripts/install_submodules.sh $PWD
mkdir build && cd build
cmake ..
make -j tiramisu

でビルドして

ctest

と.