XPUGraph tree support
- Dominant language
- Python
- Stars
- 113
- Forks
- 128
- Avg merge
- 5d 9h
- Merged PRs (30d)
- 112
Description
### 🐛 Describe the bug
307 cases in the following files blocked by XPUGraph tree
test/inductor/test_cudagraph_trees_expandable_segments.py | CudaGraphTreeTests | test_empty_cpu_tensor
-- | -- | --
test/inductor/test_cudagraph_trees_expandable_segments.py | CudaGraphTreeTests | test_empty_storage
test/inductor/test_cudagraph_trees_expandable_segments.py | CudaGraphTreeTests | test_end_recording_early
test/inductor/test_cudagraph_trees_expandable_segments.py | CudaGraphTreeTests | test_error_on_dealloc_use
test/inductor/test_cudagraph_trees_expandable_segments.py | CudaGraphTreeTests | test_error_on_dealloc_use2
test/inductor/test_cudagraph_trees_expandable_segments.py | CudaGraphTreeTests | test_execution_into_recording
test/inductor/test_cudagraph_trees_expandable_segments.py | CudaGraphTreeTests | test_expanded_inputs
test/inductor/test_cudagraph_trees_expandable_segments.py | CudaGraphTreeTests | test_fallback_to_eager_if_recompiling_too_many_times
test/inductor/test_cudagraph_trees_expandable_segments.py | CudaGraphTreeTests | test_fallback_to_eager_if_recompiling_too_many_times_due_to_cudagraph_managed_tensor
test/inductor/test_cudagraph_trees_expandable_segments.py | CudaGraphTreeTests | test_fallback_to_eager_if_recompiling_too_many_times_warn_only_once
test/inductor/test_cudagraph_trees_expandable_segments.py | CudaGraphTreeTests | test_forward_backward
test/inductor/test_cudagraph_trees_expandable_segments.py | CudaGraphTreeTests | test_forward_backward_not_called_backend_cudagraphs
test/inductor/test_cudagraph_trees_expandable_segments.py | CudaGraphTreeTests | test_forward_backward_not_called_backend_inductor
test/inductor/test_cudagraph_trees_expandable_segments.py | CudaGraphTreeTests | test_forward_generation
test/inductor/test_cudagraph_trees_expandable_segments.py | CudaGraphTreeTests | test_forward_with_skipped_cudagraphed_backward
test/inductor/test_cudagraph_trees_expandable_segments.py | CudaGraphTreeTests | test_frozen_fn
test/inductor/test_cudagraph_trees_expandable_segments.py | CudaGraphTreeTests | test_function_compiled_multiple_times
test/inductor/test_cudagraph_trees_expandable_segments.py | CudaGraphTreeTests | test_graph_partition
test/inductor/test_cudagraph_trees_expandable_segments.py | CudaGraphTreeTests | test_graph_partition_buffer_reuse
test/inductor/test_cudagraph_trees_expandable_segments.py | CudaGraphTreeTests | test_graph_partition_condition_op
### Versions
main
Contributor guide
Assessment
This issue has not been assessed yet.