An open API service indexing awesome lists of open source software.

https://github.com/risi-kondor/cnine

Cnine tensor library
https://github.com/risi-kondor/cnine

Last synced: about 1 month ago
JSON representation

Cnine tensor library

Awesome Lists containing this project

README

        

# cnine

[![Conda CPU build](https://github.com/risi-kondor/cnine/actions/workflows/pytest-cpu.yml/badge.svg)](https://github.com/risi-kondor/cnine/actions/workflows/pytest-cpu.yml)
[![Conda GPU/CUDA build](https://github.com/risi-kondor/cnine/actions/workflows/pytest-gpu.yml/badge.svg)](https://github.com/risi-kondor/cnine/actions/workflows/pytest-gpu.yml)

Lightweight C++ tensor library

Cnine is a simple C++/CUDA tensor library developed by Risi Kondor's group at the University of Chicago.
Cnine is designed to make some of the power of modern GPU architectures accessible directly from C++ code, without relying on complex proprietary libraries.

Documentation for the Python/PyTorch API is at https://risi-kondor.github.io/cnine/.

Cnine is released under the custom noncommercial license included in the file LICENSE.TXT