torch-like tensor library written in c++ with support for acceleration
inspired by micrograd and
c++ micrograd.
// compile with cuda
make main --CUDA_ENABLED=1
- rewriting to support tensors
- tensor broadcasting and shapes
- writing cuda kernels
- fixing memory leaks
- write nn module