トップ 一覧 Farm 検索 ヘルプ 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
と.