lhnguyen102 / cuTAGI

CUDA implementation of Tractable Approximate Gaussian Inference
MIT License
30 stars 9 forks source link

Develop New Version for Linear Conv2d AvgPool2d #41

Closed lhnguyen102 closed 8 months ago

lhnguyen102 commented 8 months ago

Description

This PR includes the new design pattern for Linear, Conv2d, and AvgPooling. It supports both CPU and CUDA devices. In addition, we implement a python bindings of C++ code.

Changes Made