Skip to main content

An implementation of the Intrepydd compiler

Project description

Intrepydd compiles Python code with type annotations to optimized C++ code. Check out our paper to learn more: Intrepydd: performance, productivity, and portability for data science application kernels.

A web tool is now available to try Intrepydd online: https://tongzhou80.github.io/intrepydd-web/index.html.

Install

Anaconda (Python3) is required to run Intrepydd. Install intrepydd using pip:

pip install intrepydd

Usage Example

import intrepydd
from intrepydd import float64

def foo() -> float64:
    a = 1.0
    b = 2.0
    c = (a + b) * 3.0 
    return c

foo1 = intrepydd.compile(foo)
print(foo1())

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

intrepydd-0.1.13.tar.gz (48.3 kB view details)

Uploaded Source

Built Distribution

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

intrepydd-0.1.13-py3-none-any.whl (57.9 kB view details)

Uploaded Python 3

File details

Details for the file intrepydd-0.1.13.tar.gz.

File metadata

  • Download URL: intrepydd-0.1.13.tar.gz
  • Upload date:
  • Size: 48.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for intrepydd-0.1.13.tar.gz
Algorithm Hash digest
SHA256 b8c0ae8bff978ee030b9d3661cdbca9bd24f7a658e59e7ab666c94266b97c889
MD5 c2586373b26bebd2d112db884bea1b5b
BLAKE2b-256 5070f477e70c2ff621244a249939d444795fde9757c71b1a5b0feccd6f090ff0

See more details on using hashes here.

File details

Details for the file intrepydd-0.1.13-py3-none-any.whl.

File metadata

  • Download URL: intrepydd-0.1.13-py3-none-any.whl
  • Upload date:
  • Size: 57.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for intrepydd-0.1.13-py3-none-any.whl
Algorithm Hash digest
SHA256 9db18f319c0cc81031969bc533308b81b7ce303a61a2c79b632ad091137a753f
MD5 992dcad35a975105a2445cc82b7db327
BLAKE2b-256 db63c75228567fd8414f66ed0f5fd75bfb18797abd993a38026d9d7c7219b95d

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