feiwang3311 / Lantern

BSD 3-Clause "New" or "Revised" License
168 stars 15 forks source link

[WIP] Start `Backend` trait implementation. #3

Closed dan-zheng closed 6 years ago

dan-zheng commented 6 years ago

Backend trait enables tensor op codegen for different backends (default, cuBLAS, etc).

TiarkRompf commented 6 years ago

LGTM so far -- I guess we need to add dependencies to external libraries to the build process, too. This reminds me: we need to set up CI for the project. I'll create a ticket to keep track of it (edit: ticket #4)