David Mak derppening
  • Joined on 2023-08-31
derppening created pull request M-Labs/nac3#377 2024-02-05 12:29:09 +08:00
Allow return of tuple of primitives
derppening pushed to enhance/disallow-non-primitive-return at M-Labs/nac3 2024-02-02 12:49:25 +08:00
27011f385b core: Add location to non-primitive value return error
d6302b6ec8 core: Allow tuple of primitives to be returned
Compare 2 commits »
derppening created branch enhance/disallow-non-primitive-return in M-Labs/nac3 2024-02-02 12:49:25 +08:00
derppening created pull request M-Labs/nac3#376 2024-01-29 12:57:26 +08:00
Disallow return of non-primitive values
derppening pushed to enhance/disallow-non-primitive-return at M-Labs/nac3 2024-01-29 12:54:34 +08:00
fef4b2a5ce standalone: Disable tests requiring return of non-primitive values
b3736c3e99 core: Disallow returning of non-primitive values
Compare 2 commits »
derppening created branch enhance/disallow-non-primitive-return in M-Labs/nac3 2024-01-29 12:54:33 +08:00
derppening created pull request M-Labs/nac3#375 2024-01-25 15:54:09 +08:00
Add LLVM value abstractions for List, Range and NDArray
derppening created pull request M-Labs/nac3#374 2024-01-25 15:53:32 +08:00
Miscellaneous Fixes to IRRT and Standalone Tests
derppening pushed to enhance/issue-149-ndarray at M-Labs/nac3 2024-01-25 15:51:47 +08:00
8470915809 core: Add NDArrayValue and helper functions
148900302e core: Add RangeValue and helper functions
5ee08b585f core: Add ListValue and helper functions
f1581299fc core: Minor changes to IRRT
af95ba5012 standalone: Add debug flag to run_demo.sh
Compare 6 commits »
derppening pushed to misc-fix at M-Labs/nac3 2024-01-25 15:50:59 +08:00
f1581299fc core: Minor changes to IRRT
af95ba5012 standalone: Add debug flag to run_demo.sh
9c9756be33 standalone: Use size_t in demo.c
Compare 3 commits »
derppening created branch misc-fix in M-Labs/nac3 2024-01-25 15:50:59 +08:00
derppening pushed to enhance/issue-149-ndarray at M-Labs/nac3 2024-01-25 15:50:30 +08:00
ce0a1951e2 core: Add NDArrayValue and helper functions
7f74922358 core: Add RangeValue and helper functions
883ddae5ed core: Add ListValue and helper functions
Compare 3 commits »
derppening pushed to enhance/issue-149-ndarray at M-Labs/nac3 2024-01-24 18:31:08 +08:00
d370aeca3a WIP: Add NDArrayValue and helper functions
7839d2e8f3 core: Add RangeValue and helper functions
12603ef937 core: Add ListValue and helper functions
78c54024dd core: Minor changes to IRRT
1d3e8a38ef standalone: Add debug flag to run_demo.sh
Compare 6 commits »
derppening created branch enhance/issue-149-ndarray in M-Labs/nac3 2024-01-24 18:31:08 +08:00
derppening pushed to fix/ndarray-artiq at M-Labs/nac3 2024-01-17 10:40:17 +08:00
2a922c7480 artiq: Fix source module of NDArray
derppening created branch fix/ndarray-artiq in M-Labs/nac3 2024-01-17 10:40:16 +08:00
derppening created pull request M-Labs/nac3#373 2024-01-17 10:02:18 +08:00
Fix for several compilation/test regressions
derppening pushed to fix/regressions at M-Labs/nac3 2024-01-17 09:58:24 +08:00
e3e2c36ef4 core: Mark TNDArray and TLiteral as unimplemented in tests
4f9a0110c4 meta: Update insta snapshots
12c0eed0a3 core: Fix compilation of tests
c679474f5c standalone: Fix redefinition of ndarray consumer functions
Compare 4 commits »
derppening created branch fix/regressions in M-Labs/nac3 2024-01-17 09:58:24 +08:00
derppening commented on pull request M-Labs/nac3#371 2023-12-22 16:35:39 +08:00
Implement ndarray class, constructor and creation functions

Opened #372.