pytorch/test/inductor_expected_failures
Rob Timpe 5ac112b569 [dynamo] Graph break on on user-defined class in compiled region (#161670)
Currently, user-defined classes inside of a compiled frame will cause the whole
frame to be skipped by dynamo.  This change defers the Unsupported exception
until the __build_class__ builtin is actually called, which allows a graph break
to be inserted.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/161670
Approved by: https://github.com/williamwen42, https://github.com/guilhermeleobas
2025-09-10 04:39:20 +00:00
..
TestCommonCPU.test_out_linalg_matrix_rank_cpu_float32 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestCommonCPU.test_out_linalg_matrix_rank_hermitian_cpu_float32 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestCommonCUDA.test_out_linalg_matrix_rank_cuda_float32 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestCommonCUDA.test_out_linalg_matrix_rank_hermitian_cuda_float32 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_conj_view_add_cpu_complex64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_conj_view_addbmm_cpu_complex64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_conj_view_addcdiv_cpu_complex64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_conj_view_addcmul_cpu_complex64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_conj_view_addmm_cpu_complex64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_conj_view_addmm_decomposed_cpu_complex64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_conj_view_addmv_cpu_complex64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_conj_view_addr_cpu_complex64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_conj_view_baddbmm_cpu_complex64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_conj_view_div_no_rounding_mode_cpu_complex64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_conj_view_index_add_cpu_complex64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_conj_view_index_copy_cpu_complex64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_conj_view_index_fill_cpu_complex64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_conj_view_index_put_cpu_complex64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_conj_view_lerp_cpu_complex64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_conj_view_masked_fill_cpu_complex64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_conj_view_masked_scatter_cpu_complex64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_conj_view_mul_cpu_complex64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_conj_view_pow_cpu_complex64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_conj_view_put_cpu_complex64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_conj_view_scatter_add_cpu_complex64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_conj_view_scatter_cpu_complex64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_conj_view_sub_cpu_complex64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_conj_view_true_divide_cpu_complex64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_conj_view_add_cpu_complex128 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_conj_view_addbmm_cpu_complex128 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_conj_view_addcdiv_cpu_complex128 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_conj_view_addcmul_cpu_complex128 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_conj_view_addmm_cpu_complex128 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_conj_view_addmm_decomposed_cpu_complex128 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_conj_view_addmv_cpu_complex128 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_conj_view_addr_cpu_complex128 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_conj_view_baddbmm_cpu_complex128 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_conj_view_div_no_rounding_mode_cpu_complex128 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_conj_view_float_power_cpu_complex128 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_conj_view_index_add_cpu_complex128 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_conj_view_index_copy_cpu_complex128 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_conj_view_lerp_cpu_complex128 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_conj_view_masked_scatter_cpu_complex128 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_conj_view_mul_cpu_complex128 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_conj_view_pow_cpu_complex128 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_conj_view_put_cpu_complex128 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_conj_view_scatter_add_cpu_complex128 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_conj_view_scatter_cpu_complex128 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_conj_view_sub_cpu_complex128 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_conj_view_true_divide_cpu_complex128 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_abs_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_acos_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_acosh_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_add_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_addbmm_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_addcdiv_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_addcmul_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_addmm_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_addmm_decomposed_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_addmv_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_addr_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_asin_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_asinh_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_atan_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_atan2_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_atanh_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_baddbmm_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_ceil_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_clamp_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_clamp_max_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_clamp_min_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_conj_physical_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_copysign_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_cos_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_cosh_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_cumprod_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_cumsum_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_deg2rad_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_digamma_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_div_floor_rounding_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_div_no_rounding_mode_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_div_trunc_rounding_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_erf_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_erfc_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_erfinv_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_exp_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_exp2_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_expm1_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_fill_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_float_power_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_floor_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_floor_divide_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_fmod_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_frac_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_heaviside_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_hypot_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_i0_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_igamma_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_igammac_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_index_add_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_index_copy_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_index_fill_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_index_reduce_amax_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_index_reduce_amin_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_index_reduce_mean_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_index_reduce_prod_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_lerp_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_lgamma_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_log_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_log1p_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_log2_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_log10_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_logit_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_masked_fill_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_masked_scatter_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_mul_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_mvlgamma_mvlgamma_p_1_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_mvlgamma_mvlgamma_p_3_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_mvlgamma_mvlgamma_p_5_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_nan_to_num_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_neg_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_nextafter_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_nn_functional_alpha_dropout_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_nn_functional_celu_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_nn_functional_dropout_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_nn_functional_dropout2d_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_nn_functional_dropout3d_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_nn_functional_elu_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_nn_functional_feature_alpha_dropout_with_train_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_nn_functional_feature_alpha_dropout_without_train_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_nn_functional_hardsigmoid_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_nn_functional_leaky_relu_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_nn_functional_mish_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_nn_functional_rrelu_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_nn_functional_selu_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_nn_functional_silu_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_nn_functional_threshold_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_polygamma_polygamma_n_1_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_polygamma_polygamma_n_2_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_polygamma_polygamma_n_3_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_polygamma_polygamma_n_4_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_polygamma_polygamma_n_0_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_pow_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_put_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_rad2deg_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_reciprocal_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_remainder_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_renorm_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_resize_as__cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_round_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_round_decimals_0_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_rsqrt_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_scatter_add_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_scatter_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_scatter_reduce_amax_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_scatter_reduce_amin_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_scatter_reduce_mean_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_scatter_reduce_prod_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_scatter_reduce_sum_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_sgn_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_sigmoid_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_sign_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_sin_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_sinc_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_sinh_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_sqrt_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_square_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_squeeze_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_squeeze_multiple_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_sub_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_t_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_tan_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_tanh_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_transpose_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_tril_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_triu_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_true_divide_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_trunc_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_unsqueeze_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_xlogy_cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCPU.test_neg_view_zero__cpu_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_conj_view_add_cuda_complex64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_conj_view_addbmm_cuda_complex64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_conj_view_addcdiv_cuda_complex64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_conj_view_addcmul_cuda_complex64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_conj_view_addmm_cuda_complex64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_conj_view_addmm_decomposed_cuda_complex64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_conj_view_addmv_cuda_complex64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_conj_view_addr_cuda_complex64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_conj_view_baddbmm_cuda_complex64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_conj_view_div_no_rounding_mode_cuda_complex64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_conj_view_index_add_cuda_complex64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_conj_view_index_copy_cuda_complex64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_conj_view_index_fill_cuda_complex64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_conj_view_index_put_cuda_complex64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_conj_view_lerp_cuda_complex64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_conj_view_masked_fill_cuda_complex64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_conj_view_masked_scatter_cuda_complex64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_conj_view_mul_cuda_complex64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_conj_view_pow_cuda_complex64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_conj_view_put_cuda_complex64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_conj_view_scatter_add_cuda_complex64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_conj_view_scatter_cuda_complex64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_conj_view_sub_cuda_complex64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_conj_view_true_divide_cuda_complex64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_conj_view_add_cuda_complex128 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_conj_view_addbmm_cuda_complex128 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_conj_view_addcdiv_cuda_complex128 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_conj_view_addcmul_cuda_complex128 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_conj_view_addmm_cuda_complex128 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_conj_view_addmm_decomposed_cuda_complex128 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_conj_view_addmv_cuda_complex128 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_conj_view_addr_cuda_complex128 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_conj_view_baddbmm_cuda_complex128 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_conj_view_div_no_rounding_mode_cuda_complex128 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_conj_view_float_power_cuda_complex128 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_conj_view_index_add_cuda_complex128 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_conj_view_index_copy_cuda_complex128 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_conj_view_lerp_cuda_complex128 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_conj_view_masked_scatter_cuda_complex128 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_conj_view_mul_cuda_complex128 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_conj_view_pow_cuda_complex128 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_conj_view_put_cuda_complex128 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_conj_view_scatter_add_cuda_complex128 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_conj_view_scatter_cuda_complex128 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_conj_view_sub_cuda_complex128 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_conj_view_true_divide_cuda_complex128 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_abs_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_acos_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_acosh_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_add_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_addbmm_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_addcdiv_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_addcmul_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_addmm_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_addmm_decomposed_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_addmv_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_addr_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_asin_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_asinh_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_atan_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_atan2_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_atanh_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_baddbmm_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_ceil_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_clamp_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_clamp_max_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_clamp_min_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_conj_physical_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_copysign_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_cos_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_cosh_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_cumprod_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_cumsum_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_deg2rad_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_digamma_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_div_floor_rounding_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_div_no_rounding_mode_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_div_trunc_rounding_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_erf_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_erfc_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_erfinv_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_exp_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_exp2_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_expm1_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_fill_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_float_power_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_floor_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_floor_divide_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_fmod_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_frac_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_heaviside_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_hypot_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_i0_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_igamma_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_igammac_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_index_add_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_index_copy_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_index_fill_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_index_reduce_amax_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_index_reduce_amin_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_index_reduce_mean_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_index_reduce_prod_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_lerp_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_lgamma_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_log_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_log1p_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_log2_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_log10_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_logit_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_masked_fill_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_masked_scatter_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_mul_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_mvlgamma_mvlgamma_p_1_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_mvlgamma_mvlgamma_p_3_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_mvlgamma_mvlgamma_p_5_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_nan_to_num_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_neg_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_nextafter_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_nn_functional_alpha_dropout_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_nn_functional_celu_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_nn_functional_dropout2d_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_nn_functional_dropout3d_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_nn_functional_elu_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_nn_functional_feature_alpha_dropout_with_train_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_nn_functional_feature_alpha_dropout_without_train_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_nn_functional_hardsigmoid_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_nn_functional_leaky_relu_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_nn_functional_mish_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_nn_functional_rrelu_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_nn_functional_selu_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_nn_functional_silu_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_nn_functional_threshold_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_polygamma_polygamma_n_1_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_polygamma_polygamma_n_2_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_polygamma_polygamma_n_3_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_polygamma_polygamma_n_4_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_polygamma_polygamma_n_0_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_pow_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_put_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_rad2deg_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_reciprocal_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_remainder_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_renorm_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_resize_as__cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_round_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_round_decimals_0_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_rsqrt_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_scatter_add_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_scatter_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_scatter_reduce_amax_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_scatter_reduce_amin_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_scatter_reduce_mean_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_scatter_reduce_prod_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_scatter_reduce_sum_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_sgn_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_sigmoid_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_sign_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_sin_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_sinc_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_sinh_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_sqrt_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_square_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_squeeze_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_squeeze_multiple_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_sub_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_t_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_tan_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_tanh_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_transpose_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_tril_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_triu_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_true_divide_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_trunc_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_unsqueeze_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_xlogy_cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestMathBitsCUDA.test_neg_view_zero__cuda_float64 [BE] Remove test_ops from FIXME_inductor_dont_reset_dynamo (#145307) 2025-01-27 18:12:39 +00:00
TestTorch.test_storage_cycle_via_slots [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
TestTorch.test_storage_finalizer_dealloc [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
TestTorch.test_storage_slot_dealloc [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
TestTorch.test_tensor_cycle_via_slots [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
TestTorch.test_tensor_finalizer_dealloc [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
TestTorch.test_tensor_slot_dealloc [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00