JittorMirror/python/jittor/test
lzhengning 40ce5e85cd polish repeat: support higher dimension 2021-09-07 20:15:33 +08:00
..
perf remove pybind11 dep 2021-05-12 20:46:31 +08:00
system polish test 2020-12-09 17:51:48 +08:00
__main__.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test.h update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_adamw.py fix console error 2021-07-22 22:14:51 +08:00
test_affine_grid.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_allocator.py support disable cuda managed memory 2021-02-22 15:39:23 +08:00
test_allocator2.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_arg_pool_op.py polish pool interface 2021-08-04 19:28:54 +08:00
test_arg_reduce_op.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_argsort_op.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_array.py worker seed and auto 64 to 32 2021-05-09 18:02:17 +08:00
test_asm_tuner.py passed most test cases 2021-06-09 21:01:32 +08:00
test_atomic_tuner.py data gz and register_hook and requires_grads_ 2021-07-26 20:58:15 +08:00
test_attention.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_auto_diff.py Merge branch 'auto_diff' of https://github.com/lzhengning/jittor 2021-07-19 11:22:00 +08:00
test_batchnorm.py bug fix 2021-06-09 15:52:44 +08:00
test_bicubic.py avoid import error when no torch installed 2021-06-18 15:56:13 +08:00
test_binary_op.py polish mod float negtive 2021-07-18 20:14:41 +08:00
test_bmm.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_broadcast_to_op.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_broadcast_tuner.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_cache.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_candidate.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_clone.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_code_op.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_compile_options.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_concat_op.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_console.py add jt console support 2021-01-15 23:04:24 +08:00
test_contrib.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_conv_transpose.py polish conv1d bias 2021-03-10 15:25:55 +08:00
test_conv_tuner.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_core.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_cub_cumsum.py optimize cumsum with unroll 2021-09-02 17:22:46 +08:00
test_cublas_test_op.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_cuda.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_cudnn_op.py conv3d optimization 2021-06-10 15:27:12 +08:00
test_cumprod_op.py avoid import error when no torch installed 2021-06-18 15:56:13 +08:00
test_custom_op.py update 2020 -> 2021 2021-01-07 16:25:00 +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 polish mpi dataset shuffle list 2021-08-24 17:22:39 +08:00
test_default_var.py bug fix 2021-06-09 15:52:44 +08:00
test_densenet.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_depthwise_conv.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_distributions.py avoid import error when no torch installed 2021-06-18 15:56:13 +08:00
test_emnist.py add emnist dataset and mac polish 2021-09-04 14:37:49 +08:00
test_example.py passed most test cases 2021-06-09 21:01:32 +08:00
test_example_accumulate_grad.py passed most test cases 2021-06-09 21:01:32 +08:00
test_fetcher.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_flags.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_fold.py avoid import error when no torch installed 2021-06-18 15:56:13 +08:00
test_function.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_fused_op.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_fuser.py polish loop var pickup method 2021-01-17 22:15:53 +08:00
test_grad.py bug fix 2021-06-09 15:52:44 +08:00
test_group_conv_tuner.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_hook.py data gz and register_hook and requires_grads_ 2021-07-26 20:58:15 +08:00
test_image_folder.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_inception.py add stride padding(h,w) support and ctrl-c quick exit 2021-02-20 16:34:24 +08:00
test_index_op.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_init.py parallel compiler & normal random 2020-09-06 21:58:03 +08:00
test_jit_tests.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_jtune.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_lazy_execution.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_linalg.py avoid import error when no torch installed 2021-06-18 15:56:13 +08:00
test_load_pth.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_lock.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_log.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_longest_dis_fuse.py passed most test cases 2021-06-09 21:01:32 +08:00
test_loss.py add ce loss test 2021-06-25 14:36:33 +08:00
test_loss3d.py polish repeat: support higher dimension 2021-09-07 20:15:33 +08:00
test_lr_scheduler.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_lstm.py feat: add rnn, gru 2021-04-29 14:58:24 +08:00
test_matmul.py Merge branch 'master' into macOS 2021-06-18 10:30:57 +08:00
test_matmul_tuner.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_mem.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_memory_profiler.py add distribution for rl 2021-04-29 23:04:02 +08:00
test_merge_loop_var_pass.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_merge_single_array_op.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_misc_issue.py add float64 atomic 2021-08-11 19:16:15 +08:00
test_misc_op.py add bilinear module 2021-07-23 23:31:21 +08:00
test_mkl_conv_op.py add stride padding(h,w) support and ctrl-c quick exit 2021-02-20 16:34:24 +08:00
test_mkl_test_op.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_models.py fix densenet vary shape input 2021-02-25 11:39:55 +08:00
test_mpi.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_mpi_batchnorm.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_mpi_op.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_nano_string.py remove pybind11 dep 2021-05-12 20:46:31 +08:00
test_nano_vector.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_nccl.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_nccl_ops.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_new_fused_op.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_node.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_notebooks.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_numpy_code_op.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_op_compiler.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_opt_state_dict.py fix console error 2021-07-22 22:14:51 +08:00
test_optimizer.py polish setitem optimize 2021-07-20 21:14:55 +08:00
test_pad.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_parallel_pass.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_param_list.py param list test polist 2021-06-22 21:35:56 +08:00
test_pytorch_converter.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_random_op.py avoid import error when no torch installed 2021-06-18 15:56:13 +08:00
test_reduce_op.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_reduce_tuner.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_reindex_op.py floor keep type and better mem_info 2021-07-30 20:40:21 +08:00
test_reindex_reduce_op.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_relu.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_reorder_tuner.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_repeat.py polish repeat: support higher dimension 2021-09-07 20:15:33 +08:00
test_reshape.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_resize_and_crop.py floor keep type and better mem_info 2021-07-30 20:40:21 +08:00
test_resnet.py add endless dataset 2021-07-01 17:42:46 +08:00
test_ring_buffer.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_ring_buffer2.py add jittor var pickle-able 2021-01-29 15:20:40 +08:00
test_rnn.py add rnncell and grucell 2021-04-29 16:08:05 +08:00
test_sampler.py add sampler (#187) 2021-03-23 19:08:16 +08:00
test_search_sorted.py avoid import error when no torch installed 2021-06-18 15:56:13 +08:00
test_searchsorted_op.py update test_searchsorted_op 2021-06-18 16:09:51 +08:00
test_setitem.py polish slice ellipsis_with_none 2021-07-23 14:38:45 +08:00
test_single_process_scope.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_slice.py bug fix 2021-06-09 15:52:44 +08:00
test_sparse.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_std.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_stop_fuse.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_ternary_op.py bug fix 2021-06-09 15:52:44 +08:00
test_trace_var.py update test_trace_var 2021-06-18 16:25:27 +08:00
test_tracer.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00
test_transform.py Merge branch 'master' into macOS 2021-06-18 10:30:57 +08:00
test_transpose_op.py add fuseable transpose op 2021-08-12 20:56:03 +08:00
test_unary_op.py add safe_clip and safe_log 2021-06-11 14:11:58 +08:00
test_utils.py avoid import error when no torch installed 2021-06-18 15:56:13 +08:00
test_vgg.py fix console error 2021-07-22 22:14:51 +08:00
test_where_op.py update 2020 -> 2021 2021-01-07 16:25:00 +08:00