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.11.tar.gz (48.0 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.11-py3-none-any.whl (57.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: intrepydd-0.1.11.tar.gz
  • Upload date:
  • Size: 48.0 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.11.tar.gz
Algorithm Hash digest
SHA256 47b09244bd1a94a0c5bf39803c22f57ddca132b5f7375dbee76b63b01ce33240
MD5 f740e04a3be3367f321ab0196513f6e6
BLAKE2b-256 62ab9214b54d7cc6f945b482d5ab83e086c5180168e02a69be4ddf1708b2b4af

See more details on using hashes here.

File details

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

File metadata

  • Download URL: intrepydd-0.1.11-py3-none-any.whl
  • Upload date:
  • Size: 57.4 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.11-py3-none-any.whl
Algorithm Hash digest
SHA256 e9a0b336034e8c1f527570475ee3df415f6221afaa75f95317dd3861a7256a3c
MD5 15a5a8d55a92f225d6b397b2b7cfd15b
BLAKE2b-256 31453790aa32e17704b7ab4962b889b66b83d4140a83dab8f7323b8eb4d8aaee

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