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

https://github.com/szagoruyko/openai-gemm.pytorch

PyTorch bindings for openai-gemm
https://github.com/szagoruyko/openai-gemm.pytorch

gemm pytorch

Last synced: 5 months ago
JSON representation

PyTorch bindings for openai-gemm

Awesome Lists containing this project

README

        

openai-gemm.pytorch
========

PyTorch bindings for openai-gemm.

## Installation

Clone original openai-gemm and add it to PYTHONPATH,
install pycuda:

```
pip install pycuda
```

and follow instructions to install PyTorch on

No `neon` installation needed.

## Usage

The library defines `matmul` function similar to the one that
works with neon: ,
which instead of neon matrices takes `torch.cuda.FloatTensor` or `torch.cuda.HalfTensor`
as A, B and C.