Adding a new solver

March 23, 2018 ยท View on GitHub

Overview

TODO: Write me.

Prerequisites

TODO: Write me.

Write a definition in YAML

TODO: Write me.

Generate code template by CMake

TODO: Write me.

Write your solver implementation

TODO: Write me.

Write unit testing

TODO: Write me.

(DO NOT FORGET!) Add a solver doc to sphinx.

TODO: Write me.

You want to add a CUDA solver too?

We know many developers use CUDA to accelerate processing speed. See a contribution guide of NNabla's CUDA extension.

Contents

  1. 1Overview
  2. 2Prerequisites
  3. 3Write a definition in YAML
  4. 4Generate code template by CMake
  5. 5Write your solver implementation
  6. 6Write unit testing
  7. 7(DO NOT FORGET!) Add a solver doc to sphinx.
  8. 8You want to add a CUDA solver too?