| tests/test_reduction_ops.py | test_accuracy_amax | 1 | 0 | 1 |
| tests/test_reduction_ops.py | test_accuracy_argmax | 8 | 12 | 20 |
| tests/test_reduction_ops.py | test_accuracy_argmin | 12 | 0 | 12 |
| tests/test_reduction_ops.py | test_accuracy_cross_entropy_loss_indices | 2 | 0 | 2 |
| tests/test_reduction_ops.py | test_accuracy_cross_entropy_loss_probabilities | 1 | 0 | 1 |
| tests/test_reduction_ops.py | test_accuracy_nll_loss | 18 | 0 | 18 |
| tests/test_reduction_ops.py | test_accuracy_nll_loss2d | 18 | 0 | 18 |
| tests/test_reduction_ops.py | test_accuracy_nll_loss_nd | 18 | 0 | 18 |
| tests/test_reduction_ops.py | test_accuracy_cumsum | 3 | 0 | 3 |
| tests/test_reduction_ops.py | test_accuracy_cummin | 3 | 0 | 3 |
| tests/test_reduction_ops.py | test_accuracy_cummin_with_nan | 3 | 0 | 3 |
| tests/test_reduction_ops.py | test_accuracy_cummax | 3 | 0 | 3 |
| tests/test_reduction_ops.py | test_accuracy_cummax_with_nan | 3 | 0 | 3 |
| tests/test_reduction_ops.py | test_accuracy_nonzero | 4 | 0 | 4 |
| tests/test_reduction_ops.py | test_accuracy_count_nonzero | 4 | 0 | 4 |
| tests/test_reduction_ops.py | test_accuracy_log_softmax | 1 | 0 | 1 |
| tests/test_reduction_ops.py | test_accuracy_log_softmax_backward | 1 | 0 | 1 |
| tests/test_reduction_ops.py | test_accuracy_softmax | 2 | 0 | 2 |
| tests/test_reduction_ops.py | test_accuracy_softmax_backward | 2 | 0 | 2 |
| tests/test_reduction_ops.py | test_accuracy_varmean | 1 | 0 | 1 |
| tests/test_reduction_ops.py | test_accuracy_scatter_src | 3 | 0 | 3 |
| tests/test_reduction_ops.py | test_accuracy_scatter_add | 6 | 0 | 6 |
| tests/test_reduction_ops.py | test_accuracy_scatter_add_ | 9 | 0 | 9 |
| tests/test_reduction_ops.py | test_accuracy_scatter_mul | 6 | 0 | 6 |
| tests/test_reduction_ops.py | test_accuracy_inplace_scatter_src | 3 | 0 | 3 |
| tests/test_reduction_ops.py | test_accuracy_inplace_scatter_add | 6 | 0 | 6 |
| tests/test_reduction_ops.py | test_accuracy_inplace_scatter_mul | 6 | 0 | 6 |
| tests/test_reduction_ops.py | test_accuracy_trace | 44 | 0 | 44 |
| tests/test_reduction_ops.py | test_accuracy_gather | 3 | 0 | 3 |
| tests/test_reduction_ops.py | test_accuracy_select_scatter | 1 | 0 | 1 |
| tests/test_reduction_ops.py | test_accuracy_select_scatter_with_self_overlapping_input | 1 | 0 | 1 |
| tests/test_reduction_ops.py | test_accuracy_slice_backward | 168 | 0 | 168 |
| tests/test_reduction_ops.py | test_accuracy_slice_scatter | 8 | 0 | 8 |
| tests/test_reduction_ops.py | test_accuracy_slice_scatter_with_self_overlapping_input | 1 | 0 | 1 |
| tests/test_reduction_ops.py | test_accuracy_index_add | 2 | 0 | 2 |
| tests/test_reduction_ops.py | test_accuracy_index_add_ | 2 | 0 | 2 |
| tests/test_reduction_ops.py | test_accuracy_index_select | 1 | 0 | 1 |
| tests/test_reduction_ops.py | test_accuracy_masked_select | 1 | 0 | 1 |
| tests/test_reduction_ops.py | test_accuracy_avg_pool2d_forward | 8 | 0 | 8 |
| tests/test_reduction_ops.py | test_accuracy_avg_pool2d_backward | 8 | 0 | 8 |
| tests/test_reduction_ops.py | test_accuracy_max_pool2d | 7 | 0 | 7 |
| tests/test_reduction_ops.py | test_accuracy_max_pool2d_backward | 7 | 0 | 7 |
| tests/test_reduction_ops.py | test_index_put_acc_false | 11 | 0 | 11 |
| tests/test_reduction_ops.py | test_index_put_acc_true | 10 | 0 | 10 |
| tests/test_reduction_ops.py | test_index_put__acc_false | 11 | 0 | 11 |
| tests/test_reduction_ops.py | test_index_put__acc_true | 10 | 0 | 10 |
| tests/test_reduction_ops.py | test_index_put_error_all_none | 1 | 0 | 1 |
| tests/test_reduction_ops.py | test_index_put__error_all_none | 1 | 0 | 1 |
| tests/test_reduction_ops.py | test_index_put_mixed_none_and_tensor | 12 | 0 | 12 |
| tests/test_reduction_ops.py | test_accuracy_index | 8 | 0 | 8 |
| tests/test_reduction_ops.py | test_index_with_none_basic_indexing | 1 | 0 | 1 |
| tests/test_reduction_ops.py | test_index_with_none_and_tensor | 21 | 0 | 21 |
| tests/test_reduction_ops.py | test_index_boolean_mask | 1 | 0 | 1 |
| tests/test_reduction_ops.py | test_index_empty_tensor | 1 | 0 | 1 |
| tests/test_reduction_ops.py | test_index_1d_special_case | 1 | 0 | 1 |
| tests/test_reduction_ops.py | test_index_error_empty_indices | 1 | 0 | 1 |
| tests/test_reduction_ops.py | test_index_error_too_many_indices | 1 | 0 | 1 |
| tests/test_reduction_ops.py | test_accuracy_mse_loss | 3 | 0 | 3 |
| tests/test_reduction_ops.py | test_accuracy_std | 2 | 0 | 2 |
| tests/test_reduction_ops.py | test_accuracy_scaled_softmax_forward | 16 | 0 | 16 |
| tests/test_reduction_ops.py | test_accuracy_scaled_softmax_backward | 16 | 0 | 16 |
| tests/test_reduction_ops.py | test_accuracy_masked_scatter | 1 | 0 | 1 |
| tests/test_reduction_ops.py | test_accuracy_masked_scatter_ | 1 | 0 | 1 |
| tests/test_reduction_ops.py | test_accuracy_bincount_base | 6 | 0 | 6 |
| tests/test_reduction_ops.py | test_accuracy_bincount_weighted | 6 | 0 | 6 |
| tests/test_reduction_ops.py | test_accuracy_bincount_minlength | 12 | 0 | 12 |
| tests/test_blas_ops.py | test_accuracy_addmm | 8 | 0 | 8 |
| tests/test_blas_ops.py | test_accuracy_addmm_out | 4 | 0 | 4 |
| tests/test_blas_ops.py | test_accuracy_bmm | 1 | 0 | 1 |
| tests/test_blas_ops.py | test_accuracy_bmm_out | 1 | 0 | 1 |
| tests/test_blas_ops.py | test_accuracy_w8a8_block_fp8_matmul | 5 | 0 | 5 |
| tests/test_blas_ops.py | test_accuracy_baddbmm | 4 | 0 | 4 |
| tests/test_blas_ops.py | test_accuracy_baddbmm_backward | 4 | 0 | 4 |
| tests/test_blas_ops.py | test_accuracy_mm | 2 | 0 | 2 |
| tests/test_blas_ops.py | test_accuracy_mv | 1 | 0 | 1 |
| tests/test_blas_ops.py | test_accuracy_addmv | 4 | 0 | 4 |
| tests/test_blas_ops.py | test_accuracy_addmv_out | 4 | 0 | 4 |
| tests/test_blas_ops.py | test_accuracy_outer | 1 | 0 | 1 |
| tests/test_blas_ops.py | test_accuracy_vdot | 144 | 0 | 144 |
| tests/test_blas_ops.py | test_accuracy_dot_tensor_tensor | 9 | 0 | 9 |
| tests/test_blas_ops.py | test_accuracy_addr | 1 | 0 | 1 |
| tests/test_unary_pointwise_ops.py | test_accuracy_abs | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_abs_ | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_acos | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_angle | 8 | 1 | 9 |
| tests/test_unary_pointwise_ops.py | test_accuracy_bitwise_left_shift | 28 | 0 | 28 |
| tests/test_unary_pointwise_ops.py | test_accuracy_bitwise_right_shift | 28 | 0 | 28 |
| tests/test_unary_pointwise_ops.py | test_accuracy_bitwise_left_shift_ | 16 | 0 | 16 |
| tests/test_unary_pointwise_ops.py | test_accuracy_bitwise_right_shift_ | 16 | 0 | 16 |
| tests/test_unary_pointwise_ops.py | test_accuracy_bitwisenot | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_bitwisenot_ | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_cos | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_cos_ | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_exp | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_exp_ | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_exp_out | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_exp2 | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_exp2_ | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_geglu | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_dgeglu | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_gelu | 6 | 0 | 6 |
| tests/test_unary_pointwise_ops.py | test_accuracy_gelu_backward | 6 | 0 | 6 |
| tests/test_unary_pointwise_ops.py | test_accuracy_gelu_ | 6 | 0 | 6 |
| tests/test_unary_pointwise_ops.py | test_accuracy_hardswish_ | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_hardsigmoid | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_glu | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_glu_backward | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_swiglu_forward | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_swiglu_backward | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_i0 | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_isinf | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_isnan | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_neg | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_neg_ | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_reciprocal | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_reciprocal_ | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_elu | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_elu_ | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_elu_backward | 6 | 0 | 6 |
| tests/test_unary_pointwise_ops.py | test_accuracy_celu | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_celu_ | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_relu | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_relu_ | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_relu6 | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_softplus | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_rsqrt | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_rsqrt_ | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_sgn_ | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_selu_ | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_selu | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_sigmoid | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_sigmoid_backward | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_sigmoid_ | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_log_sigmoid | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_silu | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_silu_backward | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_silu_ | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_sin | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_sin_ | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_sinh_ | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_tan | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_tan_ | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_tanh | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_tanh_backward | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_tanh_ | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_tril | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_triu | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_triu_noncontiguous | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_triu_ | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_triu_inplace_noncontiguous | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_digamma_ | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_erf | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_erf_ | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_isfinite | 4 | 0 | 4 |
| tests/test_unary_pointwise_ops.py | test_accuracy_flip_general | 18 | 0 | 18 |
| tests/test_unary_pointwise_ops.py | test_accuracy_flip_with_non_dense_input | 42 | 0 | 42 |
| tests/test_unary_pointwise_ops.py | test_accuracy_tile | 21 | 0 | 21 |
| tests/test_unary_pointwise_ops.py | test_accuracy_repeat | 6 | 0 | 6 |
| tests/test_unary_pointwise_ops.py | test_accuracy_logical_not | 8 | 0 | 8 |
| tests/test_unary_pointwise_ops.py | test_accuracy_log | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy__functional_sym_constrain_range_for_size | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_absolute | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_log1p_ | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_alias_copy | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_special_i1 | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_rrelu_with_noise_backward | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_logit_ | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_logit | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_to_dtype | 9 | 0 | 9 |
| tests/test_unary_pointwise_ops.py | test_accuracy_to_copy_dtype_cast | 6 | 0 | 6 |
| tests/test_unary_pointwise_ops.py | test_accuracy_to_copy_preserve_strides | 2 | 0 | 2 |
| tests/test_unary_pointwise_ops.py | test_copy_inplace_same_dtype | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_copy_inplace_broadcast | 1 | 0 | 1 |
| tests/test_unary_pointwise_ops.py | test_copy_inplace_dtype_fallback | 1 | 0 | 1 |
| tests/test_unary_pointwise_ops.py | test_copy_inplace_mixed_dtype_triton | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_sqrt | 4 | 0 | 4 |
| tests/test_unary_pointwise_ops.py | test_accuracy_sqrt_ | 4 | 0 | 4 |
| tests/test_unary_pointwise_ops.py | test_accuracy_asinh_ | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_arcsinh_ | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_atan | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_atan_ | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_arctanh_ | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_dreglu | 33 | 3 | 36 |
| tests/test_unary_pointwise_ops.py | test_accuracy_reglu | 33 | 3 | 36 |
| tests/test_unary_pointwise_ops.py | test_repetition_penalty | 126 | 0 | 126 |
| tests/test_unary_pointwise_ops.py | test_accuracy_ceil | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_ceil_ | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_ceil_out | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_prelu | 36 | 0 | 36 |
| tests/test_unary_pointwise_ops.py | test_accuracy_i0_ | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_arcsinh | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_arcsinh_out | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_softshrink | 9 | 0 | 9 |
| tests/test_unary_pointwise_ops.py | test_accuracy_softshrink_out | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_floor_ | 3 | 0 | 3 |
| tests/test_unary_pointwise_ops.py | test_accuracy_special_i0e | 9 | 0 | 9 |
| tests/test_unary_pointwise_ops.py | test_accuracy_special_i0e_out | 9 | 0 | 9 |
| tests/test_attention_ops.py | test_sdpa_legacy | 96 | 0 | 96 |
| tests/test_attention_ops.py | test_sdpa_square_qk_even_mn | 16 | 0 | 16 |
| tests/test_attention_ops.py | test_sdpa_nonsquare_qk | 24 | 0 | 24 |
| tests/test_attention_ops.py | test_flash_attn_varlen_func | 216 | 0 | 216 |
| tests/test_attention_ops.py | test_flash_attn_varlen_func_swap_qg | 4 | 0 | 4 |
| tests/test_attention_ops.py | test_concat_and_cache_mla | 3 | 0 | 3 |
| tests/test_attention_ops.py | test_reshape_and_cache | 72 | 0 | 72 |
| tests/test_attention_ops.py | test_reshape_and_cache_flash | 72 | 0 | 72 |
| tests/test_attention_ops.py | test_flash_mla | 4 | 0 | 4 |
| tests/test_binary_pointwise_ops.py | test_accuracy_add | 12 | 0 | 12 |
| tests/test_binary_pointwise_ops.py | test_accuracy_add_ | 12 | 0 | 12 |
| tests/test_binary_pointwise_ops.py | test_accuracy_add_tensor_scalar | 48 | 0 | 48 |
| tests/test_binary_pointwise_ops.py | test_accuracy_add_tensor_scalar_ | 48 | 0 | 48 |
| tests/test_binary_pointwise_ops.py | test_accuracy_add_scalar_tensor | 48 | 0 | 48 |
| tests/test_binary_pointwise_ops.py | test_accuracy_add_scalar_scalar | 2 | 0 | 2 |
| tests/test_binary_pointwise_ops.py | test_accuracy_bitwiseand | 3 | 0 | 3 |
| tests/test_binary_pointwise_ops.py | test_accuracy_bitwiseand_ | 3 | 0 | 3 |
| tests/test_binary_pointwise_ops.py | test_accuracy_bitwiseand_scalar | 3 | 0 | 3 |
| tests/test_binary_pointwise_ops.py | test_accuracy_bitwiseand_scalar_ | 3 | 0 | 3 |
| tests/test_binary_pointwise_ops.py | test_accuracy_bitwiseand_scalar_tensor | 3 | 0 | 3 |
| tests/test_binary_pointwise_ops.py | test_accuracy_bitwiseor | 3 | 0 | 3 |
| tests/test_binary_pointwise_ops.py | test_accuracy_bitwiseor_ | 3 | 0 | 3 |
| tests/test_binary_pointwise_ops.py | test_accuracy_bitwiseor_scalar | 3 | 0 | 3 |
| tests/test_binary_pointwise_ops.py | test_accuracy_bitwiseor_scalar_ | 3 | 0 | 3 |
| tests/test_binary_pointwise_ops.py | test_accuracy_bitwiseor_scalar_tensor | 3 | 0 | 3 |
| tests/test_binary_pointwise_ops.py | test_accuracy_clamp | 144 | 0 | 144 |
| tests/test_binary_pointwise_ops.py | test_accuracy_clamp_ | 144 | 0 | 144 |
| tests/test_binary_pointwise_ops.py | test_accuracy_clamp_tensor | 9 | 0 | 9 |
| tests/test_binary_pointwise_ops.py | test_accuracy_clamp_tensor_ | 9 | 0 | 9 |
| tests/test_binary_pointwise_ops.py | test_accuracy_clamp_min | 3 | 0 | 3 |
| tests/test_binary_pointwise_ops.py | test_accuracy_clamp_min_ | 3 | 0 | 3 |
| tests/test_binary_pointwise_ops.py | test_accuracy_div_tensor_tensor | 3 | 0 | 3 |
| tests/test_binary_pointwise_ops.py | test_accuracy_div_tensor_tensor_ | 3 | 0 | 3 |
| tests/test_binary_pointwise_ops.py | test_accuracy_div_tensor_scalar | 12 | 0 | 12 |
| tests/test_binary_pointwise_ops.py | test_accuracy_div_tensor_scalar_ | 12 | 0 | 12 |
| tests/test_binary_pointwise_ops.py | test_accuracy_div_scalar_tensor | 12 | 0 | 12 |
| tests/test_binary_pointwise_ops.py | test_accuracy_div_scalar_scalar | 2 | 0 | 2 |
| tests/test_binary_pointwise_ops.py | test_accuracy_trunc_div | 1 | 0 | 1 |
| tests/test_binary_pointwise_ops.py | test_accuracy_trunc_div_ | 1 | 0 | 1 |
| tests/test_binary_pointwise_ops.py | test_accuracy_trunc_divide_scalar_scalar | 2 | 0 | 2 |
| tests/test_binary_pointwise_ops.py | test_accuracy_floor_divide_float | 1 | 0 | 1 |
| tests/test_binary_pointwise_ops.py | test_accuracy_floor_divide_float_ | 1 | 0 | 1 |
| tests/test_binary_pointwise_ops.py | test_accuracy_floor_divide_int | 2 | 0 | 2 |
| tests/test_binary_pointwise_ops.py | test_accuracy_floor_divide_int_ | 2 | 0 | 2 |
| tests/test_binary_pointwise_ops.py | test_accuracy_floor_divide_scalar_scalar | 2 | 0 | 2 |
| tests/test_binary_pointwise_ops.py | test_accuracy_remainder | 2 | 0 | 2 |
| tests/test_binary_pointwise_ops.py | test_accuracy_remainder_ | 2 | 0 | 2 |
| tests/test_binary_pointwise_ops.py | test_accuracy_eq | 3 | 0 | 3 |
| tests/test_binary_pointwise_ops.py | test_accuracy_eq_scalar | 3 | 0 | 3 |
| tests/test_binary_pointwise_ops.py | test_accuracy_equal | 3 | 0 | 3 |
| tests/test_binary_pointwise_ops.py | test_accuracy_ge | 3 | 0 | 3 |
| tests/test_binary_pointwise_ops.py | test_accuracy_ge_scalar | 3 | 0 | 3 |
| tests/test_binary_pointwise_ops.py | test_accuracy_gelu_and_mul | 6 | 0 | 6 |
| tests/test_binary_pointwise_ops.py | test_accuracy_gt | 3 | 0 | 3 |
| tests/test_binary_pointwise_ops.py | test_accuracy_gt_scalar | 3 | 0 | 3 |
| tests/test_binary_pointwise_ops.py | test_accuracy_le | 3 | 0 | 3 |
| tests/test_binary_pointwise_ops.py | test_accuracy_le_scalar | 3 | 0 | 3 |
| tests/test_binary_pointwise_ops.py | test_accuracy_lt | 3 | 0 | 3 |
| tests/test_binary_pointwise_ops.py | test_accuracy_lt_scalar | 3 | 0 | 3 |
| tests/test_binary_pointwise_ops.py | test_accuracy_mul | 3 | 0 | 3 |
| tests/test_binary_pointwise_ops.py | test_accuracy_mul_complex | 8 | 0 | 8 |
| tests/test_binary_pointwise_ops.py | test_accuracy_mul_tensor_scalar | 12 | 0 | 12 |
| tests/test_binary_pointwise_ops.py | test_accuracy_mul_ | 3 | 0 | 3 |
| tests/test_binary_pointwise_ops.py | test_accuracy_mul_tensor_scalar_ | 12 | 0 | 12 |
| tests/test_binary_pointwise_ops.py | test_accuracy_mul_scalar_tensor | 12 | 0 | 12 |
| tests/test_binary_pointwise_ops.py | test_accuracy_mul_scalar_scalar | 2 | 0 | 2 |
| tests/test_binary_pointwise_ops.py | test_accuracy_ne | 3 | 0 | 3 |
| tests/test_binary_pointwise_ops.py | test_accuracy_ne_scalar | 3 | 0 | 3 |
| tests/test_binary_pointwise_ops.py | test_accuracy_pow | 3 | 0 | 3 |
| tests/test_binary_pointwise_ops.py | test_accuracy_pow_ | 3 | 0 | 3 |
| tests/test_binary_pointwise_ops.py | test_accuracy_maximum | 3 | 0 | 3 |
| tests/test_binary_pointwise_ops.py | test_accuracy_minimum | 3 | 0 | 3 |
| tests/test_binary_pointwise_ops.py | test_accuracy_hypot | 3 | 0 | 3 |
| tests/test_binary_pointwise_ops.py | test_accuracy_fmin | 3 | 0 | 3 |
| tests/test_binary_pointwise_ops.py | test_accuracy_fmin_out | 3 | 0 | 3 |
| tests/test_binary_pointwise_ops.py | test_accuracy_pow_scalar_tensor | 12 | 0 | 12 |
| tests/test_binary_pointwise_ops.py | test_accuracy_pow_tensor_scalar | 12 | 0 | 12 |
| tests/test_binary_pointwise_ops.py | test_accuracy_pow_tensor_scalar_ | 12 | 0 | 12 |
| tests/test_binary_pointwise_ops.py | test_accuracy_silu_and_mul | 3 | 0 | 3 |
| tests/test_binary_pointwise_ops.py | test_accuracy_sub | 12 | 0 | 12 |
| tests/test_binary_pointwise_ops.py | test_accuracy_sub_tensor_scalar | 48 | 0 | 48 |
| tests/test_binary_pointwise_ops.py | test_accuracy_sub_ | 12 | 0 | 12 |
| tests/test_binary_pointwise_ops.py | test_accuracy_sub_tensor_scalar_ | 48 | 0 | 48 |
| tests/test_binary_pointwise_ops.py | test_accuracy_sub_scalar_tensor | 48 | 0 | 48 |
| tests/test_binary_pointwise_ops.py | test_accuracy_sub_scalar_scalar | 2 | 0 | 2 |
| tests/test_binary_pointwise_ops.py | test_accuracy_where_self_out_cross_device | 3 | 0 | 3 |
| tests/test_binary_pointwise_ops.py | test_accuracy_where_self_out | 3 | 0 | 3 |
| tests/test_binary_pointwise_ops.py | test_accuracy_where_self | 3 | 0 | 3 |
| tests/test_binary_pointwise_ops.py | test_accuracy_where_scalar_self | 12 | 0 | 12 |
| tests/test_binary_pointwise_ops.py | test_accuracy_where_scalar_other | 12 | 0 | 12 |
| tests/test_binary_pointwise_ops.py | test_accuracy_nan_to_num | 36 | 0 | 36 |
| tests/test_binary_pointwise_ops.py | test_accuracy_isclose | 140 | 0 | 140 |
| tests/test_binary_pointwise_ops.py | test_accuracy_logical_or | 8 | 0 | 8 |
| tests/test_binary_pointwise_ops.py | test_accuracy_logical_or_ | 8 | 0 | 8 |
| tests/test_binary_pointwise_ops.py | test_accuracy_logical_and_ | 8 | 0 | 8 |
| tests/test_binary_pointwise_ops.py | test_accuracy_logical_and | 8 | 0 | 8 |
| tests/test_binary_pointwise_ops.py | test_accuracy_logical_xor | 8 | 0 | 8 |
| tests/test_binary_pointwise_ops.py | test_accuracy_threshold | 3 | 0 | 3 |
| tests/test_binary_pointwise_ops.py | test_accuracy_threshold_backward | 3 | 0 | 3 |
| tests/test_binary_pointwise_ops.py | test_accuracy_polar | 1 | 0 | 1 |
| tests/test_binary_pointwise_ops.py | test_accuracy_lerp | 3 | 0 | 3 |
| tests/test_binary_pointwise_ops.py | test_accuracy_lerp_ | 3 | 0 | 3 |
| tests/test_binary_pointwise_ops.py | test_accuracy_masked_fill | 27 | 0 | 27 |
| tests/test_binary_pointwise_ops.py | test_accuracy_masked_fill_ | 27 | 0 | 27 |
| tests/test_binary_pointwise_ops.py | test_accuracy_fill_ | 9 | 0 | 9 |
| tests/test_binary_pointwise_ops.py | test_accuracy_addcmul | 3 | 0 | 3 |
| tests/test_binary_pointwise_ops.py | test_accuracy_addcmul_out_broadcast | 12 | 0 | 12 |
| tests/test_binary_pointwise_ops.py | test_accuracy_addcdiv | 3 | 0 | 3 |
| tests/test_binary_pointwise_ops.py | test_accuracy_logaddexp | 3 | 0 | 3 |
| tests/test_binary_pointwise_ops.py | test_accuracy_logaddexp_out | 3 | 0 | 3 |
| tests/test_general_reduction_ops.py | test_accuracy_all_without_dim | 4 | 0 | 4 |
| tests/test_general_reduction_ops.py | test_accuracy_all_dims | 2 | 0 | 2 |
| tests/test_general_reduction_ops.py | test_accuracy_allclose | 70 | 0 | 70 |
| tests/test_general_reduction_ops.py | test_accuracy_any_without_dim | 4 | 0 | 4 |
| tests/test_general_reduction_ops.py | test_accuracy_any_dims | 2 | 0 | 2 |
| tests/test_general_reduction_ops.py | test_accuracy_max_without_dim | 4 | 0 | 4 |
| tests/test_general_reduction_ops.py | test_accuracy_max_without_dim_all_neg_inf | 1 | 0 | 1 |
| tests/test_general_reduction_ops.py | test_accuracy_max_without_dim_uncontiguous | 4 | 0 | 4 |
| tests/test_general_reduction_ops.py | test_accuracy_max_dim | 4 | 0 | 4 |
| tests/test_general_reduction_ops.py | test_accuracy_max_dim_big_shape | 8 | 0 | 8 |
| tests/test_general_reduction_ops.py | test_accuracy_mean_without_dim | 1 | 0 | 1 |
| tests/test_general_reduction_ops.py | test_accuracy_mean_dim | 1 | 0 | 1 |
| tests/test_general_reduction_ops.py | test_accuracy_mean_dim_large_k | 4 | 0 | 4 |
| tests/test_general_reduction_ops.py | test_accuracy_min_without_dim | 4 | 0 | 4 |
| tests/test_general_reduction_ops.py | test_accuracy_min_without_dim_all_inf | 1 | 0 | 1 |
| tests/test_general_reduction_ops.py | test_accuracy_min_dim | 4 | 0 | 4 |
| tests/test_general_reduction_ops.py | test_accuracy_prod_without_dim | 1 | 0 | 1 |
| tests/test_general_reduction_ops.py | test_accuracy_prod_dim | 1 | 0 | 1 |
| tests/test_general_reduction_ops.py | test_accuracy_sum_without_dim | 1 | 0 | 1 |
| tests/test_general_reduction_ops.py | test_accuracy_sum_dim | 12 | 0 | 12 |
| tests/test_general_reduction_ops.py | test_accuracy_quantile_without_dim | 3 | 0 | 3 |
| tests/test_general_reduction_ops.py | test_accuracy_quantile_dim | 3 | 0 | 3 |
| tests/test_norm_ops.py | test_accuracy_groupnorm | 14 | 0 | 14 |
| tests/test_norm_ops.py | test_accuracy_groupnorm_backward | 14 | 0 | 14 |
| tests/test_norm_ops.py | test_accuracy_layernorm | 2 | 0 | 2 |
| tests/test_norm_ops.py | test_accuracy_layernorm_backward | 2 | 0 | 2 |
| tests/test_norm_ops.py | test_accuracy_instancenorm | 1 | 0 | 1 |
| tests/test_norm_ops.py | test_accuracy_weightnorm_interface | 1 | 0 | 1 |
| tests/test_norm_ops.py | test_accuracy_rmsnorm | 1 | 0 | 1 |
| tests/test_norm_ops.py | test_accuracy_skip_layernorm | 1 | 0 | 1 |
| tests/test_norm_ops.py | test_accuracy_fused_add_rms_norm | 1 | 0 | 1 |
| tests/test_norm_ops.py | test_accuracy_vectornorm | 1 | 0 | 1 |
| tests/test_norm_ops.py | test_accuracy_batch_norm | 10 | 0 | 10 |
| tests/test_norm_ops.py | test_accuracy_batch_norm_backward | 10 | 0 | 10 |
| tests/test_tensor_constructor_ops.py | test_accuracy_rand | 3 | 0 | 3 |
| tests/test_tensor_constructor_ops.py | test_accuracy_randn | 3 | 0 | 3 |
| tests/test_tensor_constructor_ops.py | test_accuracy_rand_like | 3 | 0 | 3 |
| tests/test_tensor_constructor_ops.py | test_accuracy_randn_like | 3 | 0 | 3 |
| tests/test_tensor_constructor_ops.py | test_accuracy_zeros | 8 | 0 | 8 |
| tests/test_tensor_constructor_ops.py | test_accuracy_zero_ | 8 | 0 | 8 |
| tests/test_tensor_constructor_ops.py | test_accuracy_ones | 8 | 0 | 8 |
| tests/test_tensor_constructor_ops.py | test_accuracy_full | 24 | 0 | 24 |
| tests/test_tensor_constructor_ops.py | test_accuracy_zeros_like | 3 | 0 | 3 |
| tests/test_tensor_constructor_ops.py | test_accuracy_ones_like | 3 | 0 | 3 |
| tests/test_tensor_constructor_ops.py | test_accuracy_full_like | 256 | 64 | 320 |
| tests/test_tensor_constructor_ops.py | test_accuracy_randperm | 9 | 0 | 9 |
| tests/test_tensor_constructor_ops.py | test_accuracy_eye | 80 | 0 | 80 |
| tests/test_tensor_constructor_ops.py | test_accuracy_one_hot | 1 | 0 | 1 |
| tests/test_tensor_constructor_ops.py | test_accuracy_arange_start | 21 | 0 | 21 |
| tests/test_tensor_constructor_ops.py | test_accuracy_arange | 12 | 0 | 12 |
| tests/test_tensor_constructor_ops.py | test_accuracy_zero | 9 | 0 | 9 |
| tests/test_tensor_constructor_ops.py | test_accuracy_zero_out | 9 | 0 | 9 |
| tests/test_special_ops.py | test_accuracy_dropout | 9 | 0 | 9 |
| tests/test_special_ops.py | test_accuracy_dropout_backward | 9 | 0 | 9 |
| tests/test_special_ops.py | test_apply_rotary_pos_emb | 48 | 0 | 48 |
| tests/test_special_ops.py | test_embedding | 24 | 0 | 24 |
| tests/test_special_ops.py | test_embedding_backward | 18 | 0 | 18 |
| tests/test_special_ops.py | test_accuracy_resolve_neg | 1 | 0 | 1 |
| tests/test_special_ops.py | test_topk | 48 | 0 | 48 |
| tests/test_special_ops.py | test_accuracy_resolve_conj | 1 | 0 | 1 |
| tests/test_special_ops.py | test_accuracy_unique | 8 | 0 | 8 |
| tests/test_special_ops.py | test_accuracy_multinomial_with_replacement | 20 | 0 | 20 |
| tests/test_special_ops.py | test_accuracy_multinomial_without_replacement | 3 | 0 | 3 |
| tests/test_special_ops.py | test_pad | 78 | 18 | 96 |
| tests/test_special_ops.py | test_upsample_bicubic2d_aa | 120 | 0 | 120 |
| tests/test_special_ops.py | test_upsample_linear1d | 120 | 0 | 120 |
| tests/test_special_ops.py | test_upsample_nearest1d | 60 | 0 | 60 |
| tests/test_special_ops.py | test_upsample_nearest2d | 60 | 0 | 60 |
| tests/test_special_ops.py | test_upsample_nearest3d | 60 | 0 | 60 |
| tests/test_special_ops.py | test_arange | 252 | 0 | 252 |
| tests/test_special_ops.py | test_linspace | 756 | 0 | 756 |
| tests/test_special_ops.py | test_logspace | 168 | 0 | 168 |
| tests/test_special_ops.py | test_accuracy_isin | 8 | 0 | 8 |
| tests/test_special_ops.py | test_fill | 9 | 0 | 9 |
| tests/test_special_ops.py | test_fill_out | 9 | 0 | 9 |
| tests/test_special_ops.py | test_accuracy_stack | 60 | 0 | 60 |
| tests/test_special_ops.py | test_accuracy_hstack | 15 | 0 | 15 |
| tests/test_special_ops.py | test_exception_hstack | 10 | 0 | 10 |
| tests/test_special_ops.py | test_accuracy_cat | 130 | 0 | 130 |
| tests/test_special_ops.py | test_accuracy_cat_empty_tensor | 6 | 0 | 6 |
| tests/test_special_ops.py | test_accuracy_vstack | 20 | 0 | 20 |
| tests/test_special_ops.py | test_accuracy_repeat_interleave_self_int | 45 | 0 | 45 |
| tests/test_special_ops.py | test_accuracy_repeat_interleave_self_int_non_contiguous | 36 | 0 | 36 |
| tests/test_special_ops.py | test_accuracy_repeat_interleave_tensor | 9 | 0 | 9 |
| tests/test_special_ops.py | test_accuracy_repeat_interleave_self_tensor | 36 | 0 | 36 |
| tests/test_special_ops.py | test_accuracy_diag | 300 | 0 | 300 |
| tests/test_special_ops.py | test_accuracy_diag_embed | 36 | 0 | 36 |
| tests/test_special_ops.py | test_accuracy_diagonal_backward | 9 | 0 | 9 |
| tests/test_special_ops.py | test_sort | 320 | 0 | 320 |
| tests/test_special_ops.py | test_accuracy_kron | 180 | 0 | 180 |
| tests/test_special_ops.py | test_accuracy_contiguous | 6 | 0 | 6 |
| tests/test_special_ops.py | test_accuracy_per_token_group_quant_fp8 | 2 | 0 | 2 |
| tests/test_special_ops.py | test_accuracy_rwkv_kafusion | 18 | 0 | 18 |
| tests/test_special_ops.py | test_accuracy_rwkv_mmsparsity | 3 | 0 | 3 |
| tests/test_special_ops.py | test_moe_sum | 72 | 0 | 72 |
| tests/test_special_ops.py | test_accuracy_moe_align_block_size | 48 | 0 | 48 |
| tests/test_special_ops.py | test_reflection_pad2d | 60 | 0 | 60 |
| tests/test_special_ops.py | test_reflection_pad2d_list_padding | 2 | 0 | 2 |
| tests/test_special_ops.py | test_reflection_pad2d_empty_padding | 1 | 0 | 1 |
| tests/test_special_ops.py | test_reflection_pad2d_3d_input | 2 | 0 | 2 |
| tests/test_special_ops.py | test_upsample_bicubic2d | 12 | 0 | 12 |
| tests/test_special_ops.py | test_reflection_pad1d | 36 | 0 | 36 |
| tests/test_special_ops.py | test_reflection_pad1d_out | 27 | 0 | 27 |
| tests/test_special_ops.py | test_pixel_unshuffle | 9 | 0 | 9 |
| tests/test_special_ops.py | test_pixel_unshuffle_out | 9 | 0 | 9 |
| tests/test_special_ops.py | test_replication_pad1d | 36 | 0 | 36 |
| tests/test_special_ops.py | test_replication_pad1d_out | 36 | 0 | 36 |
| tests/test_special_ops.py | test_replication_pad3d | 48 | 0 | 48 |
| tests/test_special_ops.py | test_unfold_backward | 21 | 0 | 21 |
| tests/test_special_ops.py | test_accuracy_lift_fresh_copy | 9 | 0 | 9 |
| tests/test_special_ops.py | test_accuracy__upsample_nearest_exact1d | 18 | 0 | 18 |
| tests/test_special_ops.py | test_accuracy_margin_ranking_loss | 81 | 0 | 81 |
| tests/test_special_ops.py | test_accuracy_soft_margin_loss | 27 | 0 | 27 |
| tests/test_special_ops.py | test_accuracy_t_copy | 9 | 0 | 9 |
| tests/test_special_ops.py | test_accuracy_t_copy_out | 9 | 0 | 9 |
| tests/test_special_ops.py | test_accuracy__safe_softmax | 90 | 0 | 90 |
| tests/test_special_ops.py | test_accuracy_select_backward | 78 | 3 | 81 |
| tests/test_special_ops.py | test_accuracy_select_backward_non_contiguous | 3 | 0 | 3 |
| tests/test_special_ops.py | test_accuracy_select_backward_small_and_edge | 3 | 0 | 3 |
| tests/test_pointwise_type_promotion.py | test_type_promotion_default | 12 | 0 | 12 |
| tests/test_pointwise_type_promotion.py | test_type_promotion_no_opmath | 3 | 0 | 3 |
| tests/test_pointwise_type_promotion.py | test_type_promotion_int_to_float | 3 | 0 | 3 |
| tests/test_pointwise_type_promotion.py | test_type_promotion_always_bool | 1 | 0 | 1 |
| tests/test_pointwise_type_promotion.py | test_type_promotion_complex_to_long | 3 | 0 | 3 |
| tests/test_pointwise_type_promotion.py | test_type_promotion_bool_to_long | 3 | 0 | 3 |
| tests/test_reduction_ops.py | test_topk_softmax | 0 | 144 | 144 |
| tests/test_blas_ops.py | test_accuracy_bmm_non_contiguous | 0 | 1 | 1 |
| tests/test_attention_ops.py | test_sdpa_legacy_backward | 0 | 96 | 96 |
| tests/test_attention_ops.py | test_flash_fwd_nonsquare_qk | 0 | 48 | 48 |
| tests/test_attention_ops.py | test_flash_fwd_gqa_alibi_softcap | 0 | 48 | 48 |
| tests/test_attention_ops.py | test_flash_splitkv | 0 | 96 | 96 |
| tests/test_attention_ops.py | test_flash_fwd_swa | 0 | 32 | 32 |
| tests/test_attention_ops.py | test_flash_fwd_dropout | 0 | 4 | 4 |
| tests/test_attention_ops.py | test_scheduler_metadata_correctness | 0 | 32 | 32 |
| tests/test_general_reduction_ops.py | test_accuracy_max_int | 0 | 6 | 6 |
| tests/test_norm_ops.py | test_accuracy_weightnorm | 0 | 1 | 1 |
| tests/test_norm_ops.py | test_accuracy_weightnorm_interface_backward | 0 | 1 | 1 |
| tests/test_special_ops.py | test_accuracy_grouped_topk | 0 | 1 | 1 |
| tests/test_special_ops.py | test_accuracy_grouped_topk_large_scale | 0 | 16 | 16 |
| tests/test_special_ops.py | test_accuracy_grouped_topk_scaling_factor | 0 | 4 | 4 |
| tests/test_special_ops.py | test_accuracy_grouped_topk_single_token | 0 | 4 | 4 |
| tests/test_special_ops.py | test_accuracy_grouped_topk_sigmoid | 0 | 2 | 2 |
| tests/test_special_ops.py | test_embedding_dense_backward | 0 | 27 | 27 |
| TOTAL | | 7834 | 667 | 8501 |