File tree Expand file tree Collapse file tree
experimental/tile_experimental
src/cuda/tile_experimental Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -131,13 +131,13 @@ These are **not** part of the stable `cuda.tile` API and may change.
131131To enable the experimental features when working from a source checkout, install the experimental
132132package from the repository root:
133133```
134- pip install ./experimental
134+ pip install ./experimental/tile_experimental
135135```
136136
137137You can also install it directly from a GitHub repository subdirectory:
138138```
139139pip 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
143143For example, this will make the experimental namespace available for autotuner:
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments