We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8435982 commit cc06610Copy full SHA for cc06610
Dockerfile.rocm
@@ -23,7 +23,9 @@ RUN mkdir -p build \
23
-DSD_HIPBLAS=ON \
24
-DCMAKE_BUILD_TYPE=Release \
25
-DGPU_TARGETS=$GFX_NAME \
26
+ -DAMDGPU_TARGETS=$GFX_NAME \
27
-DCMAKE_BUILD_WITH_INSTALL_RPATH=ON \
28
+ -DCMAKE_POSITION_INDEPENDENT_CODE=ON \
29
&& cmake --build . --config Release
30
31
FROM rocm/dev-ubuntu-${UBUNTU_VERSION}:${ROCM_VERSION}-complete AS runtime
0 commit comments