You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@singa.apache.org by ch...@apache.org on 2020/07/15 08:22:41 UTC

[singa] branch dev updated (84c920c -> e9e665f)

This is an automated email from the ASF dual-hosted git repository.

chrishkchris pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/singa.git.


    from 84c920c  Merge pull request #755 from joddiy/add-onnx-gpt-model
     new 12dfc9b  C++ build with Github Actions
     new 402ad8f  Add Github Actions status badge for C++ build
     new 857ddf4  check build on macOS with Github Actions
     new 2044d9f  Merge branch 'dev' of https://github.com/apache/singa into dev
     new 58671eb  Add C++ test
     new 8b15f19  Update cpp.yaml
     new c471c5a  Check C++ build and test with oneDNN
     new 5747a99  fix DNNL_ROOT
     new 690547f  turn off the C++ test without oneDNN
     new e9e665f  Merge pull request #761 from moazreyad/dev

The 2094 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/cpp.yaml                 | 60 ++++++++++++++++++++++++++++++
 .github/workflows/{rat.yaml => macOS.yaml} | 40 ++++++++++----------
 README.md                                  |  1 +
 3 files changed, 81 insertions(+), 20 deletions(-)
 create mode 100644 .github/workflows/cpp.yaml
 copy .github/workflows/{rat.yaml => macOS.yaml} (50%)