Skip to main content

Fast dot product computation using Assembly (AVX2)

Project description

dot_product

Fast dot product computation using Assembly (AVX2).

Installation

pip install dot_product_beko

Usage

import numpy as np
from dot_product import dot_product

x = np.random.rand(1000000).astype(np.float64)
y = np.random.rand(1000000).astype(np.float64)

result = dot_product(x, y)
print("Dot Product:", result)```

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

dot_product_beko-1.0.0.tar.gz (3.1 kB view details)

Uploaded Source

Built Distribution

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

dot_product_beko-1.0.0-py3-none-any.whl (3.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: dot_product_beko-1.0.0.tar.gz
  • Upload date:
  • Size: 3.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.0

File hashes

Hashes for dot_product_beko-1.0.0.tar.gz
Algorithm Hash digest
SHA256 f72ce4f12c25a6a638d35384a568d8b08c6ee1e877a8415a03a4661febb3d212
MD5 efb80e6bfaa40940b9aabcd00458fe91
BLAKE2b-256 d7ce807854c84aa53359159f61f1d1439eb4deba88fd4d6afa8d211f43de5d15

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dot_product_beko-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2552c87b95fec6b613eab667cd138a20fd269203ae9092d307cb588874cab7c7
MD5 299d14c9c1b9bde4ac4867597c7050c9
BLAKE2b-256 51d11795c5954457f9edb878e1839e95329176a34fc9c21462a5ff94dcf804eb

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