artiq/artiq/test/lit/embedding
mwojcik 392533f8ee subkernel lit tests: fix timeouts to no-timeouts 2024-02-01 18:56:07 +08:00
..
annotation.py compiler: Allow `None` in type hints 2019-12-19 09:36:45 +08:00
annotation_py.py Allow using Python types in type annotations 2023-09-26 23:46:43 +01:00
array_math_fns.py compiler: Implement binary NumPy math functions (arctan2, …) 2020-11-11 01:35:28 +01:00
array_transpose.py compiler: Implement 1D-/2D- array transpose 2020-08-09 03:54:42 +01:00
arrays.py compiler: Assume array()s are always rectangular 2020-08-09 03:54:42 +01:00
async_rpc.py firmware, compiler: rename rpc functions to be more consistent. 2017-02-25 14:12:58 +00:00
bug_477.py compiler.embedding: always do one final inference pass. 2016-06-16 14:18:43 +00:00
class_fn_direct_call.py compiler: handle direct calls to class methods. 2018-05-25 02:02:18 +00:00
class_same_name.py compiler: Fix crash on multiple types with the same name 2023-09-26 23:31:21 +01:00
device_db.py fold comm device into core device 2017-05-22 15:45:45 +08:00
error_attr_absent.py compiler: make kernel_invariant an instance, not class, property. 2016-04-29 13:06:11 +00:00
error_attr_absent_suggest.py compiler: make kernel_invariant an instance, not class, property. 2016-04-29 13:06:11 +00:00
error_attr_conflict.py compiler: print the builtin type int(width=...) as np.int... 2016-07-06 04:22:51 +00:00
error_attr_constant.py style 2016-05-03 16:24:01 +08:00
error_attr_unify.py compiler: print the builtin type int(width=...) as np.int... 2016-07-06 04:22:51 +00:00
error_host_only.py embedding: reimplement 373578bc properly. 2016-07-07 11:49:21 +00:00
error_kernel_method_no_self.py compiler: fix quoting of methods (fixes #423). 2016-05-09 12:25:57 +00:00
error_kernel_method_self_unify.py compiler: fix quoting of methods (fixes #423). 2016-05-09 12:25:57 +00:00
error_name_absent_suggest.py compiler: make kernel_invariant an instance, not class, property. 2016-04-29 13:06:11 +00:00
error_rpc_annot_return.py compiler: make kernel_invariant an instance, not class, property. 2016-04-29 13:06:11 +00:00
error_rpc_async_return.py compiler: add support for async RPCs. 2016-10-30 00:57:31 +00:00
error_specialized_annot.py Allow using Python types in type annotations 2023-09-26 23:46:43 +01:00
error_subkernel_annot.py tests: add lit tests for subkernels 2023-10-08 17:11:51 +08:00
error_subkernel_annot_return.py tests: add lit tests for subkernels 2023-10-08 17:11:51 +08:00
error_syscall_annot.py compiler: make kernel_invariant an instance, not class, property. 2016-04-29 13:06:11 +00:00
error_syscall_annot_return.py compiler: make kernel_invariant an instance, not class, property. 2016-04-29 13:06:11 +00:00
error_syscall_arg.py compiler: make kernel_invariant an instance, not class, property. 2016-04-29 13:06:11 +00:00
error_syscall_default_arg.py compiler: make kernel_invariant an instance, not class, property. 2016-04-29 13:06:11 +00:00
error_syscall_return.py compiler: make kernel_invariant an instance, not class, property. 2016-04-29 13:06:11 +00:00
error_tuple_index_assign.py Allow indexing tuples in kernel code 2023-09-12 14:43:38 +01:00
eval.py compiler, language: Implement @kernel_from_string 2019-12-18 10:51:04 +08:00
exception.py lit-test: move to artiq/test 2016-01-18 15:28:24 -07:00
fast_math_flags.py compiler: allow specifying per-function "fast-math" flags. 2016-03-28 21:44:08 +00:00
fn_ptr_list.py compiler: skip functional values in attribute writeback. 2018-08-10 12:02:49 +00:00
function_polymorphism.py lit-test: move to artiq/test 2016-01-18 15:28:24 -07:00
index_tuple.py Allow indexing tuples in kernel code 2023-09-12 14:43:38 +01:00
inheritance.py embedding: specialize inherited functions. 2016-05-16 15:59:26 +00:00
invariant_nested.py compiler: fix overly strict constness analysis. 2017-02-26 01:58:21 +00:00
invariant_propagation.py compiler: Emit all-kernel_invariant objects as LLVM constants 2016-11-09 14:50:48 +00:00
math_fns.py compiler: Implement binary NumPy math functions (arctan2, …) 2020-11-11 01:35:28 +01:00
method_on_instance.py compiler: support methods defined on singleton instances. 2017-01-30 10:10:21 +00:00
mixed_tuple.py Fix type annotations with mixed tuples 2023-09-26 23:43:01 +01:00
module.py compiler: add support for Python modules. 2016-06-21 23:35:07 +00:00
rpc_method_polymorphism.py compiler: fix quoting of methods (fixes #423). 2016-05-09 12:25:57 +00:00
subkernel_message_recv.py subkernel lit tests: fix timeouts to no-timeouts 2024-02-01 18:56:07 +08:00
subkernel_message_send.py tests: add message passing tests 2024-01-31 11:46:07 +08:00
subkernel_no_arg.py satman: allow subkernels start subkernels 2024-01-09 08:44:45 +08:00
subkernel_return.py subkernel lit tests: fix timeouts to no-timeouts 2024-02-01 18:56:07 +08:00
subkernel_return_none.py subkernel lit tests: fix timeouts to no-timeouts 2024-02-01 18:56:07 +08:00
subkernel_self.py satman: allow subkernels start subkernels 2024-01-09 08:44:45 +08:00
subkernel_self_args.py satman: allow subkernels start subkernels 2024-01-09 08:44:45 +08:00
subkernel_with_arg.py satman: allow subkernels start subkernels 2024-01-09 08:44:45 +08:00
subkernel_with_opt_arg.py satman: allow subkernels start subkernels 2024-01-09 08:44:45 +08:00
syscall_arg_attrs.py flake: update llvmlite 2023-08-07 23:02:23 +08:00
syscall_flags.py flake: update llvmlite 2023-08-07 23:02:23 +08:00
tuple.py compiler: Quote tuples as TTuple values 2019-03-31 23:40:21 +08:00
warning_invariant_1.py compiler: make kernel_invariant an instance, not class, property. 2016-04-29 13:06:11 +00:00
warning_invariant_2.py style 2016-05-03 16:24:01 +08:00
warning_invariant_missing.py compiler: warn about unused kernel_invariant entries. 2016-09-14 23:28:55 +00:00