MagmaDNN / magmadnn

MagmaDNN: a simple deep learning framework in c++
MIT License
45 stars 7 forks source link

[DOCUMENTATION] Pipelines For Build and Linting #20

Closed Dando18 closed 5 years ago

Dando18 commented 5 years ago

MagmaDNN needs a build and test pipeline for it newly committed features. A build pipeline will be difficult as a custom server will be needed to build and run GPU tests.

However, it should be fairly straightforward to set up an Azure pipeline to run the linter on the codebase to see if it passes style guidelines.

Dando18 commented 5 years ago

Closed with a8b0a6a8ba80bbfc813e3c74436ba54dea416463.

Just the linting issue for now. Perhaps re-open when a build pipeline becomes feasible.