Samuel Barnes
Samuel Barnes
The CUDA support in CMake has been much improved since 3.18 and now the architectures can easily be set and cuBLAS easily included. Previously including cuBLAS was kind of hacky...
I converted the create_package script to bash, and added a few things needed for a linux package (create a .deb package, grab the appropriate linux libraries, etc). It works on...
This is an example model that shows how new models can be easily added without the need for an explicit derivative. A numerical derivative is instead used, I included both...