produce diagram for caffe2 build matrix (#18517)
authorKarl Ostmo <kostmo@gmail.com>
Mon, 15 Apr 2019 18:38:44 +0000 (11:38 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Mon, 15 Apr 2019 18:45:32 +0000 (11:45 -0700)
commit991279dc7dd168fc7747bef5c2de1b91208872af
tree13041aa7eb9a85245ce6c1d1980b83289734be19
parent7caad0ed33f20c7ec4fab47a9ee7006973afce08
produce diagram for caffe2 build matrix (#18517)

Summary:
This PR splits the configuration tree data from the logic used to construct the tree, for both `pytorch` and `caffe2` build configs.

Caffe2 configs are also now illustrated in a diagram.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/18517

Differential Revision: D14936170

Pulled By: kostmo

fbshipit-source-id: 7b40a88512627377c5ea0f24765dabfef76ca279
.circleci/cimodel/data/binary_build_definitions.py
.circleci/cimodel/data/caffe2_build_data.py [new file with mode: 0644]
.circleci/cimodel/data/caffe2_build_definitions.py
.circleci/cimodel/data/pytorch_build_data.py [new file with mode: 0644]
.circleci/cimodel/data/pytorch_build_definitions.py
.circleci/cimodel/lib/conf_tree.py