Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pythunder

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pythunder

Fast CGRA Placement

  • 0.4.3
  • PyPI
  • Socket score

Maintainers
1

Thunder

|PyPI version| |PyPI - Wheel|

Thunder is a high-performance CGRA placement engine. It is uses multi-processing to speed up the placement. Users can also use AWS lambda to enable high parallelism if desired (C++ lambda invocation coming soon).

Requirement

  • CMake 3.9+
  • g++-7/clang-6 or above

Install

To install from source, simply do

::

mkdir build
cd build
cmake .. && make -j

Thunder also has a complete Python binding available, to use the Python binding, simply do

::

pip install pythunder

You can see the example code in example folder.

.. |PyPI version| image:: https://badge.fury.io/py/pythunder.svg :target: https://badge.fury.io/py/pythunder .. |PyPI - Wheel| image:: https://img.shields.io/pypi/wheel/pythunder.svg

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc