Skip to content

v6.0.0

Latest
Compare
Choose a tag to compare
@hughperkins hughperkins released this 21 Jun 09:13
· 57 commits to master since this release

Changes:

  • installs to ~/coriander now
    • this allows plugins to install without needing sudo
  • installs using python2.7 script install_distro.py now, which:
    • should be more portable
    • handles installing the coriander-dnn plugin
    • handles downloading llvm-4.0
  • plugin architecture created
    • NVIDIA® CUDA™ cuDNN API partial implementation factorized into a plugin coriander-dnn
  • cocl script migrated to cocl_py, which is reasonably cross-platform, can run on Windows

Under-the-hood:

  • main jenkins script migrated to python, so easy-ish to run on Windows too