Blake Johnson
Blake Johnson
It is only “C like” in that white space doesn’t matter and statements end with a semicolon. Nothing else from C needs to be carried over.
@taalexander I was looking for something that didn't rely upon a sufficiently smart compiler, but instead allowed the programmer to be explicit about the parallelize-ability of blocks. Some other ideas...
Just to expand upon what Jay wrote a bit. The central issue here is: what is an acceptable target for a `defcal`? Right now it is `gate`s + `measure` as...
Yes, we also want the hex prefex `0x`.
No, I haven't benchmarked against other implementations. Seems worthwhile, though.
I also have this issue, but with a Haswell CPU: ``` julia> versioninfo() Julia Version 0.5.1-pre+2 Commit f0d40ec* (2016-09-20 03:34 UTC) Platform Info: System: Darwin (x86_64-apple-darwin15.6.0) CPU: Intel(R) Core(TM) i7-4960HQ...
Does introducing the extra branch into `next` have any performance impact? If so, it might be removable by instead encoding the order as a type parameter.
@marcusps maybe you and I should set aside some time this week to try to resolve this.
See JuliaLang/julia#18825
This seems like a nice idea.