From 2d65d06e922c92599c825f97b73ffcea77e1d337 Mon Sep 17 00:00:00 2001 From: Lakshmi Kumar Date: Tue, 11 Feb 2025 09:42:34 -0800 Subject: [PATCH] gfx update (#118) [ROCm/rocjpeg commit: 0442180916e0b1b73bdf10a8864db406aad0eb07] --- projects/rocjpeg/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocjpeg/CMakeLists.txt b/projects/rocjpeg/CMakeLists.txt index b8233cfaa5..7440c267dd 100644 --- a/projects/rocjpeg/CMakeLists.txt +++ b/projects/rocjpeg/CMakeLists.txt @@ -105,7 +105,7 @@ endif() message("-- ${BoldBlue}rocJPEG Build Type -- ${CMAKE_BUILD_TYPE}${ColourReset}") # Set supported GPU Targets -set(DEFAULT_GPU_TARGETS "gfx908;gfx90a;gfx942;gfx1030;gfx1031;gfx1032;gfx1100;gfx1101;gfx1102;gfx1200;gfx1201") +set(DEFAULT_GPU_TARGETS "gfx908;gfx90a;gfx942;gfx950;gfx1030;gfx1031;gfx1032;gfx1100;gfx1101;gfx1102;gfx1200;gfx1201") # Set AMD GPU_TARGETS if((AMDGPU_TARGETS OR DEFINED ENV{AMDGPU_TARGETS}) AND (NOT GPU_TARGETS))