forked from Github/frigate
docker/rocm: also build a version for gfx1100
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
BOARDS += rocm
|
BOARDS += rocm
|
||||||
|
|
||||||
# AMD/ROCm is chunky so we build couple of smaller images for specific chipsets
|
# AMD/ROCm is chunky so we build couple of smaller images for specific chipsets
|
||||||
ROCM_CHIPSETS:=gfx900:9.0.0 gfx1030:10.3.0
|
ROCM_CHIPSETS:=gfx900:9.0.0 gfx1030:10.3.0 gfx1100:11.0.0
|
||||||
|
|
||||||
local-rocm: version
|
local-rocm: version
|
||||||
$(foreach chipset,$(ROCM_CHIPSETS),AMDGPU=$(word 1,$(subst :, ,$(chipset))) HSA_OVERRIDE_GFX_VERSION=$(word 2,$(subst :, ,$(chipset))) HSA_OVERRIDE=1 docker buildx bake --load --file=docker/rocm/rocm.hcl --set rocm.tags=frigate:latest-rocm-$(word 1,$(subst :, ,$(chipset))) rocm;)
|
$(foreach chipset,$(ROCM_CHIPSETS),AMDGPU=$(word 1,$(subst :, ,$(chipset))) HSA_OVERRIDE_GFX_VERSION=$(word 2,$(subst :, ,$(chipset))) HSA_OVERRIDE=1 docker buildx bake --load --file=docker/rocm/rocm.hcl --set rocm.tags=frigate:latest-rocm-$(word 1,$(subst :, ,$(chipset))) rocm;)
|
||||||
|
|||||||
Reference in New Issue
Block a user