refactor: split ai/ into hermes/ and ollama/ directories with gfx906 build #19
@@ -46,7 +46,7 @@ ENV LDFLAGS=-s
|
||||
RUN mkdir -p build && cd build && \
|
||||
cmake .. \
|
||||
--preset 'ROCm 6' \
|
||||
-DAMDGPU_TARGETS="gfx906:xnack-;gfx908:xnack-;gfx90a:xnack-;gfx1030;gfx1100" \
|
||||
-DAMDGPU_TARGETS="gfx906:xnack-;gfx940;gfx1010;gfx1030;gfx1100;gfx1200" \
|
||||
-DCMAKE_HIP_COMPILER=/opt/rocm/bin/amdclang++ \
|
||||
-DCMAKE_BUILD_TYPE=Release && \
|
||||
cmake --build . -- -l $(nproc) && \
|
||||
|
||||
Reference in New Issue
Block a user