Let's measure how much time parallel codegen really saves on a representative example
For benchmarking the speed improvement of multithreading, I wrote a simple script to randomly generate code…
Please remove the special-casing.
Thanks for pointing this out! Force-pushed to catch all types of exceptions and updated to the latest master branch.
On what system? Obviously you need a device with a Urukul properly set up.
Thanks, I just tested in zeus using artiq_sinara_tester -o urukuls
.
Yes I think the reason the unmodified test is…
May I ask how can I reproduce this issue? I tried to reproduce the issue to see if this branch can help, but cannot seem to…
force-pushed to use unreachable!
to handle internal error in which exception other than AttributeError
are thrown from python interpreter
Hmm maybe it's better to use unreachable!
to mark that internal error and panic here?
Here I think that it should only catch AttributeError
because we are using getattr
to get the member of an object, so we are only expecting AttributeError
to happen here. Other errors should…