JittorMirror/python/jittor/test
Dun Liang c7e604af1a cascade_setitem v[a][b][c] = x -> v[a,b,c] = x 2022-12-05 14:42:15 +08:00
..
misc add fp16 support 2022-03-15 17:45:39 +08:00
perf add jittor_home 2022-03-22 20:28:43 +08:00
system polish test 2020-12-09 17:51:48 +08:00
__main__.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test.h update copyright to 2022 2022-04-22 18:01:02 +08:00
test_acl.py polish backend 2022-10-26 14:29:53 +08:00
test_adamw.py polish mem leak problem 2022-09-16 00:59:29 +08:00
test_affine_grid.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_allocator.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_allocator2.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_arg_pool_op.py polish pool interface 2021-08-04 19:28:54 +08:00
test_arg_reduce_op.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_argsort_op.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_array.py add node_order control execute order 2022-05-06 12:57:47 +08:00
test_asm_tuner.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_atomic_tuner.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_attention.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_auto_diff.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_batchnorm.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_benchmark.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_bicubic.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_binary_op.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_bmm.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_broadcast_to_op.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_broadcast_tuner.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_cache.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_candidate.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_clone.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_code_op.py add data interface for code op without recompile 2022-11-29 13:42:42 +08:00
test_compile_options.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_concat_op.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_console.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_contrib.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_conv_transpose.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_conv_tuner.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_core.py polish setitem grad nullptr 2022-05-19 11:34:50 +08:00
test_cub_cumsum.py fix: wrong cumsum results with the specified dimension is larger than 4096 2022-05-24 17:05:23 +08:00
test_cublas_test_op.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_cuda.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_cudnn_op.py polish cuda env setup 2022-11-30 11:05:21 +08:00
test_cumprod_op.py remove cupy require for cumprod 2022-04-23 16:17:14 +08:00
test_custom_op.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_cutt.py add sphinx doc 2020-05-21 20:32:01 +08:00
test_cutt_transpose_op.py fix: cutt tranpose error when input is empty 2022-08-17 13:51:55 +08:00
test_dataset.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_default_var.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_densenet.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_depthwise_conv.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_distributions.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_einops.py fix pr#355&add unittest 2022-11-07 12:01:23 +08:00
test_einsum.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_emnist.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_error_msg.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_example.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_example_accumulate_grad.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_fetcher.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_fft_op.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_flags.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_fold.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_fp16.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_function.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_fused_op.py add node_order control execute order 2022-05-06 12:57:47 +08:00
test_fuser.py polish fuser 2022-04-23 18:09:05 +08:00
test_grad.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_group_conv_tuner.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_hook.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_image_folder.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_inception.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_index_op.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_init.py polish init document 2021-10-22 16:05:07 +08:00
test_interpolation.py add documentation and tests. 2022-09-18 23:41:57 +08:00
test_jit_tests.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_jtune.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_knn.py update test_knn 2022-05-03 15:08:44 +08:00
test_lazy_execution.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_linalg.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_load_pth.py update load function. 2022-07-04 23:01:02 +08:00
test_lock.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_log.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_longest_dis_fuse.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_loss.py polish cross_entropy_loss 2022-05-13 20:04:50 +08:00
test_loss3d.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_lr_scheduler.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_lstm.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_matmul.py fix use_cuda_managed_allocator 2022-06-04 23:21:03 +08:00
test_matmul_tuner.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_mem.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_memory_profiler.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_merge_loop_var_pass.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_merge_single_array_op.py polish jit key 2022-05-23 14:23:02 +08:00
test_misc_issue.py polish mem leak problem 2022-09-16 00:59:29 +08:00
test_misc_op.py add triu and tril function 2022-12-04 20:47:38 +08:00
test_mkl_conv_op.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_mkl_test_op.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_models.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_mpi.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_mpi_batchnorm.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_mpi_in_py.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_mpi_op.py fix use_cuda_managed_allocator 2022-06-04 23:21:03 +08:00
test_nano_string.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_nano_vector.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_nccl.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_nccl_ops.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_new_fused_op.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_node.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_notebooks.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_numpy_code_op.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_op_compiler.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_opt_state_dict.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_optimizer.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_pad.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_parallel_pass.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_param_list.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_profiler.py add profiler mark for easy range profiling 2022-11-16 16:05:27 +08:00
test_pytorch_converter.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_random_op.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_reduce_op.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_reduce_tuner.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_reindex_op.py polish reindex memory optimize 2022-04-24 13:57:36 +08:00
test_reindex_reduce_op.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_relu.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_reorder_tuner.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_repeat.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_reshape.py fix: support reshape empty var with uncertain dimension 2022-09-16 15:36:33 +08:00
test_resize_and_crop.py polish jit key 2022-05-23 14:23:02 +08:00
test_resnet.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_ring_buffer.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_ring_buffer2.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_rnn.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_rocm.py feature: official ROCm support 2022-08-06 00:44:33 +08:00
test_sampler.py add sampler (#187) 2021-03-23 19:08:16 +08:00
test_search_sorted.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_searchsorted_op.py update test_searchsorted_op 2021-06-18 16:09:51 +08:00
test_setitem.py cascade_setitem v[a][b][c] = x -> v[a,b,c] = x 2022-12-05 14:42:15 +08:00
test_single_process_scope.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_slice.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_sparse.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_stop_fuse.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_superglue.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_ternary_op.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_trace_var.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_tracer.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_transform.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_transpose_op.py add node_order control execute order 2022-05-06 12:57:47 +08:00
test_unary_op.py polish corex compatible 2022-11-04 23:55:55 +08:00
test_unique.py Update compilation and Add the test of cuda 2022-08-30 16:28:08 +08:00
test_utils.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_var.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_vgg.py update copyright to 2022 2022-04-22 18:01:02 +08:00
test_where_op.py update copyright to 2022 2022-04-22 18:01:02 +08:00