Skip to main content

A package for help matrix multiplication

Project description

https://travis-ci.org/somedanalytics/big-multiplier.svg?branch=master

This repository created for matrix multiplication.

The purpose is to prevent being out of memory on GPU.

Doing matrix multiplication is a massive calculation for CPU. However generally GPU rams are not enough. Sometimes it is not possible to place the two of the matrix on the GPU ram.

In this implementation you will find a Theano symbolic multiplication. This function will divide your big matrixes to smaller blocks in order to make possible the calculation on GPU.

Just call the method

result_sparse_matrix = calculate(sparse_matrix_1, sparse_matrix_2)

Implementation is using scipy lil and csr sparse matrix.

Install

pip install bigmultiplier

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bigmultiplier-1.0.0.tar.gz (1.6 kB view details)

Uploaded Source

Built Distribution

bigmultiplier-1.0.0-py3-none-any.whl (3.0 kB view details)

Uploaded Python 3

File details

Details for the file bigmultiplier-1.0.0.tar.gz.

File metadata

File hashes

Hashes for bigmultiplier-1.0.0.tar.gz
Algorithm Hash digest
SHA256 21cd9d3d67553663a0aed34ff6cab9948dc9052cf605ac8e0a5720a7fd1f6f16
MD5 88902ed78b7e8e224e8302f0d2de8242
BLAKE2b-256 26e06a3fb00e68932832abf0f832fd37abc9fca38753f521b0bbf2b08dabfdcd

See more details on using hashes here.

File details

Details for the file bigmultiplier-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for bigmultiplier-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e212ee864265730a01d875876aadc6725a005928f4391c8b17498ba1df0f262d
MD5 f1346ea3f4e494294fe0333ccce3173b
BLAKE2b-256 c425ea8565ed4c044a3f23c2559fd0311f3c0413b542abf88a5df2036730b40d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page