TheRock compatibility - Support(#213)
* Add Support for TheRock compatibility * code clean up * clean up * clean up
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
1a86352fdd
Коммит
fccf2d3d3d
@@ -44,6 +44,7 @@ project(jpegdecode)
|
||||
|
||||
list(APPEND CMAKE_PREFIX_PATH ${ROCM_PATH}/lib/cmake)
|
||||
|
||||
set (HIP_PLATFORM amd CACHE STRING "HIP platform")
|
||||
find_package(HIP QUIET)
|
||||
find_package(rocjpeg QUIET)
|
||||
find_package(rocprofiler-register QUIET)
|
||||
|
||||
@@ -44,6 +44,7 @@ project(jpegdecodebatched)
|
||||
|
||||
list(APPEND CMAKE_PREFIX_PATH ${ROCM_PATH}/lib/cmake)
|
||||
|
||||
set (HIP_PLATFORM amd CACHE STRING "HIP platform")
|
||||
find_package(HIP QUIET)
|
||||
find_package(rocjpeg QUIET)
|
||||
find_package(rocprofiler-register QUIET)
|
||||
|
||||
@@ -44,6 +44,7 @@ project(jpegdecodeperf)
|
||||
|
||||
list(APPEND CMAKE_PREFIX_PATH ${ROCM_PATH}/lib/cmake)
|
||||
|
||||
set (HIP_PLATFORM amd CACHE STRING "HIP platform")
|
||||
find_package(HIP QUIET)
|
||||
find_package(rocjpeg QUIET)
|
||||
find_package(rocprofiler-register QUIET)
|
||||
|
||||
Ссылка в новой задаче
Block a user