-
Updated
Nov 9, 2020 - 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 414 public repositories matching this topic...
Should probably throw a nicer error message like (with-decorator) does
-
Updated
Nov 8, 2020 - Python
-
Updated
Nov 3, 2020 - Python
-
Updated
Aug 19, 2020 - Python
Support &, |, ^, etc.
-
Updated
Aug 24, 2020 - Python
-
Updated
Aug 9, 2020 - 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.
-
Updated
Sep 4, 2020 - Python
-
Updated
Nov 30, 2019 - Python
-
Updated
Aug 22, 2020 - Python
The current behavior is unnecessarily verbose and irritating.
artiq_ctlmgr
^CTraceback (most recent call last):
File "/home/rj/src/conda/envs/py35/bin/artiq_ctlmgr", line 11, in <module>
load_entry_point('artiq', 'console_scripts', 'artiq_ctlmgr')()
File "/home/rj/src/artiq/artiq/frontend/artiq_ctlmgr.py", line 84, in main
loop.run_until_complete(rpc_server.wait_terminate(
-
Updated
Oct 18, 2020 - Python
-
Updated
Apr 21, 2018 - Python
-
Updated
May 7, 2019 - Python
-
Updated
Nov 5, 2020 - Python
-
Updated
Jul 21, 2020 - Python
-
Updated
Nov 4, 2020 - Python
-
Updated
Nov 7, 2020 - Python
PR #6447 adds a public API to get the maximum number of registers per thread (
numba.cuda.Dispatcher.get_regs_per_thread()). There are other attributes that might be nice to provide - shared memory per block, local memory per thread, const memory usage, maximum block size.These are all available in the
FuncAttrnamed tuple: https://github.com/numba/numba/blob/master/numba/cuda/cudadrv/drive