Skip to content

Commit

Permalink
Remove files related to QNX that are no longer used (#5438)
Browse files Browse the repository at this point in the history
- as QNX has not been supported for a while this PR removes
  any mention of that

Signed-off-by: Janusz Lisiecki <[email protected]>
  • Loading branch information
JanuszL authored Apr 23, 2024
1 parent daf1fea commit 5529d28
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 248 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -285,10 +285,6 @@ set(CMAKE_CUDA_FLAGS "${CMAKE_CUDA_FLAGS} --compiler-options \"-fvisibility=hidd
if(${ARCH} MATCHES "aarch64-linux")
message("Target set to aarch64-linux")
include(cmake/Dependencies.aarch64-linux.cmake)
elseif(${ARCH} MATCHES "aarch64-qnx")
message("Target set to aarch64-qnx")
include(cmake/Dependencies.aarch64-qnx.cmake)
set(BUILD_SHM_WRAPPER OFF)
else()
include(cmake/Dependencies.cmake)
endif()
Expand Down
2 changes: 1 addition & 1 deletion cmake/CUDA_utils.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ endfunction()

# List of currently used arch values
if (${ARCH} MATCHES "aarch64-")
# aarch64-linux and aarch64-qnx
# aarch64-linux
set(CUDA_known_archs "53" "62" "72" "75" "87")
elseif (${ARCH} MATCHES "aarch64")
# aarch64 SBSA, only >=Volta
Expand Down
94 changes: 0 additions & 94 deletions cmake/Dependencies.aarch64-qnx.cmake

This file was deleted.

146 changes: 0 additions & 146 deletions docker/Dockerfile.build.aarch64-qnx

This file was deleted.

3 changes: 0 additions & 3 deletions docker/Dockerfile.cuda_qnx.deps

This file was deleted.

0 comments on commit 5529d28

Please sign in to comment.