Show HN: I built a tensor library from scratch in C++/CUDA
DSC About DSC is a PyTorch-compatible tensor library and inference framework for machine learning models. It features a C-compatible low-level API that is wrapped in a modern Python API very similar to NumPy / PyTorch but with some nice usability improvements. Some key features of DSC include: Intuitive API : DSC Python API closely resembles NumPy / PyTorch. Built-in neural networks support : DSC comes with nn.Module built-in. Porting a model from PyTorch to DSC is trivial (check out the ex