• Joined on 2024-06-03
lyken pushed to improve-call-errors at M-Labs/nac3 2024-06-26 15:56:01 +08:00
ae48e2042d core: improve function call errors
lyken created branch improve-call-errors in M-Labs/nac3 2024-06-26 15:56:00 +08:00
lyken opened issue M-Labs/nac3#436 2024-06-26 14:03:32 +08:00
Improve type error messages for binary operations.
lyken opened issue M-Labs/nac3#435 2024-06-26 14:01:05 +08:00
unify_call() has imprecise error report.
lyken pushed to ndfactory-tuple at M-Labs/nac3 2024-06-25 16:27:07 +08:00
92e626a5c4 core: improve demo tests for numpy factories
lyken created pull request M-Labs/nac3#434 2024-06-25 15:52:45 +08:00
core: support tuple and int32 input for np_empty, np_ones, and more
lyken created branch ndfactory-tuple in M-Labs/nac3 2024-06-25 15:35:19 +08:00
lyken pushed to ndfactory-tuple at M-Labs/nac3 2024-06-25 15:35:19 +08:00
e9a705e963 core: support tuple and int32 input for np_empty, np_ones, and more
lyken pushed to master at M-Labs/nac3 2024-06-25 15:04:23 +08:00
144a3fc426 core: more derive Debug in typedef
lyken commented on pull request M-Labs/nac3#433 2024-06-25 12:37:39 +08:00
core: name codegen worker threads

Force-pushed to revise.

lyken pushed to named-worker-threads at M-Labs/nac3 2024-06-25 12:36:52 +08:00
74096eb9f6 core: name codegen worker threads
lyken created pull request M-Labs/nac3#433 2024-06-25 12:25:57 +08:00
core: name codegen worker threads
lyken created branch named-worker-threads in M-Labs/nac3 2024-06-25 12:21:47 +08:00
lyken pushed to named-worker-threads at M-Labs/nac3 2024-06-25 12:21:47 +08:00
fb331c05b4 core: name codegen worker threads
lyken commented on issue M-Labs/nac3#432 2024-06-24 15:09:49 +08:00
type inferencer crash on artiq_sinara_tester

I will work on improving the error after completing M-Labs/nac3#427.

lyken commented on pull request M-Labs/nac3#424 2024-06-21 15:13:41 +08:00
core: implement np.any() & np.all()

Revised. Squashed to cleanup the branch history. Reassigning issue to @derppening.

lyken pushed to numpy-anyall at M-Labs/nac3 2024-06-21 15:12:38 +08:00
cf24bd5e0e core: implement ndarray_iter_elem_impl and np.any() & np.all()
9587e63347 core: add BreakContinueHooks for gen_for_callback
06e9d90d57 apply clippy changes
Compare 3 commits »
lyken pushed to master at M-Labs/nac3 2024-06-21 14:14:24 +08:00
06e9d90d57 apply clippy changes
lyken commented on issue M-Labs/nac3#432 2024-06-21 13:55:10 +08:00
type inferencer crash on artiq_sinara_tester

(All code references are referencing to 567cd45eee)

Following the logs, the offending line is in `artiq/frontend/artiq_sinara_t…

lyken commented on pull request M-Labs/nac3#424 2024-06-21 13:43:40 +08:00
core: implement np.any() & np.all()

Understood. Will do soon, I am working on and am about to finish M-Labs/nac3#432.