[SDK] Add gfx950 targets for tests and samples (#399)

* add gfx950 targets.

* add gfx950 targets to ci workflows.

* Format.

---------

Co-authored-by: Venkateshwar Reddy Kandula <vkandula@amd.com>
Co-authored-by: Vaddireddy, Sushma <Sushma.Vaddireddy@amd.com>
This commit is contained in:
Kandula, Venkateshwar reddy
2025-06-26 14:25:08 -05:00
کامیت شده توسط GitHub
والد 1f8b8c5e9f
کامیت 375866383b
7فایلهای تغییر یافته به همراه9 افزوده شده و 6 حذف شده
+1 -1
مشاهده پرونده
@@ -28,7 +28,7 @@ _DEFAULT_INSTALL_PREFIX = (
)
_DEFAULT_GPU_TARGETS = os.environ.get(
"GPU_TARGETS",
"gfx900 gfx906 gfx908 gfx90a gfx942 gfx1030 gfx1100 gfx1101 gfx1102",
"gfx900 gfx906 gfx908 gfx90a gfx942 gfx950 gfx1030 gfx1100 gfx1101 gfx1102",
).split()