Skip to content

Fix typo and remove CUDA test#3749

Merged
chuanqi129 merged 1 commit into
intel:mainfrom
Silv3S:fix_port_issue
May 25, 2026
Merged

Fix typo and remove CUDA test#3749
chuanqi129 merged 1 commit into
intel:mainfrom
Silv3S:fix_port_issue

Conversation

@Silv3S
Copy link
Copy Markdown
Contributor

@Silv3S Silv3S commented May 25, 2026

Fixes #2767

Failing because test tries to run on CUDA backend

op_ut,third_party.torch-xpu-ops.test.xpu.functorch.test_control_flow_xpu.TestControlFlow,test_scan_multiple_layers_gradient_layers_1_device_cuda
op_ut,third_party.torch-xpu-ops.test.xpu.functorch.test_control_flow_xpu.TestControlFlow,test_scan_multiple_layers_gradient_layers_2_device_cuda
op_ut,third_party.torch-xpu-ops.test.xpu.functorch.test_control_flow_xpu.TestControlFlow,test_scan_multiple_layers_gradient_layers_3_device_cuda

Fails because of typo in assert

op_ut,third_party.torch-xpu-ops.test.xpu.functorch.test_control_flow_xpu.AssociativeScanTests,test_associative_scan_wrong_pytree

@Silv3S Silv3S requested a review from kdrozd-dev May 25, 2026 09:51
@Silv3S Silv3S added the disable_all Disable all ci test jobs for the PR, just keep basic lint check label May 25, 2026
@Silv3S
Copy link
Copy Markdown
Contributor Author

Silv3S commented May 25, 2026

/merge

@chuanqi129 chuanqi129 merged commit c44f1fa into intel:main May 25, 2026
12 checks passed
@chuanqi129
Copy link
Copy Markdown
Contributor

✅ PR has been successfully merged by @Silv3S.

@Silv3S Silv3S deleted the fix_port_issue branch May 25, 2026 09:55
jafraustro pushed a commit to jafraustro/torch-xpu-ops that referenced this pull request May 26, 2026
Fixes intel#2767

Failing because test tries to run on CUDA backend
```
op_ut,third_party.torch-xpu-ops.test.xpu.functorch.test_control_flow_xpu.TestControlFlow,test_scan_multiple_layers_gradient_layers_1_device_cuda
op_ut,third_party.torch-xpu-ops.test.xpu.functorch.test_control_flow_xpu.TestControlFlow,test_scan_multiple_layers_gradient_layers_2_device_cuda
op_ut,third_party.torch-xpu-ops.test.xpu.functorch.test_control_flow_xpu.TestControlFlow,test_scan_multiple_layers_gradient_layers_3_device_cuda
```

Fails because of typo in assert
```
op_ut,third_party.torch-xpu-ops.test.xpu.functorch.test_control_flow_xpu.AssociativeScanTests,test_associative_scan_wrong_pytree
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

disable_all Disable all ci test jobs for the PR, just keep basic lint check

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[UT] test_control_flow_xpu.py got AssertionError

4 participants