Skip to content

Daisyden/artifacts3 #1664

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Daisyden/artifacts3 #1664

wants to merge 5 commits into from

Conversation

daisyden
Copy link
Contributor

For testing

@daisyden
Copy link
Contributor Author

Xpu-ops triage bot UT analaysis result for your reference, only analyzed unique errors:

  1. third_party.torch-xpu-ops.test.xpu.test_nn_xpu.TestNN . test_LayerNorm_3d_no_affine_large_feature_cuda got failed with AssertionError: Tensor-likes are not close! , triage_bot result:
N/A
  1. third_party.torch-xpu-ops.test.xpu.test_torch_xpu.TestTorch . test_unflatten got failed with RuntimeError: unflatten got an unexpected error: , triage_bot result:
N/A

@daisyden
Copy link
Contributor Author

Xpu-ops triage bot UT analaysis result for your reference, only analyzed unique errors:

  1. third_party.torch-xpu-ops.test.xpu.test_nn_xpu.TestNN . test_LayerNorm_3d_no_affine_large_feature_cuda got failed with AssertionError: Tensor-likes are not close! , triage_bot result:
{'similar_issue_id': 1592, 'similar_issue_state': 'open', 'issue_owner': 'zxd1997066', 'issue_description': 'AssertionError: Tensor-likes are not close!\nMismatched elements: 559 / 640 (87.3%)\nGreatest absolute difference: 2.384108066558838 at index (1, 1, 8) (up to 1e-05 allowed)\nGreatest relative difference: inf at index (0, 0, 4) (up to 1.3e-06 allowed)', 'root_causes': ['Potential issues with the implementation of the operation on XPU leading to tensor discrepancies.', 'Possible precision or data type mismatches during computation.', 'Incorrect handling of tensor operations that affect the closeness of results.'], 'suggested_solutions': ['Investigate the LayerNorm implementation on XPU for any missing cases or computation errors, especially for large feature dimensions.', 'Check for data type consistency and ensure proper handling of floating-point operations across devices.', 'Review autograd support for LayerNorm operations on XPU to ensure correct gradient computation and tensor synchronization.']}
  1. third_party.torch-xpu-ops.test.xpu.test_torch_xpu.TestTorch . test_unflatten got failed with RuntimeError: unflatten got an unexpected error: , triage_bot result:
{'similar_issue_id': 'N/A', 'similar_issue_state': 'N/A', 'issue_owner': 'test_owner', 'issue_description': 'The unit test third_party.torch-xpu-ops.test.xpu.test_torch_xpu.TestTorch/test_unflatten failed with a RuntimeError indicating an unexpected error during the unflatten operation. This suggests an issue with the implementation or testing of the unflatten function on the XPU device.', 'root_causes': ["Potential issues in the unflatten function's implementation or its interaction with XPU-specific operations.", 'Missing or incorrect kernel implementations for the unflatten operation on XPU.', 'Test case issues that may not properly handle XPU-specific behaviors.'], 'suggested_solutions': ["Review the unflatten function's implementation to ensure compatibility with XPU devices.", 'Check if the unflatten operation is correctly registered and implemented in the XPU kernels.', 'Update test cases to handle any XPU-specific edge cases or behaviors that may not be supported.']}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant