changed the CMake option from AMDGPU_TARGETS to GPU_TARGETS (#1440)
This commit is contained in:
+1
-1
@@ -219,7 +219,7 @@ fi
|
||||
|
||||
# Build for specified GPU target(s) only
|
||||
if [[ ! -z "${build_amdgpu_targets}" ]]; then
|
||||
cmake_common_options="${cmake_common_options} -DAMDGPU_TARGETS=${build_amdgpu_targets}"
|
||||
cmake_common_options="${cmake_common_options} -DGPU_TARGETS=${build_amdgpu_targets}"
|
||||
fi
|
||||
|
||||
# shared vs static
|
||||
|
||||
Reference in New Issue
Block a user