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.1.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.1-py3-none-any.whl (3.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: dot_product_beko-1.0.1.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.1.tar.gz
Algorithm Hash digest
SHA256 79807068b8aa50a23c19e0966c7739bf21e99ea03d23e02d560c766d24af673a
MD5 fc07fcaacef8e484bddcb8c5967a26fa
BLAKE2b-256 7ea79af70f8994fb7ef97075d8727dde7ebae3e65015800f8d46dca68de06721

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dot_product_beko-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 2e7c2b96234b7fffea59e05b59779b289b73d446ea422e9f2eae4f6432b5b426
MD5 55e9eb2b8bef70df8af237bb68bcf27f
BLAKE2b-256 c7c50723f1b8c747d827b9dffd4814ba1abf3c231111b97e2280a09f7f046183

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