-
Updated
Jul 6, 2022 - 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 661 public repositories matching this topic...
-
Updated
Jul 6, 2022 - Python
-
Updated
Feb 24, 2022 - Python
-
Updated
Jul 6, 2022 - Python
Auto-Installer is currently not supported on Windows platforms. TVM and TensorRT in particular would need special care.
-
Updated
Oct 7, 2021 - Python
Support &, |, ^, etc.
-
Updated
Jul 4, 2022 - Python
-
Updated
Jan 25, 2021 - Python
-
Updated
Aug 24, 2020 - Python
-
Updated
Jun 28, 2022 - Python
-
Updated
May 19, 2022 - Python
-
Updated
May 19, 2022 - 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.
We should use a round-robin strategy here to assign these free equations. Otherwise, mesh 0 will run out of memory
https://github.com/alpa-projects/alpa/blob/8d69815db9617a9e720927c39ad5bde01fd06f0f/alpa/pipeline_parallel/apply_grad.py#L623-L625
-
Updated
May 5, 2022 - Python
ARTIQ Feature Request
Problem this request addresses
It would be nice to access scan objects like RangeScan through indexes such as RangeScan[0] (which now is available as RangeScan.start) etc.
Describe the solution you'd like
This seems doable by defining a __getitem__() method for the scan classes?
If the sequence is predefined/allocated in the constructor then there s
-
Updated
Jun 18, 2022 - Python
-
Updated
Jul 1, 2022 - Python
-
Updated
Jun 28, 2022 - Python
-
Updated
Apr 4, 2022 - Python
-
Updated
Jan 24, 2021 - Python
visible in the change log (https://github.com/numba/numba/blob/main/CHANGE_LOG).
i.e. it's possible to run as 'python bug.py'.
I think I have discovered a very minor bug - or rather inconsistency with numpy - in Numba's implementation