Skip to content

Commit 8e25f53

Browse files
committed
Move tile_experimental under its own subdir
Signed-off-by: Jay Gu <jagu@nvidia.com>
1 parent 9784de2 commit 8e25f53

4 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,13 +131,13 @@ These are **not** part of the stable `cuda.tile` API and may change.
131131
To enable the experimental features when working from a source checkout, install the experimental
132132
package from the repository root:
133133
```
134-
pip install ./experimental
134+
pip install ./experimental/tile_experimental
135135
```
136136

137137
You can also install it directly from a GitHub repository subdirectory:
138138
```
139139
pip install \
140-
"git+https://github.com/NVIDIA/cutile-python.git#egg=cuda-tile-experimental&subdirectory=experimental"
140+
"git+https://github.com/NVIDIA/cutile-python.git#egg=cuda-tile-experimental&subdirectory=experimental/tile_experimental"
141141
```
142142

143143
For example, this will make the experimental namespace available for autotuner:
File renamed without changes.

experimental/src/cuda/tile_experimental/__init__.py renamed to experimental/tile_experimental/src/cuda/tile_experimental/__init__.py

File renamed without changes.

experimental/src/cuda/tile_experimental/_autotuner.py renamed to experimental/tile_experimental/src/cuda/tile_experimental/_autotuner.py

File renamed without changes.

0 commit comments

Comments
 (0)