Skip to content

Commit

Permalink
therock_amdgpu_targets.cmake: RX 7700S is a dgpu
Browse files Browse the repository at this point in the history
AMD RX 7700S is in a dgpu and not an igpu.
See how its a separate graphics module for the Framework Laptop 16
https://frame.work/products/16-graphics-module-amd-radeon-rx-7700s
  • Loading branch information
scottt committed Mar 8, 2025
1 parent 97db72d commit 51f8577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/therock_amdgpu_targets.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ therock_add_amdgpu_target(gfx1036 "AMD Raphael iGPU" FAMILY igpu-all gfx103X-all
# gfx110X family
therock_add_amdgpu_target(gfx1100 "AMD RX 7900 XTX" FAMILY dgpu-all gfx110X-all gfx110X-dgpu)
therock_add_amdgpu_target(gfx1101 "AMD RX 7800 XT" FAMILY dgpu-all gfx110X-all gfx110X-dgpu)
therock_add_amdgpu_target(gfx1102 "AMD RX 7700S/Framework Laptop 16" FAMILY igpu-all gfx110X-all gfx110X-igpu)
therock_add_amdgpu_target(gfx1102 "AMD RX 7700S/Framework Laptop 16" FAMILY dgpu-all gfx110X-all gfx110X-dgpu)
therock_add_amdgpu_target(gfx1103 "AMD Radeon 780M Laptop iGPU" FAMILY igpu-all gfx110X-all gfx110X-igpu)

# gfx115X family
Expand Down

0 comments on commit 51f8577

Please sign in to comment.