Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions redirects.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@
"recipes/bundled_inputs.html": "../index.html",
"recipes/recipes_index.html": "../recipes_index.html",
"recipes/torchserve_vertexai_tutorial.html": "../index.html",
"unstable_source/vulkan_workflow.rst": "../index.html",
}
1 change: 0 additions & 1 deletion unstable_index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ decide if we want to upgrade the level of commitment or to fail fast.
unstable/inductor_cpp_wrapper_tutorial
unstable/inductor_windows
unstable/vmap_recipe
unstable/vulkan_workflow
unstable/nestedtensor
unstable/maskedtensor_overview
unstable/maskedtensor_sparsity
Expand Down
8 changes: 2 additions & 6 deletions unstable_source/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,10 @@ Prototype Tutorials
Profiling PyTorch RPC-Based Workloads
https://github.com/pytorch/tutorials/blob/main/prototype_source/distributed_rpc_profiling.rst

2. vulkan_workflow.rst
Vulkan Backend User Workflow
https://pytorch.org/tutorials/prototype/vulkan_workflow.html

3. flight_recorder_tutorial.rst
2. flight_recorder_tutorial.rst
Flight Recorder User Guide
https://pytorch.org/tutorials/prototype/flight_recorder_tutorial.html

4. python_extension_autoload.rst
3. python_extension_autoload.rst
Autoloading Out-of-Tree Extension
https://pytorch.org/tutorials/prototype/python_extension_autoload.html
248 changes: 0 additions & 248 deletions unstable_source/vulkan_workflow.rst

This file was deleted.

Loading