Open
Description
If you are motivated to help speed up some tests, we would appreciate it!
Here are some of the slowest test times:
(4 minutes 37 seconds) tests/sparse
============================= slowest 50 durations =============================
70.10s call tests/sparse/test_basic.py::TestUsmm::test_basic
14.69s call tests/sparse/sandbox/test_sp.py::TestSP::test_convolution
9.06s call tests/sparse/test_basic.py::TestCasting::test_cast
8.35s call tests/sparse/test_basic.py::TestCasting::test_infer_shape
8.16s call tests/sparse/sandbox/test_sp.py::TestSP::test_maxpool
5.27s call tests/sparse/test_basic.py::TestCsmProperties::test_csm_properties_grad
5.20s call tests/sparse/test_basic.py::TestAddMul::test_AddSD
4.92s call tests/sparse/test_basic.py::TestStructuredDot::test_dot_sparse_sparse
3.43s call tests/sparse/test_basic.py::TestCsm::test_csm_grad
2.78s call tests/sparse/test_basic.py::TestHStack::test_grad
2.57s call tests/sparse/test_basic.py::TestSpSum::test_grad
2.57s call tests/sparse/test_basic.py::TestCsm::test_csm_unsorted
2.43s call tests/sparse/test_basic.py::TestAddMul::test_AddDS
2.41s call tests/sparse/test_basic.py::TestVStack::test_grad
2.11s call tests/sparse/test_basic.py::TestDots::test_int32_dtype
1.55s call tests/sparse/test_var.py::TestSparseVariable::test_unary[any-DenseTensorType-None-None]
1.54s call tests/sparse/test_basic.py::TestVerifyGradSparse::test_grad_fail
1.44s call tests/sparse/test_basic.py::TestSparseInferShape::test_csm_grad
1.43s call tests/sparse/test_basic.py::TestUsmm::test_infer_shape
1.40s call tests/sparse/test_basic.py::TestMulSV::test_mul_s_v_grad
1.40s call tests/sparse/test_var.py::TestSparseVariable::test_unary[var-DenseTensorType-None-None]
1.38s call tests/sparse/test_basic.py::TestStructuredAddSV::test_structured_add_s_v_grad
1.37s call tests/sparse/test_basic.py::TestTrueDot::test_grad
1.34s call tests/sparse/test_var.py::TestSparseVariable::test_unary[mean-DenseTensorType-None-None]
1.30s call tests/sparse/test_var.py::TestSparseVariable::test_binary[__divmod__-DenseTensorType]
1.30s call tests/sparse/test_basic.py::TestConversion::test_format_ndim
1.02s call tests/sparse/test_var.py::TestSparseVariable::test_unary[argmin-DenseTensorType-None-None]
0.86s call tests/sparse/test_basic.py::TestConstructSparseFromList::test_adv_sub1_sparse_grad
0.83s call tests/sparse/test_basic.py::TestDots::test_sparse_sparse
0.73s call tests/sparse/test_basic.py::TestStructuredDot::test_upcast
0.72s call tests/sparse/test_basic.py::TestTrueDot::test_infer_shape
0.71s call tests/sparse/test_basic.py::TestStructuredDot::test_structureddot_csc_grad
0.70s call tests/sparse/test_basic.py::TestCsm::test_csm_sparser
0.70s call tests/sparse/test_basic.py::TestSamplingDot::test_op
0.70s call tests/sparse/test_basic.py::TestStructuredDot::test_structureddot_csr_grad
0.65s call tests/sparse/test_var.py::TestSparseVariable::test_binary[__mod__-DenseTensorType]
0.65s call tests/sparse/test_var.py::TestSparseVariable::test_binary[__or__-DenseTensorType]
0.65s call tests/sparse/test_var.py::TestSparseVariable::test_binary[__and__-DenseTensorType]
0.65s call tests/sparse/test_var.py::TestSparseVariable::test_binary[__xor__-DenseTensorType]
0.65s call tests/sparse/test_var.py::TestSparseVariable::test_binary[__truediv__-DenseTensorType]
0.64s call tests/sparse/test_basic.py::TestClean::test_grad
0.64s call tests/sparse/test_basic.py::TestCasting::test_grad
0.63s call tests/sparse/test_var.py::TestSparseVariable::test_binary[__pow__-DenseTensorType]
0.61s call tests/sparse/test_var.py::TestSparseVariable::test_unary[arctan-DenseTensorType-None-None]
0.61s call tests/sparse/test_var.py::TestSparseVariable::test_unary[deg2rad-DenseTensorType-None-None]
0.61s call tests/sparse/test_var.py::TestSparseVariable::test_unary[rad2deg-DenseTensorType-None-None]
0.61s call tests/sparse/test_var.py::TestSparseVariable::test_unary[__abs__-DenseTensorType-None-None]
0.61s call tests/sparse/test_var.py::TestSparseVariable::test_unary[arccos-DenseTensorType-None-None]
0.61s call tests/sparse/test_basic.py::TestVStack::test_op
0.61s call tests/sparse/test_var.py::TestSparseVariable::test_unary[arcsin-DenseTensorType-None-None]
=========================== short test summary info ============================
(6 minutes 21 seconds) tests --ignore=tests/tensor --ignore=tests/scan --ignore=tests/sparse --ignore=tests/xtensor
============================= slowest 50 durations =============================
26.08s call tests/test_ifelse.py::TestIfelse::test_not_lazy_if_inplace
16.17s call tests/scalar/test_basic.py::TestUpgradeToFloat::test_unary
8.89s call tests/scalar/test_basic.py::TestUpgradeToFloat::test_binary
8.38s call tests/scalar/test_basic.py::TestUpgradeToFloat::test_true_div
7.93s call tests/test_rop.py::TestRopLop::test_max
7.50s call tests/scalar/test_math.py::test_scalarloop_grad_mixed_dtypes[op2-scalar_loop_grads2]
6.96s call tests/link/c/test_cmodule.py::test_cache_race_condition
5.47s call tests/compile/test_builders.py::TestOpFromGraph::test_L_op_disconnected_output_grad
4.68s call tests/test_gradient.py::test_undefined_grad_opt
3.89s call tests/compile/test_compilelock.py::test_locking_multiprocess_spawn
3.88s call tests/test_gradient.py::test_subgraph_grad
3.60s call tests/test_rop.py::TestRopLop::test_join
3.59s call tests/test_rop.py::TestRopLop::test_alloc
3.49s call tests/scalar/test_math.py::test_scalarloop_grad_mixed_dtypes[op3-scalar_loop_grads3]
3.32s call tests/compile/test_debugmode.py::test_debugmode_basic
2.99s call tests/test_gradient.py::test_jacobian_matrix
2.84s call tests/graph/test_compute_test_value.py::TestComputeTestValue::test_scan
2.81s call tests/test_gradient.py::test_known_grads
2.77s call tests/compile/test_misc.py::test_nnet
2.74s call tests/test_gradient.py::TestHessianVectorProdudoct::test_rosen
2.61s call tests/compile/function/test_pfunc.py::TestPfunc::test_shared
2.59s call tests/compile/function/test_pfunc.py::TestAliasingRules::test_input_aliasing_affecting_inplace_operations
2.48s call tests/test_breakpoint.py::TestPdbBreakpoint::test_infer_shape
2.35s call tests/test_gradient.py::TestGrad::test_grad_grad_cubic
2.27s call tests/scalar/test_basic.py::test_grad_abs
2.24s call tests/compile/test_builders.py::TestOpFromGraph::test_grad_override[OpFromGraph]
2.21s call tests/compile/test_monitormode.py::test_not_inplace
2.21s call tests/compile/test_profiling.py::TestProfiling::test_profiling
2.20s call tests/compile/test_builders.py::TestOpFromGraph::test_compute_test_value
2.13s call tests/test_rop.py::TestRopLop::test_elemwise0
2.12s call tests/test_gradient.py::TestZeroGrad::test_grad
2.12s call tests/graph/test_compute_test_value.py::TestComputeTestValue::test_empty_elemwise
2.07s call tests/test_rop.py::TestRopLop::test_flatten
2.01s call tests/compile/function/test_types.py::TestFunction::test_swap_SharedVariable_with_given
2.01s call tests/compile/function/test_pfunc.py::TestPfunc::test_doc
1.99s call tests/compile/function/test_pfunc.py::TestAliasingRules::test_potential_output_aliasing_induced_by_updates
1.96s call tests/link/c/test_basic.py::test_shared_input_output
1.92s call tests/compile/test_debugmode.py::TestViewMap::test_aliased_outputs_bad
1.88s call tests/compile/test_debugmode.py::TestCheckIsfinite::test_check_isfinite
1.86s call tests/compile/function/test_pfunc.py::TestPfunc::test_shared_mutable
1.85s call tests/graph/test_compute_test_value.py::TestComputeTestValue::test_scan_err1
1.84s call tests/test_gradient.py::test_jacobian_vector
1.84s call tests/test_rop.py::TestRopLop::test_setsubtensor1
1.76s call tests/test_rop.py::TestRopLop::test_elemwise1
1.73s call tests/compile/test_builders.py::TestOpFromGraph::test_rop_multiple_outputs[False]
1.72s call tests/compile/test_builders.py::TestOpFromGraph::test_lop_override[OpFromGraph]
1.67s call tests/test_rop.py::TestRopLop::test_softmax
1.67s call tests/test_rop.py::TestRopLop::test_subtensor
1.60s call tests/compile/function/test_function.py::test_function_dump
1.58s call tests/compile/test_builders.py::TestOpFromGraph::test_shared_grad[cls_ofg1]
=========================== short test summary info ============================
(19 minutes 59 seconds) tests/tensor --ignore=tests/tensor/conv --ignore=tests/tensor/rewriting --ignore=tests/tensor/test_math.py --ignore=tests/tensor/test_basic.py --ignore=tests/tensor/test_inplace.py --ignore=tests/tensor/test_blas.py --ignore=tests/tensor/test_elemwise.py --ignore=tests/tensor/test_math_scipy.py
============================= slowest 50 durations =============================
42.61s call tests/tensor/test_subtensor.py::TestSubtensor::test_shape_i_const
27.08s call tests/tensor/test_blockwise.py::TestCholesky::test_grad
22.56s call tests/tensor/test_optimize.py::test_minimize_vector_x[Newton-CG]
13.81s call tests/tensor/test_subtensor.py::TestSubtensor::test_grad_list
10.20s call tests/tensor/test_casting.py::TestCasting::test_convert_to_complex
10.13s call tests/tensor/test_extra_ops.py::test_space_ops[start2-stop2-25-True-0-None-geomspace]
9.94s call tests/tensor/test_optimize.py::test_root_system_of_equations
8.52s call tests/tensor/test_blockwise.py::test_scan_gradient_core_type
7.73s call tests/tensor/test_pad.py::test_nd_padding[asymmetric-reflect]
7.72s call tests/tensor/test_fft.py::TestFFT::test_grad_rfft
7.65s call tests/tensor/test_blockwise.py::TestSolveVector::test_grad
6.79s call tests/tensor/test_extra_ops.py::test_space_ops[start2-stop2-25-True-0-None-linspace]
6.78s call tests/tensor/test_extra_ops.py::test_space_ops[1-stop5-30-True-0-None-linspace]
6.68s call tests/tensor/test_extra_ops.py::test_space_ops[1-stop5-30-True-0-None-geomspace]
6.54s call tests/tensor/test_nlinalg.py::TestSvd::test_grad[batched=True-(3,3)-compute_uv=True, full_matrices=False, gradient=U]
6.40s call tests/tensor/test_einsum.py::test_general_dot
6.35s call tests/tensor/test_pad.py::test_reflect_pad[even-symmetrical-3d square]
6.26s call tests/tensor/test_blockwise.py::TestMatrixInverse::test_grad
6.25s call tests/tensor/test_slinalg.py::test_cholesky_grad_indef
6.23s call tests/tensor/test_pad.py::test_nd_padding[asymmetric-symmetric]
6.00s call tests/tensor/test_subtensor.py::TestInferShape::test_IncSubtensor
5.99s call tests/tensor/test_blas_c.py::TestBlasStrides::test_gemm
5.96s call tests/tensor/test_subtensor.py::TestIncSubtensor::test_grad_inc_set
5.88s call tests/tensor/test_extra_ops.py::test_space_ops[1-10-50-True-0-None-geomspace]
5.82s call tests/tensor/test_pad.py::test_nd_padding[symmetric-reflect]
5.64s call tests/tensor/random/rewriting/test_basic.py::test_Subtensor_lift[indices2-True-dist_op2-dist_params2-None]
5.53s call tests/tensor/test_fft.py::TestFFT::test_rfft_float
5.53s call tests/tensor/test_nlinalg.py::test_qr_grad[real-shape=(3, 3), gradient_test_case=Q, mode=reduced]
5.52s call tests/tensor/test_blas_c.py::TestCGemvNoFlags::test_cgemv
5.24s call tests/tensor/test_extra_ops.py::TestRepeat::test_basic[int8-3]
5.16s call tests/tensor/test_blockwise.py::TestSolveMatrix::test_grad
5.09s call tests/tensor/test_extra_ops.py::TestFillDiagonalOffset::test_gradient[-5]
5.03s call tests/tensor/test_blas_c.py::TestBlasStridesC::test_gemm
5.01s call tests/tensor/test_blas_scipy.py::TestBlasStrides::test_gemm
5.00s call tests/tensor/test_extra_ops.py::TestCumOp::test_grad
4.99s call tests/tensor/test_blas_scipy.py::TestBlasStridesScipy::test_gemm
4.91s call tests/tensor/test_pad.py::test_symmetric_pad[even-symmetrical-3d square]
4.86s call tests/tensor/test_pad.py::test_nd_padding[symmetric-symmetric]
4.85s call tests/tensor/test_interpolate.py::test_interp
4.73s call tests/tensor/test_pad.py::test_nd_padding[asymmetric-mean]
4.72s call tests/tensor/test_einsum.py::test_einsum_signatures[oij,imj,mjkn,lnk,plk->op-True]
4.71s call tests/tensor/test_sort.py::TestSort::test_grad_negative_axis_4d
4.70s call tests/tensor/random/rewriting/test_basic.py::test_Subtensor_lift[indices17-True-dist_op17-dist_params17-None]
4.65s call tests/tensor/test_pad.py::test_reflect_pad[even-asymmetrical_left-3d square]
4.61s call tests/tensor/test_pad.py::test_reflect_pad[even-asymmetric_right-3d square]
4.56s call tests/tensor/test_nlinalg.py::TestSvd::test_grad[batched=False-(3,3)-compute_uv=True, full_matrices=False, gradient=U]
4.51s call tests/tensor/test_interpolate.py::test_interp_padded
4.49s call tests/tensor/test_shape.py::TestReshape::test_more_shapes
4.42s call tests/tensor/test_extra_ops.py::test_space_ops[1-10-50-True-0-None-linspace]
4.24s call tests/tensor/test_subtensor.py::TestSubtensor::test_ok_list
=========================== short test summary info ============================
(11 minutes 36 seconds) tests/tensor/test_blas.py tests/tensor/test_elemwise.py tests/tensor/test_math_scipy.py
============================= slowest 50 durations =============================
155.45s call tests/tensor/test_elemwise.py::TestCAReduce::test_c
53.74s call tests/tensor/test_blas.py::TestGemmNoFlags::test_gemm
24.92s call tests/tensor/test_math_scipy.py::TestGammaIncBroadcast::test_grad
22.40s call tests/tensor/test_blas.py::test_dot22scalar
17.55s call tests/tensor/test_elemwise.py::TestCAReduce::test_perform
15.26s call tests/tensor/test_math_scipy.py::TestBetaincBroadcast::test_grad
11.80s call tests/tensor/test_blas.py::test_batched_tensordot
10.93s call tests/tensor/test_math_scipy.py::TestGammaInccBroadcast::test_grad
9.14s call tests/tensor/test_math_scipy.py::TestBetaIncGrad::test_stan_grad_partial
8.72s call tests/tensor/test_elemwise.py::TestCAReduce::test_c_noopt
8.13s call tests/tensor/test_math_scipy.py::test_gammainc_ddk_tabulated_values
7.61s call tests/tensor/test_elemwise.py::TestCAReduce::test_perform_nan
7.31s call tests/tensor/test_math_scipy.py::TestHyp2F1Broadcast::test_grad
7.12s call tests/tensor/test_math_scipy.py::TestBetaincInplaceBroadcast::test_grad
6.93s call tests/tensor/test_blas.py::test_local_dot22_to_dot22scalar
6.76s call tests/tensor/test_elemwise.py::TestBroadcast::test_c
6.63s call tests/tensor/test_blas.py::test_dot22scalar_cast
5.43s call tests/tensor/test_elemwise.py::TestBroadcast::test_c_inplace
5.40s call tests/tensor/test_elemwise.py::TestElemwise::test_infer_shape
5.32s call tests/tensor/test_blas.py::TestBlasStrides::test_gemm
5.24s call tests/tensor/test_blas.py::test_dot_w_self
5.03s call tests/tensor/test_math_scipy.py::TestHyp2F1Grad::test_hyp2f1_grad_stan_cases
4.94s call tests/tensor/test_elemwise.py::TestCAReduce::test_infer_shape
4.81s call tests/tensor/test_math_scipy.py::TestChi2SFBroadcast::test_good
4.63s call tests/tensor/test_math_scipy.py::TestErfcxBroadcast::test_grad
4.46s call tests/tensor/test_math_scipy.py::TestErfBroadcast::test_grad
4.16s call tests/tensor/test_blas.py::TestGemm::test_factorised_scalar
4.09s call tests/tensor/test_blas.py::test_gemm_opt0
3.77s call tests/tensor/test_math_scipy.py::TestGammalnBroadcast::test_good
3.67s call tests/tensor/test_math_scipy.py::TestGammalnInplaceBroadcast::test_good
3.37s call tests/tensor/test_math_scipy.py::TestErfBroadcast::test_good
3.26s call tests/tensor/test_elemwise.py::TestDimShuffle::test_memory_leak[True]
3.19s call tests/tensor/test_elemwise.py::TestDimShuffle::test_memory_leak[False]
3.05s call tests/tensor/test_elemwise.py::TestCAReduce::test_c_nan
3.01s call tests/tensor/test_blas.py::test_gemm_nested
2.96s call tests/tensor/test_blas.py::TestGemm::test_non_contiguous
2.89s call tests/tensor/test_blas.py::test_upcasting_scalar_nogemm
2.89s call tests/tensor/test_blas.py::test_gemm_opt_vector_stuff
2.76s call tests/tensor/test_blas.py::test_gemm_unrolled
2.76s call tests/tensor/test_math_scipy.py::TestBetaIncGrad::test_boik_robison_cox
2.65s call tests/tensor/test_math_scipy.py::TestErfcBroadcast::test_grad
2.60s call tests/tensor/test_math_scipy.py::TestSoftplusInplaceBroadcast::test_grad
2.59s call tests/tensor/test_math_scipy.py::TestSigmoidInplaceBroadcast::test_grad
2.44s call tests/tensor/test_math_scipy.py::TestHyp2F1Grad::test_unused_grad_loop_opt[wrt3]
2.43s call tests/tensor/test_math_scipy.py::test_kve
2.41s call tests/tensor/test_elemwise.py::TestDimShuffle::test_c_or_py
2.33s call tests/tensor/test_blas.py::TestBlasStrides::test_dot22scalar
2.32s call tests/tensor/test_blas.py::TestBatchedDot::test_grad
2.29s call tests/tensor/test_math_scipy.py::TestErfcxBroadcast::test_good
2.25s call tests/tensor/test_math_scipy.py::TestHyp2F1Grad::test_unused_grad_loop_opt[wrt5]
=========================== short test summary info ============================
(4 minutes 3 seconds) tests/tensor/conv
============================= slowest 50 durations =============================
44.54s call tests/tensor/conv/test_abstract_conv.py::TestAbstractConvNoOptim::test_all
18.20s call tests/tensor/conv/test_abstract_conv.py::TestGroupedConv3dNoOptim::test_fwd
14.06s call tests/tensor/conv/test_abstract_conv.py::TestGroupedConv3dNoOptim::test_gradweights
13.13s call tests/tensor/conv/test_abstract_conv.py::TestBilinearUpsampling::test_fractional_bilinear_upsampling
11.34s call tests/tensor/conv/test_abstract_conv.py::TestUnsharedConv::test_fwd
9.90s call tests/tensor/conv/test_abstract_conv.py::TestGroupedConv3dNoOptim::test_gradinputs
7.31s call tests/tensor/conv/test_abstract_conv.py::TestBilinearUpsampling::test_fractional_bilinear_upsampling_shape
6.45s call tests/tensor/conv/test_abstract_conv.py::TestUnsharedConv::test_gradinput
4.51s call tests/tensor/conv/test_abstract_conv.py::TestBilinearUpsampling::test_bilinear_kernel_2D
3.96s call tests/tensor/conv/test_abstract_conv.py::TestUnsharedConv::test_gradweight
3.62s call tests/tensor/conv/test_abstract_conv.py::TestAssertConvShape::test_basic
3.34s call tests/tensor/conv/test_abstract_conv.py::TestBilinearUpsampling::test_bilinear_kernel_1D
3.26s call tests/tensor/conv/test_abstract_conv.py::TestGroupedConvNoOptim::test_gradweights
3.13s call tests/tensor/conv/test_abstract_conv.py::TestGroupedConvNoOptim::test_fwd
2.98s call tests/tensor/conv/test_abstract_conv.py::TestBilinearUpsampling::test_bilinear_upsampling_1D
2.77s call tests/tensor/conv/test_abstract_conv.py::TestCausalConv::test_interface
2.70s call tests/tensor/conv/test_abstract_conv.py::TestConvGradInputsShape::test_check_shape
2.55s call tests/tensor/conv/test_abstract_conv.py::TestGroupedConvNoOptim::test_gradinputs
1.65s call tests/tensor/conv/test_abstract_conv.py::TestConv2dGrads::test_conv2d_grad_wrt_inputs
1.63s call tests/tensor/conv/test_abstract_conv.py::TestAssertShape::test_basic
1.48s call tests/tensor/conv/test_abstract_conv.py::TestAssertShape::test_shape_check_conv2d
1.37s call tests/tensor/conv/test_abstract_conv.py::TestConv2dGrads::test_conv2d_grad_wrt_weights
1.34s call tests/tensor/conv/test_abstract_conv.py::TestBilinearUpsampling::test_compare_1D_and_2D_upsampling_values
1.29s call tests/tensor/conv/test_abstract_conv.py::TestAbstractConvNoOptim::test_gradinput_impossible_output_shapes
1.11s call tests/tensor/conv/test_abstract_conv.py::TestBilinearUpsampling::test_bilinear_upsampling_reshaping
0.96s call tests/tensor/conv/test_abstract_conv.py::TestAssertShape::test_shape_check_conv3d
0.90s call tests/tensor/conv/test_abstract_conv.py::TestConv2dTranspose::test_interface
0.51s call tests/tensor/conv/test_abstract_conv.py::TestAssertShape::test_shape_check_conv2d_grad_wrt_inputs
0.49s call tests/tensor/conv/test_abstract_conv.py::TestAssertShape::test_shape_check_conv3d_grad_wrt_inputs
0.49s call tests/tensor/conv/test_abstract_conv.py::TestAssertShape::test_shape_check_conv3d_grad_wrt_weights
0.47s call tests/tensor/conv/test_abstract_conv.py::TestAssertShape::test_shape_check_conv2d_grad_wrt_weights
0.31s call tests/tensor/conv/test_abstract_conv.py::TestAsymmetricPadding::test_gradweight
0.29s call tests/tensor/conv/test_abstract_conv.py::TestAsymmetricPadding::test_gradinput
0.22s call tests/tensor/conv/test_abstract_conv.py::TestAsymmetricPadding::test_fwd
0.20s call tests/tensor/conv/test_abstract_conv.py::TestAbstractConvNoOptim::test_gradinput_arbitrary_output_shapes
0.09s call tests/tensor/conv/test_abstract_conv.py::TestSeparableConv::test_interface3d
0.08s call tests/tensor/conv/test_abstract_conv.py::TestSeparableConv::test_interface2d
0.07s call tests/tensor/conv/test_abstract_conv.py::TestConvGradInputsShape::test_get_shape
0.04s call tests/tensor/conv/test_abstract_conv.py::test_constant_shapes
0.03s call tests/tensor/conv/test_abstract_conv.py::TestConvTypes::test_constant_input
0.01s call tests/tensor/conv/test_abstract_conv.py::TestConvTypes::test_grad_types
0.005s hidden. Use -vv to show these durations.)
=========================== short test summary info ============================
(13 minutes 48 seconds) tests/tensor/rewriting
============================= slowest 50 durations =============================
125.94s call tests/tensor/rewriting/test_subtensor.py::TestLocalSubtensorMerge::test_const4
57.91s call tests/tensor/rewriting/test_subtensor.py::TestLocalSubtensorMerge::test_none_slice
51.30s call tests/tensor/rewriting/test_elemwise.py::TestFusion::test_big_fusion
18.53s call tests/tensor/rewriting/test_math.py::test_local_log_sum_exp_maximum
15.45s call tests/tensor/rewriting/test_math.py::TestLocalSumProd::test_local_prod_of_div
15.19s call tests/tensor/rewriting/test_basic.py::TestLocalSwitchSink::test_local_mul_switch_sink
13.66s call tests/tensor/rewriting/test_math.py::TestAlgebraicCanonizer::test_mul_div_cases
13.35s call tests/tensor/rewriting/test_subtensor.py::TestLocalSubtensorMerge::test_const3
13.01s call tests/tensor/rewriting/test_subtensor_lift.py::test_local_subtensor_of_alloc
10.55s call tests/tensor/rewriting/test_subtensor.py::test_local_IncSubtensor_serialize
9.84s call tests/tensor/rewriting/test_subtensor.py::TestLocalSubtensorMerge::test_const2
7.89s call tests/tensor/rewriting/test_subtensor.py::test_local_subtensor_remove_broadcastable_index
7.37s call tests/tensor/rewriting/test_subtensor.py::TestLocalSubtensorMerge::test_const
6.33s call tests/tensor/rewriting/test_math.py::TestLocalErfc::test_local_log_erfc
5.95s call tests/tensor/rewriting/test_math.py::test_local_log_add_exp
5.83s call tests/tensor/rewriting/test_math.py::TestIntDivByOne::test_remove_floor
5.72s call tests/tensor/rewriting/test_math.py::TestReduceChain::test_local_sum_sum_prod_prod
5.60s call tests/tensor/rewriting/test_math.py::TestLocalSumProd::test_sum_of_non_scalar_mul
5.17s call tests/tensor/rewriting/test_math.py::TestSigmoidRewrites::test_exp_over_1_plus_exp
5.02s call tests/tensor/rewriting/test_math.py::TestLocalSumProd::test_local_sum_prod_of_scalar_mul
4.99s call tests/tensor/rewriting/test_special.py::test_softmax_graph
4.95s call tests/tensor/rewriting/test_linalg.py::test_matrix_inverse_rop_lop
4.85s call tests/tensor/rewriting/test_math.py::TestLocalReduce::test_local_reduce_broadcast_some_0
4.84s call tests/tensor/rewriting/test_math.py::TestLocalSumProd::test_local_sum_of_div
4.55s call tests/tensor/rewriting/test_subtensor.py::TestLocalSubtensorMerge::test_none_index
4.46s call tests/tensor/rewriting/test_math.py::test_merge_abs_bugfix
4.45s call tests/tensor/rewriting/test_basic.py::test_local_useless_slice
4.29s call tests/tensor/rewriting/test_linalg.py::test_det_blockdiag_rewrite
4.17s call tests/tensor/rewriting/test_basic.py::test_local_flatten_lift[2]
4.09s call tests/tensor/rewriting/test_math.py::test_local_mul_exp_to_exp_add
4.08s call tests/tensor/rewriting/test_basic.py::TestLocalSwitchSink::test_local_div_switch_sink
3.32s call tests/tensor/rewriting/test_math.py::test_log1p
3.12s call tests/tensor/rewriting/test_basic.py::TestConstantFolding::test_constant_get_stabilized
3.02s call tests/tensor/rewriting/test_math.py::test_local_subtensor_of_dot
2.82s call tests/tensor/rewriting/test_math.py::TestFuncInverse::test
2.58s call tests/tensor/rewriting/test_math.py::test_local_expm1
2.44s call tests/tensor/rewriting/test_basic.py::TestLocalUselessIncSubtensorAlloc::test_advanced_inc_subtensor
2.41s call tests/tensor/rewriting/test_blockwise.py::test_blockwise_alloc
2.38s call tests/tensor/rewriting/test_subtensor.py::TestLocalAdvSub1AdvIncSub1::test_assert
2.37s call tests/tensor/rewriting/test_math.py::TestLocalSumProd::test_local_sum_prod_alloc
2.36s call tests/tensor/rewriting/test_basic.py::TestLocalElemwiseAlloc::test_remove_alloc_wo_dimshuffle
2.34s call tests/tensor/rewriting/test_uncanonicalize.py::test_local_dimshuffle_subtensor
2.34s call tests/tensor/rewriting/test_uncanonicalize.py::TestMinMax::test_optimization_min
2.28s call tests/tensor/rewriting/test_special.py::TestLogSoftmaxRewrites::test_local_logsoftmax_grad_rewrite[None]
2.21s call tests/tensor/rewriting/test_basic.py::test_local_useless_split
2.19s call tests/tensor/rewriting/test_math.py::TestAlgebraicCanonizer::test_elemwise_multiple_inputs_rewrites
2.19s call tests/tensor/rewriting/test_elemwise.py::TestFusion::test_elemwise_fusion[case73]
2.16s call tests/tensor/rewriting/test_elemwise.py::test_local_useless_composite_outputs
2.15s call tests/tensor/rewriting/test_subtensor.py::TestLocalSubtensorMerge::test_const6
2.14s call tests/tensor/rewriting/test_basic.py::TestLocalElemwiseAlloc::test_basic[<lambda>-x_shape3-y_shape3-True]
=========================== short test summary info ============================
You can find more information on how to contribute here
Automatically generated by GitHub Action
Latest run date: 2025-06-23
Run logs: 15820001819
Metadata
Metadata
Assignees
Labels
No labels