معرفی شرکت ها


accera-compilers-1.2.9


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Accera Compilers
ویژگی مقدار
سیستم عامل -
نام فایل accera-compilers-1.2.9
نام accera-compilers
نسخه کتابخانه 1.2.9
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Microsoft Research AI Compilers Team
ایمیل نویسنده mlodev@microsoft.com
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/accera-compilers/
مجوز MIT License
# Accera Compilers ## Accera [Accera](https://pypi.org/project/accera) is a programming model, a domain-specific programming language embedded in Python (eDSL), and an optimizing cross-compiler for compute-intensive code. Accera currently supports CPU and GPU targets and focuses on optimization of nested for-loops. Writing highly optimized compute-intensive code in a traditional programming language is a difficult and time-consuming process. It requires special engineering skills, such as fluency in Assembly language and a deep understanding of computer architecture. Manually optimizing the simplest numerical algorithms already requires a significant engineering effort. Moreover, highly optimized numerical code is prone to bugs, is often hard to read and maintain, and needs to be reimplemented every time a new target architecture is introduced. Accera aims to solve these problems. Accera has three goals: * Performance: generate the fastest implementation of any compute-intensive algorithm. * Readability: do so without sacrificing code readability and maintainability. * Writability: a user-friendly programming model, designed for agility. ## accera-compilers The `accera-compilers` package contains pre-compiled compiler binaries used to produce optimized code using the Accera eDSL. It is not designed for standalone use, but is automatically installed when you `pip install accera`. You can find documentation and examples on [Github](https://github.com/microsoft/Accera).


زبان مورد نیاز

مقدار نام
~=3.7 Python


نحوه نصب


نصب پکیج whl accera-compilers-1.2.9:

    pip install accera-compilers-1.2.9.whl


نصب پکیج tar.gz accera-compilers-1.2.9:

    pip install accera-compilers-1.2.9.tar.gz