diff --git a/examples/host_offloading/README.md b/examples/host_offloading/README.md new file mode 100644 index 000000000000..b8f39665c5b8 --- /dev/null +++ b/examples/host_offloading/README.md @@ -0,0 +1,3 @@ +This directory will contain a self-contained example for host offloading +by the time of the 2.6 release. + diff --git a/examples/scan/README.md b/examples/scan/README.md new file mode 100644 index 000000000000..cf91c85b1a4e --- /dev/null +++ b/examples/scan/README.md @@ -0,0 +1,2 @@ +This directory will have a self-contained example for `torch_xla.experimental.scan` +by the time of the 2.6 release.