• Joined on 2021-07-22
mwojcik pushed to async_rpc at mwojcik/nac3 2024-09-12 16:33:51 +08:00
50e9ccb7c4 cargo fmt
2d1cd95c2c artiq: support async rpcs
3e92c491f5 [standalone] Add tests creating ndarrays with tuple dims
7f629f1579 core: fix comment in unify_call
5640a793e2 core: allow np_full to take tuple shapes
Compare 13 commits »
mwojcik pushed to async_rpc at mwojcik/nac3 2024-09-12 16:28:11 +08:00
733dc218d0 artiq: get decorator flags, check if rpc is async
mwojcik pushed to async_rpc at mwojcik/nac3 2024-09-12 15:16:36 +08:00
2f7799c978 remove funcoptions
mwojcik pushed to async_rpc at mwojcik/nac3 2024-09-12 14:46:22 +08:00
4659b16d5f remove flags from python decorator definition
mwojcik pushed to async_rpc at mwojcik/nac3 2024-09-12 14:40:53 +08:00
94f0c467fa artiq: support decorators with arguments
mwojcik pushed to async_rpc at mwojcik/nac3 2024-09-12 12:12:13 +08:00
b79e3312ef artiq: support decorators with arguments
mwojcik created pull request M-Labs/nac3#540 2024-09-11 19:24:13 +08:00
[WIP] Async RPC support
mwojcik pushed to async_rpc at mwojcik/nac3 2024-09-11 18:31:57 +08:00
4c1e4b8fba rpc: support async funcoption
mwojcik created branch async_rpc in mwojcik/nac3 2024-09-10 17:23:03 +08:00
mwojcik pushed to async_rpc at mwojcik/nac3 2024-09-10 17:23:03 +08:00
219af79017 FunSignature: add "opts" field
987d17b5e8 nac3artiq: detect decorators with arguments
7204513a9f debug
9c33c4209c [core] Fix type of ndarray.element_type
122983f11c flake: update dependencies
Compare 10 commits »
mwojcik pushed to subkernels at mwojcik/nac3 2024-09-05 17:20:34 +08:00
47cb3ebddf make note of subkernel id, and destination at some point
mwojcik pushed to subkernels at mwojcik/nac3 2024-09-04 17:39:32 +08:00
52d6121a84 add subkernel calling routine
mwojcik pushed to subkernels at mwojcik/nac3 2024-09-03 16:59:17 +08:00
27fef12545 initial subkernels commit
c8dfdcfdea standalone & artiq: remove class_names from resolver
600a5c8679 Revert "standalone: reformat demo.c"
22c4d25802 core/typecheck: add missing typecheck in matmul
308edb8237 standalone: reformat demo.c
Compare 10 commits »
mwojcik created branch subkernels in mwojcik/nac3 2024-09-03 16:59:16 +08:00
mwojcik opened issue sinara-hw/assembly#26 2024-09-02 10:27:46 +08:00
DIO_SPI configuration
mwojcik commented on pull request M-Labs/artiq-zynq#323 2024-08-28 13:55:36 +08:00
Support CoreMgmt over DRTIO on Zynq Devices

Slightly related: I like the tuple to keep the argument list shorter/more compartmentalized, should we adapt it in other places too?

mwojcik opened issue M-Labs/artiq-zynq#322 2024-08-28 10:43:28 +08:00
Master with 2 SoC satellites - communication failed (timed out)
mwojcik opened issue M-Labs/nac3#491 2024-08-13 16:06:52 +08:00
Cannot pass `str` into kernels from outside
mwojcik created repository mwojcik/nac3 2024-08-12 15:21:27 +08:00
mwojcik commented on issue M-Labs/artiq-zynq#241 2024-08-08 03:29:24 +08:00
Add a way to create SD image without nix build

The procedure for making an SD image without nix build is described in the manual now.