David Mak derppening
  • Joined on 2023-08-31
derppening pushed to enhance/global-vars at M-Labs/nac3 2024-09-13 15:36:25 +08:00
derppening created branch enhance/global-vars in M-Labs/nac3 2024-09-13 15:36:24 +08:00
derppening commented on issue M-Labs/nac3#541 2024-09-13 12:01:40 +08:00
globals support in nac3standalone

The actual error for this is:

thread 'main' panicked at nac3standalone/src/main.rs:349:22:
called `Result::unwrap()` on an `Err` value: "registrations of constructs other than top level…
derppening commented on pull request M-Labs/nac3#540 2024-09-13 11:55:56 +08:00
Async RPC support

Please add documentation for these two functions.

derppening commented on pull request M-Labs/nac3#540 2024-09-13 11:55:56 +08:00
Async RPC support

What exactly is this for?

derppening approved M-Labs/nac3#540 2024-09-13 11:55:56 +08:00
Async RPC support

Please run cargo fmt and cargo clippy before merging.

derppening pushed to misc/update-pyo3 at M-Labs/nac3 2024-09-13 11:18:43 +08:00
ad94f59a9d artiq: Remove all uses to gil-refs APIs
246d2f6d05 artiq: Update to pyo3 v0.22 with gil-refs feature
19d183ed84 artiq: Update to pyo3 v0.21
5e2e77a500 [meta] Bump inkwell to v0.5
f3cc4702b9 [meta] Update dependencies
Compare 44 commits »
derppening created pull request M-Labs/nac3#544 2024-09-13 11:13:06 +08:00
Update dependencies and Inkwell
derppening deleted branch misc/update-inkwell from M-Labs/nac3 2024-09-13 11:12:03 +08:00
derppening pushed to misc/update-deps at M-Labs/nac3 2024-09-13 11:11:52 +08:00
5e2e77a500 [meta] Bump inkwell to v0.5
f3cc4702b9 [meta] Update dependencies
Compare 2 commits »
derppening created branch misc/update-deps in M-Labs/nac3 2024-09-13 11:11:51 +08:00
derppening commented on issue M-Labs/nac3#542 2024-09-13 00:20:15 +08:00
ndarray subscript assignment has to be implemented

Implemented as part of ndstrides. Will review that series of PRs soon.

derppening pushed to misc/impl-tracert at M-Labs/nac3 2024-09-11 16:42:55 +08:00
08ea118dc6 core: WIP - Add tracer runtime
abbaa506ad [standalone] Remove redundant recreation of TargetMachine
f3dc02d646 [meta] Apply cargo fmt
ea217eaea1 [meta] Update pre-commit config
5a34551905 allow the use of the LLVM shared library
Compare 19 commits »
derppening pushed to misc/mold at M-Labs/nac3 2024-09-11 16:39:20 +08:00
8f21c33f5b meta: Use mold as linker
abbaa506ad [standalone] Remove redundant recreation of TargetMachine
f3dc02d646 [meta] Apply cargo fmt
ea217eaea1 [meta] Update pre-commit config
5a34551905 allow the use of the LLVM shared library
Compare 31 commits »
derppening deleted branch derppening/temp/fixed-ndarray-rpc from M-Labs/nac3 2024-09-11 16:36:53 +08:00
derppening approved M-Labs/nac3#534 2024-09-11 15:53:06 +08:00
core: Miscellaneous fixes.
derppening pushed to misc-fixes at M-Labs/nac3 2024-09-11 15:52:50 +08:00
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
abbaa506ad [standalone] Remove redundant recreation of TargetMachine
f3dc02d646 [meta] Apply cargo fmt
Compare 12 commits »
derppening pushed to master at M-Labs/nac3 2024-09-09 14:29:47 +08:00
abbaa506ad [standalone] Remove redundant recreation of TargetMachine
f3dc02d646 [meta] Apply cargo fmt
ea217eaea1 [meta] Update pre-commit config
Compare 3 commits »
derppening deleted branch temp/ndarray-rpc-buffer-reuse from M-Labs/nac3 2024-08-30 22:47:49 +08:00
derppening pushed to master at M-Labs/nac3 2024-08-30 22:47:44 +08:00
9c33c4209c [core] Fix type of ndarray.element_type