forked from M-Labs/artiq
da255bee1b
So far, this is not exposed to the user beyond implicit conversions. Note that all the implicit conversions, such as triggered by adding arrays of mismatching types, or dividing integer arrays, are currently emitted in a maximally inefficient way, where a temporary copy is first made for the type conversion. The conversions would more sensibly be implemented during the per-element operations to save on the extra copies, but the current behaviour fell out of the rest of the IR generator structure without extra changes. |
||
---|---|---|
.. | ||
compiler | ||
coredevice | ||
libartiq_support | ||
lit | ||
__init__.py | ||
hardware_testbench.py | ||
test_arguments.py | ||
test_coefficients.py | ||
test_datasets.py | ||
test_frontends.py | ||
test_h5types.py | ||
test_scheduler.py | ||
test_wavesynth.py | ||
test_worker.py |