Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

NumPy aware dynamic Python compiler using LLVM

License

NotificationsYou must be signed in to change notification settings

numba/numba

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitterDiscourseZenodo DOIPyPIAzure Pipelines

A Just-In-Time Compiler for Numerical Functions in Python

Numba is an open source, NumPy-aware optimizing compiler for Python sponsoredby Anaconda, Inc. It uses the LLVM compiler project to generate machine codefrom Python syntax.

Numba can compile a large subset of numerically-focused Python, including manyNumPy functions. Additionally, Numba has support for automaticparallelization of loops, generation of GPU-accelerated code, and creation ofufuncs and C callbacks.

For more information about Numba, see the Numba homepage:https://numba.pydata.org and the online documentation:https://numba.readthedocs.io/en/stable/index.html

Installation

Please follow the instructions:

https://numba.readthedocs.io/en/stable/user/installing.html

Demo

Please have a look and the demo notebooks via the mybinder service:

https://mybinder.org/v2/gh/numba/numba-examples/master?filepath=notebooks

Contact

Numba has a discourse forum for discussions:


[8]ページ先頭

©2009-2025 Movatter.jp