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.2.tar.gz (3.7 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: dot_product_beko-1.0.2.tar.gz
  • Upload date:
  • Size: 3.7 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.2.tar.gz
Algorithm Hash digest
SHA256 ce6ac1bccc51b45bcf5c7e3dffaae6eb5119a72c274874df61c741c9cf19fa2e
MD5 2f3988a643a52d8b90a3e7174f961275
BLAKE2b-256 eae50567822a476f73d2a6710f3b4d9595fed1bdd1ce8e05f1a55e341fe33f7b

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