Skip to content

[oneDNN] New failed test cases with 3.11 compared with 3.10 #2769

@mengfei25

Description

@mengfei25

🐛 Describe the bug

Tested with new oneDNN v3.11, has new 245 failures compared with v3.10.2

Test file Clasename Casename oneDNN v3.10 oneDNN v3.11
test/functorch/test_eager_transforms.py TestExamplesCorrectnessXPU test_maml_omniglot_mechanism_functional_call_xpu passed failed
test/functorch/test_eager_transforms.py TestExamplesCorrectnessXPU test_maml_omniglot_mechanism_make_functional_xpu passed failed
test/functorch/test_eager_transforms.py TestExamplesCorrectnessXPU test_resnet18_per_sample_grads_mechanism_functional_call_xpu passed failed
test/functorch/test_eager_transforms.py TestExamplesCorrectnessXPU test_resnet18_per_sample_grads_mechanism_make_functional_xpu passed failed
test/functorch/test_eager_transforms.py TestExamplesCorrectnessXPU test_update_batch_norm_mechanism_functional_call_originally_track_running_stats_False_xpu passed failed
test/functorch/test_eager_transforms.py TestExamplesCorrectnessXPU test_update_batch_norm_mechanism_functional_call_originally_track_running_stats_True_xpu passed failed
test/functorch/test_eager_transforms.py TestExamplesCorrectnessXPU test_update_batch_norm_mechanism_make_functional_originally_track_running_stats_False_xpu passed failed
test/functorch/test_eager_transforms.py TestExamplesCorrectnessXPU test_update_batch_norm_mechanism_make_functional_originally_track_running_stats_True_xpu passed failed
test/functorch/test_ops.py TestOperatorsXPU test_grad_nn_functional_conv2d_xpu_float32 passed failed
test/functorch/test_ops.py TestOperatorsXPU test_grad_nn_functional_conv2d_stride_groups_with_bias_xpu_float32 passed failed
test/functorch/test_ops.py TestOperatorsXPU test_grad_nn_functional_conv_transpose3d_xpu_float32 passed failed
test/functorch/test_ops.py TestOperatorsXPU test_jvpvjp_nn_functional_conv2d_xpu_float32 passed failed
test/functorch/test_ops.py TestOperatorsXPU test_jvpvjp_nn_functional_conv2d_stride_groups_with_bias_xpu_float32 passed failed
test/functorch/test_ops.py TestOperatorsXPU test_vjp_nn_functional_conv2d_xpu_float32 passed failed
test/functorch/test_ops.py TestOperatorsXPU test_vjp_nn_functional_conv2d_stride_groups_with_bias_xpu_float32 passed failed
test/functorch/test_ops.py TestOperatorsXPU test_vjp_nn_functional_conv_transpose2d_xpu_float32 passed failed
test/functorch/test_ops.py TestOperatorsXPU test_vjp_nn_functional_conv_transpose3d_xpu_float32 passed failed
test/functorch/test_ops.py TestOperatorsXPU test_vjpvmap_nn_functional_conv2d_no_bias_xpu_float32 passed failed
test/functorch/test_ops.py TestOperatorsXPU test_vjpvmap_nn_functional_conv2d_stride_depthwise_with_bias_xpu_float32 passed failed
test/functorch/test_ops.py TestOperatorsXPU test_vjpvmap_nn_functional_conv2d_stride_groups_with_bias_xpu_float32 passed failed
test/functorch/test_ops.py TestOperatorsXPU test_vjpvmap_nn_functional_conv2d_stride_no_bias_xpu_float32 passed failed
test/functorch/test_ops.py TestOperatorsXPU test_vjpvmap_nn_functional_conv2d_stride_with_bias_xpu_float32 passed failed
test/functorch/test_ops.py TestOperatorsXPU test_vjpvmap_nn_functional_conv2d_strided_padding_dilation_no_bias_xpu_float32 passed failed
test/functorch/test_ops.py TestOperatorsXPU test_vjpvmap_nn_functional_conv2d_strided_padding_dilation_with_bias_xpu_float32 passed failed
test/functorch/test_ops.py TestOperatorsXPU test_vjpvmap_nn_functional_conv2d_with_bias_xpu_float32 passed failed
test/functorch/test_ops.py TestOperatorsXPU test_vjpvmap_nn_functional_conv_transpose2d_xpu_float32 passed failed
test/functorch/test_ops.py TestOperatorsXPU test_vmap_autograd_grad_nn_functional_conv2d_xpu_float32 passed failed
test/functorch/test_ops.py TestOperatorsXPU test_vmap_autograd_grad_nn_functional_conv2d_xpu_float64 passed failed
test/functorch/test_ops.py TestOperatorsXPU test_vmap_autograd_grad_nn_functional_conv2d_stride_depthwise_with_bias_xpu_float64 passed failed
test/functorch/test_ops.py TestOperatorsXPU test_vmap_autograd_grad_nn_functional_conv2d_stride_groups_with_bias_xpu_float32 passed failed
test/functorch/test_ops.py TestOperatorsXPU test_vmap_autograd_grad_nn_functional_conv3d_xpu_float32 passed failed
test/functorch/test_ops.py TestOperatorsXPU test_vmap_autograd_grad_nn_functional_conv3d_xpu_float64 passed failed
test/functorch/test_ops.py TestOperatorsXPU test_vmapjvpvjp_nn_functional_conv2d_xpu_float32 passed failed
test/functorch/test_ops.py TestOperatorsXPU test_vmapjvpvjp_nn_functional_conv2d_no_bias_xpu_float32 passed failed
test/functorch/test_ops.py TestOperatorsXPU test_vmapjvpvjp_nn_functional_conv2d_stride_depthwise_with_bias_xpu_float32 passed failed
test/functorch/test_ops.py TestOperatorsXPU test_vmapjvpvjp_nn_functional_conv2d_stride_groups_with_bias_xpu_float32 passed failed
test/functorch/test_ops.py TestOperatorsXPU test_vmapjvpvjp_nn_functional_conv2d_stride_no_bias_xpu_float32 passed failed
test/functorch/test_ops.py TestOperatorsXPU test_vmapjvpvjp_nn_functional_conv2d_stride_with_bias_xpu_float32 passed failed
test/functorch/test_ops.py TestOperatorsXPU test_vmapjvpvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_xpu_float32 passed failed
test/functorch/test_ops.py TestOperatorsXPU test_vmapjvpvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_xpu_float32 passed failed
test/functorch/test_ops.py TestOperatorsXPU test_vmapjvpvjp_nn_functional_conv2d_with_bias_xpu_float32 passed failed
test/functorch/test_ops.py TestOperatorsXPU test_vmapjvpvjp_nn_functional_conv_transpose2d_xpu_float32 passed failed
test/functorch/test_ops.py TestOperatorsXPU test_vmapjvpvjp_nn_functional_conv_transpose3d_xpu_float32 passed failed
test/functorch/test_ops.py TestOperatorsXPU test_vmapvjp_nn_functional_conv2d_xpu_float32 passed failed
test/functorch/test_ops.py TestOperatorsXPU test_vmapvjp_nn_functional_conv2d_no_bias_xpu_float32 passed failed
test/functorch/test_ops.py TestOperatorsXPU test_vmapvjp_nn_functional_conv2d_stride_depthwise_with_bias_xpu_float32 passed failed
test/functorch/test_ops.py TestOperatorsXPU test_vmapvjp_nn_functional_conv2d_stride_groups_with_bias_xpu_float32 passed failed
test/functorch/test_ops.py TestOperatorsXPU test_vmapvjp_nn_functional_conv2d_stride_no_bias_xpu_float32 passed failed
test/functorch/test_ops.py TestOperatorsXPU test_vmapvjp_nn_functional_conv2d_stride_with_bias_xpu_float32 passed failed
test/functorch/test_ops.py TestOperatorsXPU test_vmapvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_xpu_float32 passed failed
test/functorch/test_ops.py TestOperatorsXPU test_vmapvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_xpu_float32 passed failed
test/functorch/test_ops.py TestOperatorsXPU test_vmapvjp_nn_functional_conv2d_with_bias_xpu_float32 passed failed
test/functorch/test_ops.py TestOperatorsXPU test_vmapvjp_nn_functional_conv_transpose2d_xpu_float32 passed failed
test/functorch/test_ops.py TestOperatorsXPU test_vmapvjp_nn_functional_conv_transpose3d_xpu_float32 passed failed
test/functorch/test_ops.py TestOperatorsXPU test_vmapvjpvjp_nn_functional_conv2d_no_bias_xpu_float32 passed failed
test/functorch/test_ops.py TestOperatorsXPU test_vmapvjpvjp_nn_functional_conv2d_stride_depthwise_with_bias_xpu_float32 passed failed
test/functorch/test_ops.py TestOperatorsXPU test_vmapvjpvjp_nn_functional_conv2d_stride_groups_with_bias_xpu_float32 passed failed
test/functorch/test_ops.py TestOperatorsXPU test_vmapvjpvjp_nn_functional_conv2d_stride_no_bias_xpu_float32 passed failed
test/functorch/test_ops.py TestOperatorsXPU test_vmapvjpvjp_nn_functional_conv2d_stride_with_bias_xpu_float32 passed failed
test/functorch/test_ops.py TestOperatorsXPU test_vmapvjpvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_xpu_float32 passed failed
test/functorch/test_ops.py TestOperatorsXPU test_vmapvjpvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_xpu_float32 passed failed
test/functorch/test_ops.py TestOperatorsXPU test_vmapvjpvjp_nn_functional_conv2d_with_bias_xpu_float32 passed failed
test/functorch/test_ops.py TestOperatorsXPU test_vmapvjpvjp_nn_functional_conv_transpose2d_xpu_float32 passed failed
test/functorch/test_ops.py TestOperatorsXPU test_vmapvjpvjp_nn_functional_conv_transpose3d_xpu_float32 passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_Conv2d_depthwise_naive_groups_xpu_float16 passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_Conv2d_depthwise_naive_groups_xpu_float32 passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_Conv3d_depthwise_naive_groups_xpu_float16 passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_Conv3d_depthwise_naive_groups_xpu_float32 passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_Conv3d_depthwise_naive_groups_xpu_float64 passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv2d_same_padding_backward_xpu_complex64 passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv2d_same_padding_backward_xpu_float32 passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv3d_same_padding_backward_xpu_complex128 passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv3d_same_padding_backward_xpu_float64 passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_backend_xpu2d_transposed_has_bias_False_strided_False_contiguous_False_xpu passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_backend_xpu2d_transposed_has_bias_False_strided_False_contiguous_True_xpu passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_backend_xpu2d_transposed_has_bias_False_strided_True_contiguous_False_xpu passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_backend_xpu2d_transposed_has_bias_False_strided_True_contiguous_True_xpu passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_backend_xpu2d_transposed_has_bias_True_strided_False_contiguous_False_xpu passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_backend_xpu2d_transposed_has_bias_True_strided_False_contiguous_True_xpu passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_backend_xpu2d_transposed_has_bias_True_strided_True_contiguous_False_xpu passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_backend_xpu2d_transposed_has_bias_True_strided_True_contiguous_True_xpu passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_backend_xpu3d_has_bias_False_strided_False_contiguous_False_xpu passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_backend_xpu3d_has_bias_False_strided_False_contiguous_True_xpu passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_backend_xpu3d_has_bias_False_strided_True_contiguous_False_xpu passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_backend_xpu3d_has_bias_False_strided_True_contiguous_True_xpu passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_backend_xpu3d_has_bias_True_strided_False_contiguous_False_xpu passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_backend_xpu3d_has_bias_True_strided_False_contiguous_True_xpu passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_backend_xpu3d_has_bias_True_strided_True_contiguous_False_xpu passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_backend_xpu3d_has_bias_True_strided_True_contiguous_True_xpu passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_backend_xpu_depthwise2d_has_bias_False_strided_False_contiguous_False_xpu passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_backend_xpu_depthwise2d_has_bias_False_strided_False_contiguous_True_xpu passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_backend_xpu_depthwise2d_has_bias_True_strided_False_contiguous_False_xpu passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_backend_xpu_depthwise2d_has_bias_True_strided_False_contiguous_True_xpu passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_backend_xpu_depthwise3d_has_bias_False_strided_False_contiguous_False_xpu passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_backend_xpu_depthwise3d_has_bias_False_strided_False_contiguous_True_xpu passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_backend_xpu_depthwise3d_has_bias_False_strided_True_contiguous_False_xpu passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_backend_xpu_depthwise3d_has_bias_False_strided_True_contiguous_True_xpu passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_backend_xpu_depthwise3d_has_bias_True_strided_False_contiguous_False_xpu passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_backend_xpu_depthwise3d_has_bias_True_strided_False_contiguous_True_xpu passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_backend_xpu_depthwise3d_has_bias_True_strided_True_contiguous_False_xpu passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_backend_xpu_depthwise3d_has_bias_True_strided_True_contiguous_True_xpu passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_False_contiguous_False_xpu passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_False_contiguous_True_xpu passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_True_contiguous_False_xpu passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_True_contiguous_True_xpu passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_False_contiguous_False_xpu passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_False_contiguous_True_xpu passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_True_contiguous_False_xpu passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_True_contiguous_True_xpu passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_backend_slow2d_transposed_has_bias_False_strided_False_contiguous_False_xpu passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_backend_slow2d_transposed_has_bias_False_strided_False_contiguous_True_xpu passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_backend_slow2d_transposed_has_bias_False_strided_True_contiguous_False_xpu passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_backend_slow2d_transposed_has_bias_False_strided_True_contiguous_True_xpu passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_backend_slow2d_transposed_has_bias_True_strided_False_contiguous_False_xpu passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_backend_slow2d_transposed_has_bias_True_strided_False_contiguous_True_xpu passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_backend_slow2d_transposed_has_bias_True_strided_True_contiguous_False_xpu passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_backend_slow2d_transposed_has_bias_True_strided_True_contiguous_True_xpu passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_backend_slow3d_xpu_has_bias_False_strided_False_contiguous_False_xpu passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_backend_slow3d_xpu_has_bias_False_strided_False_contiguous_True_xpu passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_backend_slow3d_xpu_has_bias_False_strided_True_contiguous_False_xpu passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_backend_slow3d_xpu_has_bias_False_strided_True_contiguous_True_xpu passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_backend_slow3d_xpu_has_bias_True_strided_False_contiguous_False_xpu passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_backend_slow3d_xpu_has_bias_True_strided_False_contiguous_True_xpu passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_backend_slow3d_xpu_has_bias_True_strided_True_contiguous_False_xpu passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_backend_slow3d_xpu_has_bias_True_strided_True_contiguous_True_xpu passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_backend_slow3d_dilated_has_bias_False_strided_False_contiguous_False_xpu passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_backend_slow3d_dilated_has_bias_False_strided_False_contiguous_True_xpu passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_backend_slow3d_dilated_has_bias_False_strided_True_contiguous_False_xpu passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_backend_slow3d_dilated_has_bias_False_strided_True_contiguous_True_xpu passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_backend_slow3d_dilated_has_bias_True_strided_False_contiguous_False_xpu passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_backend_slow3d_dilated_has_bias_True_strided_False_contiguous_True_xpu passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_backend_slow3d_dilated_has_bias_True_strided_True_contiguous_False_xpu passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_backend_slow3d_dilated_has_bias_True_strided_True_contiguous_True_xpu passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_cudnn_ndhwc_xpu_float16 passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_cudnn_ndhwc_xpu_float32 passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_cudnn_nhwc_xpu_float16 passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_cudnn_nhwc_xpu_float32 passed failed
test/nn/test_convolution.py TestConvolutionNNDeviceTypeXPU test_conv_large_xpu passed failed
test/nn/test_convolution.py TestConvolutionNN test_thnn_conv_strided_padded_dilated passed failed
test/test_cpp_api_parity.py TestCppApiParity test_torch_nn_Conv2d_depthwise_xpu passed failed
test/test_cpp_api_parity.py TestCppApiParity test_torch_nn_Conv2d_depthwise_dilated_xpu passed failed
test/test_cpp_api_parity.py TestCppApiParity test_torch_nn_Conv2d_depthwise_padded_xpu passed failed
test/test_cpp_api_parity.py TestCppApiParity test_torch_nn_Conv3d_circular_stride2_pad2_xpu passed failed
test/test_cpp_api_parity.py TestCppApiParity test_torch_nn_Conv3d_xpu passed failed
test/test_cpp_api_parity.py TestCppApiParity test_torch_nn_Conv3d_dilated_xpu passed failed
test/test_cpp_api_parity.py TestCppApiParity test_torch_nn_Conv3d_dilated_strided_xpu passed failed
test/test_cpp_api_parity.py TestCppApiParity test_torch_nn_Conv3d_pad_same_xpu passed failed
test/test_cpp_api_parity.py TestCppApiParity test_torch_nn_Conv3d_pad_same_dilated_xpu passed failed
test/test_cpp_api_parity.py TestCppApiParity test_torch_nn_Conv3d_pad_valid_xpu passed failed
test/test_cpp_api_parity.py TestCppApiParity test_torch_nn_Conv3d_replicate_stride2_pad2_xpu passed failed
test/test_cpp_api_parity.py TestCppApiParity test_torch_nn_Conv3d_stride_xpu passed failed
test/test_cpp_api_parity.py TestCppApiParity test_torch_nn_Conv3d_stride_padding_xpu passed failed
test/test_cpp_api_parity.py TestCppApiParity test_torch_nn_Conv3d_zeros_stride2_pad2_xpu passed failed
test/test_expanded_weights.py TestExpandedWeightFunctionalXPU test_cnn_model_mean_xpu passed failed
test/test_expanded_weights.py TestExpandedWeightFunctionalXPU test_cnn_model_sum_xpu passed failed
test/test_expanded_weights.py TestExpandedWeightFunctionalXPU test_expanded_weight_per_sample_grad_mean_nn_functional_conv2d_xpu_float64 passed failed
test/test_expanded_weights.py TestExpandedWeightFunctionalXPU test_expanded_weight_per_sample_grad_mean_nn_functional_conv3d_xpu_float64 passed failed
test/test_expanded_weights.py TestExpandedWeightFunctionalXPU test_expanded_weight_per_sample_grad_sum_nn_functional_conv2d_xpu_float64 passed failed
test/test_expanded_weights.py TestExpandedWeightFunctionalXPU test_expanded_weight_per_sample_grad_sum_nn_functional_conv3d_xpu_float64 passed failed
test/test_expanded_weights.py TestExpandedWeightFunctionalXPU test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_conv2d_xpu_float64 passed failed
test/test_expanded_weights.py TestExpandedWeightFunctionalXPU test_group_norm_model_num_dim_3_xpu passed failed
test/test_expanded_weights.py TestExpandedWeightFunctionalXPU test_instance_norm_model_num_dim_3_xpu passed failed
test/test_expanded_weights.py TestExpandedWeightFunctionalXPU test_layer_norm_model_num_dim_3_xpu passed failed
test/test_expanded_weights.py TestExpandedWeightModuleXPU test_Conv1d_pad2_xpu_double_xpu passed failed
test/test_expanded_weights.py TestExpandedWeightModuleXPU test_Conv3d_circular_stride2_pad2_xpu_double_xpu passed failed
test/test_modules.py TestModuleXPU test_cpu_gpu_parity_nn_Conv3d_xpu_float32 passed failed
test/test_modules.py TestModuleXPU test_cpu_gpu_parity_nn_Conv3d_xpu_float64 passed failed
test/test_modules.py TestModuleXPU test_cpu_gpu_parity_nn_ConvTranspose3d_xpu_complex128 passed failed
test/test_modules.py TestModuleXPU test_cpu_gpu_parity_nn_ConvTranspose3d_xpu_complex64 passed failed
test/test_modules.py TestModuleXPU test_cpu_gpu_parity_nn_ConvTranspose3d_xpu_float32 passed failed
test/test_modules.py TestModuleXPU test_cpu_gpu_parity_nn_ConvTranspose3d_xpu_float64 passed failed
test/test_modules.py TestModuleXPU test_cpu_gpu_parity_nn_LazyConv3d_xpu_float32 passed failed
test/test_modules.py TestModuleXPU test_cpu_gpu_parity_nn_LazyConv3d_xpu_float64 passed failed
test/test_modules.py TestModuleXPU test_cpu_gpu_parity_nn_LazyConvTranspose3d_xpu_float32 passed failed
test/test_modules.py TestModuleXPU test_cpu_gpu_parity_nn_LazyConvTranspose3d_xpu_float64 passed failed
test/test_modules.py TestModuleXPU test_grad_nn_Conv3d_xpu_float64 passed failed
test/test_modules.py TestModuleXPU test_grad_nn_ConvTranspose3d_xpu_float64 passed failed
test/test_modules.py TestModuleXPU test_grad_nn_LazyConv3d_xpu_float64 passed failed
test/test_modules.py TestModuleXPU test_grad_nn_LazyConvTranspose3d_xpu_float64 passed failed
test/test_modules.py TestModuleXPU test_gradgrad_nn_Conv3d_xpu_float64 passed failed
test/test_modules.py TestModuleXPU test_gradgrad_nn_ConvTranspose3d_xpu_float64 passed failed
test/test_modules.py TestModuleXPU test_gradgrad_nn_LazyConv3d_xpu_float64 passed failed
test/test_modules.py TestModuleXPU test_gradgrad_nn_LazyConvTranspose3d_xpu_float64 passed failed
test/test_modules.py TestModuleXPU test_non_contiguous_tensors_nn_Conv3d_xpu_float32 passed failed
test/test_modules.py TestModuleXPU test_non_contiguous_tensors_nn_Conv3d_xpu_float64 passed failed
test/test_modules.py TestModuleXPU test_non_contiguous_tensors_nn_ConvTranspose3d_xpu_complex128 passed failed
test/test_modules.py TestModuleXPU test_non_contiguous_tensors_nn_ConvTranspose3d_xpu_complex32 passed failed
test/test_modules.py TestModuleXPU test_non_contiguous_tensors_nn_ConvTranspose3d_xpu_complex64 passed failed
test/test_modules.py TestModuleXPU test_non_contiguous_tensors_nn_ConvTranspose3d_xpu_float32 passed failed
test/test_modules.py TestModuleXPU test_non_contiguous_tensors_nn_ConvTranspose3d_xpu_float64 passed failed
test/test_modules.py TestModuleXPU test_non_contiguous_tensors_nn_LazyConv3d_xpu_float32 passed failed
test/test_modules.py TestModuleXPU test_non_contiguous_tensors_nn_LazyConv3d_xpu_float64 passed failed
test/test_modules.py TestModuleXPU test_non_contiguous_tensors_nn_LazyConvTranspose3d_xpu_float32 passed failed
test/test_nn.py TestNN test_Conv2d_depthwise_cuda passed failed
test/test_nn.py TestNN test_Conv2d_depthwise_dilated_cuda passed failed
test/test_nn.py TestNN test_Conv2d_depthwise_padded_cuda passed failed
test/test_nn.py TestNN test_Conv2d_depthwise_with_multiplier_cuda passed failed
test/test_nn.py TestNN test_Conv3d_circular_stride2_pad2_cuda passed failed
test/test_nn.py TestNN test_Conv3d_cuda passed failed
test/test_nn.py TestNN test_Conv3d_dilated_cuda passed failed
test/test_nn.py TestNN test_Conv3d_dilated_strided_cuda passed failed
test/test_nn.py TestNN test_Conv3d_groups_cuda passed failed
test/test_nn.py TestNN test_Conv3d_no_bias_cuda passed failed
test/test_nn.py TestNN test_Conv3d_pad_same_cuda passed failed
test/test_nn.py TestNN test_Conv3d_pad_same_dilated_cuda passed failed
test/test_nn.py TestNN test_Conv3d_pad_valid_cuda passed failed
test/test_nn.py TestNN test_Conv3d_replicate_stride2_pad2_cuda passed failed
test/test_nn.py TestNN test_Conv3d_stride_cuda passed failed
test/test_nn.py TestNN test_Conv3d_stride_padding_cuda passed failed
test/test_nn.py TestNN test_Conv3d_zeros_stride2_pad2_cuda passed failed
test/test_nn.py TestNN test_ConvTranspose3d_cuda passed failed
test/test_nn.py TestNN test_ConvTranspose3d_dilated_cuda passed failed
test/test_ops.py TestCommonXPU test_noncontiguous_samples_nn_functional_conv2d_xpu_complex64 passed failed
test/test_ops.py TestCommonXPU test_noncontiguous_samples_nn_functional_conv2d_xpu_float32 passed failed
test/test_ops.py TestCommonXPU test_noncontiguous_samples_nn_functional_conv3d_xpu_complex64 passed failed
test/test_ops.py TestCommonXPU test_noncontiguous_samples_nn_functional_conv3d_xpu_float32 passed failed
test/test_ops.py TestCommonXPU test_noncontiguous_samples_nn_functional_conv_transpose2d_xpu_complex64 passed failed
test/test_ops.py TestCommonXPU test_noncontiguous_samples_nn_functional_conv_transpose2d_xpu_float32 passed failed
test/test_ops.py TestCommonXPU test_noncontiguous_samples_nn_functional_conv_transpose3d_xpu_complex64 passed failed
test/test_ops.py TestCommonXPU test_noncontiguous_samples_nn_functional_conv_transpose3d_xpu_float32 passed failed
test/test_ops.py TestCompositeComplianceXPU test_backward_nn_functional_conv2d_xpu_float32 passed failed
test/test_ops.py TestCompositeComplianceXPU test_backward_nn_functional_conv_transpose2d_xpu_float32 passed failed
test/test_ops_fwd_gradients.py TestFwdGradientsXPU test_fn_fwgrad_bwgrad_nn_functional_conv2d_xpu_complex128 passed failed
test/test_ops_fwd_gradients.py TestFwdGradientsXPU test_fn_fwgrad_bwgrad_nn_functional_conv2d_xpu_float64 passed failed
test/test_ops_fwd_gradients.py TestFwdGradientsXPU test_fn_fwgrad_bwgrad_nn_functional_conv3d_xpu_complex128 passed failed
test/test_ops_fwd_gradients.py TestFwdGradientsXPU test_fn_fwgrad_bwgrad_nn_functional_conv3d_xpu_float64 passed failed
test/test_ops_fwd_gradients.py TestFwdGradientsXPU test_fn_fwgrad_bwgrad_nn_functional_conv_transpose2d_xpu_complex128 passed failed
test/test_ops_fwd_gradients.py TestFwdGradientsXPU test_fn_fwgrad_bwgrad_nn_functional_conv_transpose2d_xpu_float64 passed failed
test/test_ops_fwd_gradients.py TestFwdGradientsXPU test_fn_fwgrad_bwgrad_nn_functional_conv_transpose3d_xpu_complex128 passed failed
test/test_ops_fwd_gradients.py TestFwdGradientsXPU test_fn_fwgrad_bwgrad_nn_functional_conv_transpose3d_xpu_float64 passed failed
test/test_ops_gradients.py TestBwdGradientsXPU test_fn_grad_nn_functional_conv2d_xpu_complex128 passed failed
test/test_ops_gradients.py TestBwdGradientsXPU test_fn_grad_nn_functional_conv2d_xpu_float64 passed failed
test/test_ops_gradients.py TestBwdGradientsXPU test_fn_grad_nn_functional_conv3d_xpu_complex128 passed failed
test/test_ops_gradients.py TestBwdGradientsXPU test_fn_grad_nn_functional_conv3d_xpu_float64 passed failed
test/test_ops_gradients.py TestBwdGradientsXPU test_fn_grad_nn_functional_conv_transpose2d_xpu_complex128 passed failed
test/test_ops_gradients.py TestBwdGradientsXPU test_fn_grad_nn_functional_conv_transpose2d_xpu_float64 passed failed
test/test_ops_gradients.py TestBwdGradientsXPU test_fn_grad_nn_functional_conv_transpose3d_xpu_complex128 passed failed
test/test_ops_gradients.py TestBwdGradientsXPU test_fn_grad_nn_functional_conv_transpose3d_xpu_float64 passed failed
test/test_ops_gradients.py TestBwdGradientsXPU test_fn_gradgrad_nn_functional_conv2d_xpu_complex128 passed failed
test/test_ops_gradients.py TestBwdGradientsXPU test_fn_gradgrad_nn_functional_conv2d_xpu_float64 passed failed
test/test_ops_gradients.py TestBwdGradientsXPU test_fn_gradgrad_nn_functional_conv3d_xpu_complex128 passed failed
test/test_ops_gradients.py TestBwdGradientsXPU test_fn_gradgrad_nn_functional_conv3d_xpu_float64 passed failed
test/test_ops_gradients.py TestBwdGradientsXPU test_fn_gradgrad_nn_functional_conv_transpose2d_xpu_complex128 passed failed
test/test_ops_gradients.py TestBwdGradientsXPU test_fn_gradgrad_nn_functional_conv_transpose2d_xpu_float64 passed failed
test/test_ops_gradients.py TestBwdGradientsXPU test_fn_gradgrad_nn_functional_conv_transpose3d_xpu_complex128 passed failed
test/test_ops_gradients.py TestBwdGradientsXPU test_fn_gradgrad_nn_functional_conv_transpose3d_xpu_float64 passed failed

Versions

PyTorch: 2.10

oneDNN rls-v3.11
oneDNN v3.10.2

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions