Skip to content

[libclc] Remove use of symlinks #125069

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 30, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion libclc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -277,9 +277,15 @@ foreach( t ${LIBCLC_TARGETS_TO_BUILD} )
list( APPEND dirs amdgpu )
endif()

# nvptx is special
# Some targets' directories alias others
if( ${ARCH} STREQUAL nvptx OR ${ARCH} STREQUAL nvptx64 )
set( DARCH ptx )
elseif( ${ARCH} STREQUAL clspv OR ${ARCH} STREQUAL clspv64 )
set( DARCH clspv )
elseif( ${ARCH} STREQUAL spirv OR ${ARCH} STREQUAL spirv64 )
set( DARCH spirv )
elseif( ${ARCH} STREQUAL amdgcn-mesa3d )
set( DARCH amdgcn-amdhsa )
else()
set( DARCH ${ARCH} )
endif()
Expand Down
1 change: 0 additions & 1 deletion libclc/amdgcn-mesa3d

This file was deleted.

1 change: 0 additions & 1 deletion libclc/clc/lib/clspv64

This file was deleted.

24 changes: 0 additions & 24 deletions libclc/clc/lib/spirv64/SOURCES

This file was deleted.

1 change: 0 additions & 1 deletion libclc/clspv64

This file was deleted.

90 changes: 0 additions & 90 deletions libclc/spirv64/lib/SOURCES

This file was deleted.

11 changes: 0 additions & 11 deletions libclc/spirv64/lib/math/fma.cl

This file was deleted.

3 changes: 0 additions & 3 deletions libclc/spirv64/lib/math/fma.inc

This file was deleted.

30 changes: 0 additions & 30 deletions libclc/spirv64/lib/subnormal_config.cl

This file was deleted.