David Mak derppening
  • Joined on 2023-08-31
derppening pushed to issue-298 at M-Labs/nac3 2023-10-23 14:58:47 +08:00
9ab4b03017 Minor style changes
d942dd556a artiq: Preserve start mu when entering `with sequential` block
Compare 2 commits »
derppening pushed to issue-298 at M-Labs/nac3 2023-10-23 14:45:27 +08:00
derppening pushed to issue-298 at M-Labs/nac3 2023-10-23 14:44:25 +08:00
derppening commented on issue M-Labs/nac3#298 2023-10-23 14:31:44 +08:00
"with parallel" breakage

More kernel test results:

    @kernel
    def run(self):
        self.core.break_realtime()
        end_t = int64(0)
        with parallel:
            with sequential:
      
derppening pushed to issue-298 at M-Labs/nac3 2023-10-23 14:28:04 +08:00
derppening pushed to issue-298 at M-Labs/nac3 2023-10-23 14:26:55 +08:00
derppening pushed to issue-298 at M-Labs/nac3 2023-10-23 14:22:18 +08:00
derppening pushed to issue-298 at M-Labs/nac3 2023-10-23 14:20:22 +08:00
derppening pushed to issue-298 at M-Labs/nac3 2023-10-23 14:17:56 +08:00
2aa65073e4 Minor style changes
Compare 2 commits »
derppening pushed to issue-298 at M-Labs/nac3 2023-10-23 13:46:59 +08:00
91fee78609 Minor style changes
derppening pushed to issue-298 at M-Labs/nac3 2023-10-23 13:35:34 +08:00
8a3d0732b3 Minor style changes
derppening pushed to issue-298 at M-Labs/nac3 2023-10-23 11:00:41 +08:00
bc34959fd3 [DO NOT MERGE] artiq: Disable opt and output LLVM IR
derppening pushed to issue-298 at M-Labs/nac3 2023-10-23 10:53:19 +08:00
98ab768a50 [DO NOT MERGE] artiq: Disable opt and output LLVM IR
derppening pushed to issue-298 at M-Labs/nac3 2023-10-23 10:51:58 +08:00
c5cc45160b [DO NOT MERGE] artiq: Disable opt and output LLVM IR
derppening pushed to issue-298 at M-Labs/nac3 2023-10-23 10:46:23 +08:00
bd0d128571 [DO NOT MERGE] artiq: Disable opt and output LLVM IR
derppening pushed to issue-298 at M-Labs/nac3 2023-10-23 10:33:54 +08:00
45604dbcb5 [DO NOT MERGE] artiq: Disable opt and output LLVM IR
derppening pushed to issue-298 at M-Labs/nac3 2023-10-23 10:24:54 +08:00
f83bf0a1fd artiq: Use gen_block when generating "with sequential"
7414fa3d14 cargo: Update dependencies
Compare 2 commits »
derppening pushed to issue-298 at M-Labs/nac3 2023-10-23 10:20:22 +08:00
ecca62b8c1 artiq: Use gen_block when generating "with sequential"
e49b760e34 ld: Support multiple CFIs with different encoding in .eh_frame
aa92778363 ld: Fix remapping of FDEs with multiple CFIs
e1487ed335 cargo: Update dependencies
Compare 4 commits »
derppening commented on pull request M-Labs/nac3#339 2023-10-23 10:09:43 +08:00
Implement NumPy math functions

v3: Rebased against master

derppening commented on pull request M-Labs/nac3#329 2023-10-23 10:08:04 +08:00
artiq: Update host exception list to match possibly thrown types

v5: Rebased against master