Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
tilelang
Commits
4818d209
"src/include/blockwise_tensor_slice_copy.hpp" did not exist on "acd7082fe109aa4228dfca652e87cab96bc6837f"
Unverified
Commit
4818d209
authored
Nov 08, 2025
by
Jesse
Committed by
GitHub
Nov 08, 2025
Browse files
Fix Dockerfile.cu128 (#1208)
parent
8119550b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
docker/Dockerfile.cu128
docker/Dockerfile.cu128
+5
-2
No files found.
docker/Dockerfile.cu128
View file @
4818d209
...
...
@@ -20,9 +20,12 @@ ENV LIBGL_ALWAYS_INDIRECT=1
RUN conda install pip cmake && conda install -c conda-forge libstdcxx-ng=12 && conda clean --all
RUN apt-get install -y python3 python3-dev python3-setuptools gcc libtinfo-dev zlib1g-dev build-essential cmake libedit-dev libxml2-dev
RUN apt-get install -y python3 python3-dev python3-setuptools gcc libtinfo-dev zlib1g-dev \
build-essential cmake libedit-dev libxml2-dev cython3
RUN pip install cython
RUN git clone https://github.com/tile-ai/tilelang.git --recursive -b main TileLang \
&& cd TileLang &&
./install_cuda.sh
&& cd TileLang &&
cmake -S . -B build -DUSE_CUDA=ON && cmake --build build -j
CMD bash
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment