Skip to content

Commit d2e5131

Browse files
authored
ROCm 6.3 - cherry pick (#74)
* Cherry-pick * Revert "Cherry-pick" This reverts commit f020842. * GFX ID - updates * Update CMakeLists.txt
1 parent dd59395 commit d2e5131

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ else()
9696
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O3 -DNDEBUG -fPIC")
9797
endif()
9898
message("-- ${BoldBlue}rocJPEG Build Type -- ${CMAKE_BUILD_TYPE}${ColourReset}")
99-
set(DEFAULT_AMDGPU_TARGETS "gfx908;gfx90a;gfx940;gfx941;gfx942;gfx1030;gfx1031;gfx1032;gfx1100;gfx1101;gfx1102;gfx1200;gfx1201")
99+
set(DEFAULT_AMDGPU_TARGETS "gfx908;gfx90a;gfx942;gfx1030;gfx1031;gfx1032;gfx1100;gfx1101;gfx1102;gfx1200;gfx1201")
100100

101101
# Set AMDGPU_TARGETS
102102
if(DEFINED ENV{AMDGPU_TARGETS})
@@ -331,4 +331,4 @@ else()
331331
if(NOT Libva_FOUND)
332332
message(FATAL_ERROR "-- ERROR!: libva Not Found - please install libva-amdgpu-dev(DEBIAN)/libva-amdgpu-devel(RPM) package!")
333333
endif()
334-
endif()
334+
endif()

0 commit comments

Comments
 (0)