fix dockerfile

This commit is contained in:
Yanxing-Shi
2025-05-26 06:35:17 +00:00
parent ec1e45609b
commit 68fe3876e4
2 changed files with 2 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ Documentation for Composable Kernel available at [https://rocm.docs.amd.com/proj
* Added support for Split K for grouped convolution backward data.
* Added logit soft-capping support for fMHA forward kernels.
* Added benchmarking support for tile engine GEMM.
* Added profiling cache support for tile engine GEMM.
### Optimized

View File

@@ -45,6 +45,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --allow-
libelf-dev \
libnuma-dev \
libpthread-stubs0-dev \
libsqlite3-dev \
llvm-amdgpu \
mpich \
net-tools \