JittorMirror/python/jittor/test
Dun Liang 899bc4d9e8 polish test 2020-12-09 17:51:48 +08:00
..
perf add system test 2020-12-07 22:48:25 +08:00
system polish test 2020-12-09 17:51:48 +08:00
__main__.py jit_prepare for array op 2020-10-12 18:01:14 +08:00
test.h version 1522f3d004f9bdbf3953d91d4c259c341817c71f 2020-03-19 12:20:54 +08:00
test_affine_grid.py jit_prepare for array op 2020-10-12 18:01:14 +08:00
test_allocator.py version 1522f3d004f9bdbf3953d91d4c259c341817c71f 2020-03-19 12:20:54 +08:00
test_allocator2.py version 1522f3d004f9bdbf3953d91d4c259c341817c71f 2020-03-19 12:20:54 +08:00
test_arg_pool_op.py small test size for pool 2020-06-05 12:52:59 +08:00
test_arg_reduce_op.py version 1.2 2020-10-10 16:38:21 +08:00
test_argsort_op.py add sphinx doc 2020-05-21 20:32:01 +08:00
test_array.py fix array dtype 2020-08-14 17:01:11 +08:00
test_asm_tuner.py version 1522f3d004f9bdbf3953d91d4c259c341817c71f 2020-03-19 12:20:54 +08:00
test_atomic_tuner.py fix sidx<0 in atomic tuner 2020-09-08 21:17:16 +08:00
test_attention.py attention op & Sequential with OrderedDict 2020-08-28 20:48:10 +08:00
test_auto_diff.py add AutoDiff 2020-09-19 13:44:55 +08:00
test_batchnorm.py optimize where op && fix vary shape infer 2020-10-26 22:03:53 +08:00
test_binary_op.py fix float mod 2020-08-17 14:08:31 +08:00
test_bmm.py Merge branch 'gmh' of https://github.com/Jittor/jittor 2020-07-19 13:40:37 +08:00
test_broadcast_to_op.py fix zero dim broadcast 2020-08-17 20:20:31 +08:00
test_broadcast_tuner.py version 1522f3d004f9bdbf3953d91d4c259c341817c71f 2020-03-19 12:20:54 +08:00
test_cache.py version 1522f3d004f9bdbf3953d91d4c259c341817c71f 2020-03-19 12:20:54 +08:00
test_candidate.py version 1522f3d004f9bdbf3953d91d4c259c341817c71f 2020-03-19 12:20:54 +08:00
test_clone.py change eager_execution -> lazy_execution 2020-08-11 20:58:44 +08:00
test_code_op.py code op with output 2020-10-16 15:02:04 +08:00
test_compile_options.py add sphinx doc 2020-05-21 20:32:01 +08:00
test_concat_op.py jit_prepare for array op 2020-10-12 18:01:14 +08:00
test_contrib.py jit_prepare for array op 2020-10-12 18:01:14 +08:00
test_conv_transpose.py multiprocess dataset loader 2020-03-28 13:53:34 +08:00
test_conv_tuner.py parallel compiler & normal random 2020-09-06 21:58:03 +08:00
test_core.py polish matmul 2020-07-31 21:02:01 +08:00
test_cublas_test_op.py add sphinx doc 2020-05-21 20:32:01 +08:00
test_cuda.py optimize jit_prepare 2020-10-26 19:40:04 +08:00
test_cudnn_op.py add sphinx doc 2020-05-21 20:32:01 +08:00
test_custom_op.py optimize jit_prepare 2020-10-26 19:40:04 +08:00
test_cutt.py add sphinx doc 2020-05-21 20:32:01 +08:00
test_cutt_transpose_op.py fix transpose bugs 2020-11-24 10:14:31 +08:00
test_dataset.py multiprocess dataset loader 2020-03-28 13:53:34 +08:00
test_default_var.py version 1522f3d004f9bdbf3953d91d4c259c341817c71f 2020-03-19 12:20:54 +08:00
test_densenet.py skip test densenet 2020-09-10 17:23:09 +08:00
test_depthwise_conv.py polish test 2020-12-09 17:51:48 +08:00
test_example.py auto diff hook optimizer and rand 2020-09-25 14:14:28 +08:00
test_fetcher.py fix async fetch with update queue 2020-06-30 12:02:35 +08:00
test_flags.py add sphinx doc 2020-05-21 20:32:01 +08:00
test_function.py change eager_execution -> lazy_execution 2020-08-11 20:58:44 +08:00
test_fused_op.py add sphinx doc 2020-05-21 20:32:01 +08:00
test_grad.py Function customized backward and no grad 2020-07-14 22:42:04 +08:00
test_group_conv_tuner.py add sphinx doc 2020-05-21 20:32:01 +08:00
test_image_folder.py multiprocess dataset loader 2020-03-28 13:53:34 +08:00
test_index_op.py version 1522f3d004f9bdbf3953d91d4c259c341817c71f 2020-03-19 12:20:54 +08:00
test_init.py parallel compiler & normal random 2020-09-06 21:58:03 +08:00
test_jit_tests.py version 1522f3d004f9bdbf3953d91d4c259c341817c71f 2020-03-19 12:20:54 +08:00
test_jtune.py version 1522f3d004f9bdbf3953d91d4c259c341817c71f 2020-03-19 12:20:54 +08:00
test_lazy_execution.py better error control && fix doc && fix free buffer 2020-08-14 13:49:33 +08:00
test_linalg.py cholesky_test edited 2020-08-11 21:13:15 +08:00
test_load_pth.py version 1522f3d004f9bdbf3953d91d4c259c341817c71f 2020-03-19 12:20:54 +08:00
test_lock.py fix lock test 2020-04-11 17:51:01 +08:00
test_log.py parallel compiler & normal random 2020-09-06 21:58:03 +08:00
test_longest_dis_fuse.py add sphinx doc 2020-05-21 20:32:01 +08:00
test_loss.py BCELoss add weight 2020-08-14 17:32:42 +08:00
test_lr_scheduler.py densenet & lr_scheduler 2020-09-03 17:58:39 +08:00
test_matmul.py parallel compiler & normal random 2020-09-06 21:58:03 +08:00
test_matmul_tuner.py version 1522f3d004f9bdbf3953d91d4c259c341817c71f 2020-03-19 12:20:54 +08:00
test_mem.py fix ci 2020-05-28 23:20:45 +08:00
test_merge_loop_var_pass.py merge loop var optimize 2020-11-25 22:15:41 +08:00
test_merge_single_array_op.py jit_prepare for array op 2020-10-12 18:01:14 +08:00
test_misc_issue.py add __iter__ in sequential 2020-10-17 15:42:14 +08:00
test_misc_op.py add make_grid & unbind 2020-08-11 17:16:32 +08:00
test_mkl_conv_op.py add system test 2020-12-07 22:48:25 +08:00
test_mkl_test_op.py version 1522f3d004f9bdbf3953d91d4c259c341817c71f 2020-03-19 12:20:54 +08:00
test_models.py fix densenet bug 2020-09-08 20:36:17 +08:00
test_mpi.py jt.mpi -> jt.in_mpi 2020-06-11 17:06:52 +08:00
test_mpi_batchnorm.py jit_prepare for array op 2020-10-12 18:01:14 +08:00
test_mpi_op.py jt.mpi -> jt.in_mpi 2020-06-11 17:06:52 +08:00
test_nano_string.py auto diff hook optimizer and rand 2020-09-25 14:14:28 +08:00
test_nano_vector.py fix slice bug 2020-04-29 13:36:25 +08:00
test_nccl.py setup nccl 2020-04-01 23:37:07 +08:00
test_nccl_ops.py fix fetcher segfault 2020-04-22 19:38:01 +08:00
test_new_fused_op.py version 1522f3d004f9bdbf3953d91d4c259c341817c71f 2020-03-19 12:20:54 +08:00
test_node.py fix bool setitem and reshape NanoVector 2020-07-27 16:03:16 +08:00
test_notebooks.py fix gan and python3-config path lookup 2020-06-04 13:47:02 +08:00
test_numpy_code_op.py better error control && fix doc && fix free buffer 2020-08-14 13:49:33 +08:00
test_op_compiler.py merge loop var optimize 2020-11-25 22:15:41 +08:00
test_optimizer.py add param groups 2020-05-11 15:36:37 +08:00
test_pad.py add bmm_transpose and pad and merge_loop_flags 2020-11-03 17:04:25 +08:00
test_parallel_pass.py merge loop var optimize 2020-11-25 22:15:41 +08:00
test_pytorch_converter.py models & converter & flatten/view/permute/adapool 2020-04-19 22:01:32 +08:00
test_random_op.py parallel compiler & normal random 2020-09-06 21:58:03 +08:00
test_reduce_op.py optimize ring buffer and copy free array op 2020-11-02 17:11:29 +08:00
test_reduce_tuner.py version 1522f3d004f9bdbf3953d91d4c259c341817c71f 2020-03-19 12:20:54 +08:00
test_reindex_op.py fix # Kh, Kw, Kc 2020-03-23 21:07:30 +08:00
test_reindex_reduce_op.py version 1522f3d004f9bdbf3953d91d4c259c341817c71f 2020-03-19 12:20:54 +08:00
test_relu.py optimize ring buffer and copy free array op 2020-11-02 17:11:29 +08:00
test_reorder_tuner.py version 1522f3d004f9bdbf3953d91d4c259c341817c71f 2020-03-19 12:20:54 +08:00
test_reshape.py fix bool setitem and reshape NanoVector 2020-07-27 16:03:16 +08:00
test_resize_and_crop.py fix ci 2020-08-14 17:37:10 +08:00
test_resnet.py merge loop var optimize 2020-11-25 22:15:41 +08:00
test_ring_buffer.py polish code 2020-03-29 17:13:00 +08:00
test_ring_buffer2.py signal handler for ctrl-c 2020-11-03 12:36:04 +08:00
test_single_process_scope.py jt.mpi -> jt.in_mpi 2020-06-11 17:06:52 +08:00
test_slice.py fix vary shape setitem 2020-10-17 15:08:55 +08:00
test_std.py more loss and op 2020-04-29 23:36:04 +08:00
test_stop_fuse.py fix contrib 2020-06-23 22:48:42 +08:00
test_ternary_op.py version 1522f3d004f9bdbf3953d91d4c259c341817c71f 2020-03-19 12:20:54 +08:00
test_trace_var.py better trace_py_var 2020-11-06 14:41:38 +08:00
test_tracer.py add sphinx doc 2020-05-21 20:32:01 +08:00
test_transpose_op.py small fix & add test 2020-04-20 14:54:44 +08:00
test_unary_op.py fix bool setitem and reshape NanoVector 2020-07-27 16:03:16 +08:00
test_utils.py version 1522f3d004f9bdbf3953d91d4c259c341817c71f 2020-03-19 12:20:54 +08:00
test_vgg.py fix async fetch with update queue 2020-06-30 12:02:35 +08:00
test_where_op.py merge loop var optimize 2020-11-25 22:15:41 +08:00