-
Updated
Oct 15, 2021 - Python
Compiler
Compilers are software that translate higher-level (more human readable) programming languages to lower-level languages (e.g. machine code). The processor executes machine code, which indicates when binary high and low signals are required in the arithmetic logic unit of the processor. Examples of compiled languages include BASIC, Fortran, C++, C, and Java.
Here are 537 public repositories matching this topic...
-
Updated
Oct 14, 2021 - Python
The GitHub label "good-first_bug" is empty. It is linked to from https://github.com/hylang/hy/blob/master/CONTRIBUTING.rst and the read the docs version.
-
Updated
Jul 23, 2021 - Python
-
Updated
Oct 3, 2021 - Python
-
Updated
Oct 7, 2021 - Python
Support &, |, ^, etc.
-
Updated
Jan 25, 2021 - Python
-
Updated
Aug 24, 2020 - Python
-
Updated
May 9, 2021 - Python
-
Updated
Oct 11, 2021 - Python
Make a concise print function for the QueryPlanningAnalysis class https://github.com/kensho-technologies/graphql-compiler/blob/v2.0.0.dev25/graphql_compiler/cost_estimation/analysis.py#L381
In most cases, the printout of the analysis passes is enough to explain why a particular query plan was chosen.
Check Vivado version
FINN has a Vivado version requirements, e.g. 2019.1 in the 0.2b release. The available Vivado version should be checked before any Vivado-related commands are launched, and an assertion should be raised if there is a version mismatch.
-
Updated
Jul 18, 2021 - Python
-
Updated
Mar 22, 2021 - Python
Bug Report
-
Updated
Sep 30, 2021 - Python
We are using a very simple way to log. We have this logging context class, and it just prints everything if logging is enabled and that's it. What about enhancing this?
Any opinions are welcome.
For example, a tag is given to each log line and we can only log things with the specified tag or everything ot
-
Updated
Jul 24, 2021 - Python
-
Updated
Jan 24, 2021 - Python
-
Updated
Apr 21, 2018 - Python
-
Updated
May 7, 2019 - Python
-
Updated
Jul 28, 2021 - Python
I see comments suggesting adding this to understand how loops are being handled by numba, and in the their own FAQ (https://numba.pydata.org/numba-doc/latest/user/faq.html)
You would then create your njit function and run it, and I believe the idea is that it prints debug information about whether