• Joined on 2019-03-28
sb10q merged pull request M-Labs/nac3#490 2024-08-13 15:02:20 +08:00
core/typecheck: fix np_array ndmin bug
sb10q commented on pull request M-Labs/nac3#488 2024-08-13 14:35:58 +08:00
Implement core_log and rtio_log to ARTIQ

Yes, just trying to understand where we are.

sb10q commented on pull request M-Labs/nac3#488 2024-08-13 14:34:23 +08:00
Implement core_log and rtio_log to ARTIQ

But only ARTIQ needs them in the forseeable future. nac3core is a compiler library, not a string formatter library. Keep it as simple as possible.

sb10q commented on pull request M-Labs/nac3#488 2024-08-13 12:05:31 +08:00
Implement core_log and rtio_log to ARTIQ

with several arguments of the same type, as is required by the current implementation of varargs

So the _log functions currently have the same limitation, correct?

sb10q commented on pull request M-Labs/nac3#488 2024-08-13 10:47:35 +08:00
Implement core_log and rtio_log to ARTIQ

So the present change should be reverted i.e. there is no need to add --target-features +sse2 ?

sb10q commented on pull request M-Labs/nac3#488 2024-08-13 10:18:49 +08:00
Implement core_log and rtio_log to ARTIQ

Okay, but that comment is about Rust, not LLVM. nac3 is only using the latter here.

sb10q commented on pull request M-Labs/nac3#488 2024-08-12 20:57:51 +08:00
Implement core_log and rtio_log to ARTIQ

Shouldn't this go into nac3artiq? I cannot think of a use for it in core.

sb10q commented on pull request M-Labs/nac3#488 2024-08-12 20:56:11 +08:00
Implement core_log and rtio_log to ARTIQ

I suppose this should make it straightforward now to implement the full print_rpc() with several arguments?

sb10q commented on pull request M-Labs/nac3#488 2024-08-12 20:55:18 +08:00
Implement core_log and rtio_log to ARTIQ

@abdul124 I thought you said this sse2 option was no longer required when using i686 instead of i386?

sb10q pushed to master at M-Labs/web2019 2024-08-12 17:11:42 +08:00
d2ae816cb0 add links to cheap boards
sb10q closed issue M-Labs/it-infra#35 2024-08-12 11:45:24 +08:00
fix routing between wifi and altnet .200 IP + HKBN IP
sb10q commented on issue M-Labs/it-infra#35 2024-08-12 11:45:24 +08:00
fix routing between wifi and altnet .200 IP + HKBN IP

Works when NixOS does not crap out on nixos-rebuild switch. When it does, workaround is:

root@nixbld ~# ip route add 192.168.12.0/24 dev wlp6s0 table 1
root@nixbld ~# ip route add…
sb10q pushed to master at M-Labs/it-infra 2024-08-11 12:19:36 +08:00
7781d6236e nixbld/rt: disable TCP
93e19c74e9 nixbld/rt: use psql peer authentication
Compare 2 commits »
sb10q pushed to release-8 at M-Labs/artiq-extrapkg 2024-08-10 00:05:49 +08:00
54236861f4 flake: update dependencies
sb10q pushed to master at M-Labs/labelprinter 2024-08-09 23:25:47 +08:00
42e9268e26 convert -> magick
sb10q commented on issue M-Labs/web2019#148 2024-08-09 18:29:26 +08:00
Phaser doesn't actually fit into 4hp

Maybe just put a warning if the card next to it isn't short? Dynamic card size sounds difficult to implement and might make the design messy, doesn't sound worth it for this small problem.

sb10q commented on pull request M-Labs/artiq-zynq#310 2024-08-08 10:10:42 +08:00
WIP: read idle kernel config after experiment end

This PR allows updating idle kernels by flashing -> running an experiment. The new idle kernel will start as expected on experiment finish.

That's not what I would expect. I would expect it…

sb10q closed pull request M-Labs/artiq-zynq#312 2024-08-08 10:06:53 +08:00
Makefile: add --locked
sb10q commented on pull request M-Labs/artiq-zynq#312 2024-08-08 10:06:53 +08:00
Makefile: add --locked

That's just one of many issues with rust/cargo and trying to enforce the systematic use of --locked (or even --offline) is not really solving the problem.

sb10q commented on pull request M-Labs/artiq-zynq#312 2024-08-08 09:56:32 +08:00
Makefile: add --locked

With missing dependencies the build would not work.