nirw4nna/dsc
Tensor library & inference framework for machine learning
This project provides a highly efficient library for creating and running machine learning models, similar to PyTorch or NumPy but with enhanced performance. It takes raw data, processes it through neural networks, and outputs predictions or analytical results. Data scientists and machine learning engineers who need to deploy or experiment with models efficiently, especially on diverse hardware, would find this useful.
116 stars. No commits in the last 6 months.
Use this if you are a data scientist or machine learning engineer building and running neural networks and need a highly performant, flexible, and portable framework that can seamlessly switch between CPU and various GPU backends.
Not ideal if you are a beginner looking for a high-level, opinionated machine learning framework with extensive pre-built models and simple one-line installation.
Stars
116
Forks
5
Language
C++
License
BSD-3-Clause
Category
Last pushed
Oct 03, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/nirw4nna/dsc"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
d9d-project/d9d
d9d - d[istribute]d - distributed training framework based on PyTorch that tries to be efficient...
microsoft/nnscaler
nnScaler: Compiling DNN models for Parallel Training
Scottcjn/exo-cuda
Exo distributed inference with NVIDIA CUDA support via tinygrad
Zzzxkxz/cuda-fp8-ampere
🚀 Accelerate FP8 GEMM tasks on RTX 3090 Ti using lightweight storage and efficient tensor cores...
Wasisange/cuda-kernels-collection
Custom CUDA kernels for optimized tensor operations in deep learning.