Skip to main content

A PyCuda Covariance Matrix Parallel Implementation

Project description

PyCUDACov - A PyCuda Covariance Matrix Parallel Implementation

MIT License

Usage and Installation

Requires CUDA enviroment.

Installation:

$ pip install pycudacov

Basic Usage

from sklearn.datasets import make_blobs
from sklearn.preprocessing import StandardScaler
from pandas import DataFrame
import numpy as np
from pycudacov import get_cov

# Generate test dataset
rows, cols = 2048, 2048 # samples, features
X, y = make_blobs(n_samples = rows, centers = 2, n_features = cols)
X_std = StandardScaler().fit_transform(X) # Optional
df = DataFrame(X_std)
df = df.astype(np.float32)


blocks = 512	# Size of kernel blocks
threads = 256	# Size of threads per block

# Call to PyCUDA Kernel, return the cov. matrix and
# GPU execution time in milliseconds
covariance_matrix, gpu_exec_time = get_cov(df.values, blocks, threads)

License

MIT

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

pycudacov-0.1.2.tar.gz (3.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pycudacov-0.1.2-py3-none-any.whl (6.3 kB view details)

Uploaded Python 3

File details

Details for the file pycudacov-0.1.2.tar.gz.

File metadata

  • Download URL: pycudacov-0.1.2.tar.gz
  • Upload date:
  • Size: 3.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.5

File hashes

Hashes for pycudacov-0.1.2.tar.gz
Algorithm Hash digest
SHA256 abe49d36b0bb234b19626ac2a8f5541df553e304cff9e77c77746a42bf798497
MD5 3faf3c90d590f8478adfc6a4e96bb130
BLAKE2b-256 79a2162aa4b496f39f7c38419e4c32f9baac6f53fd2d935b442528113aec6dbb

See more details on using hashes here.

File details

Details for the file pycudacov-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: pycudacov-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 6.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.5

File hashes

Hashes for pycudacov-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 f3e268560a7657e5b7f877ff01efbe1d6cb207e8a4c2355076b427c80c5415c7
MD5 fcfe26def4134d1631f8479515f2a606
BLAKE2b-256 cb6593d892207f1c22fe48c877481efce0d3b01f8e6a18fee7b9657270bd7005

See more details on using hashes here.

Supported by

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