[all-commits] [llvm/llvm-project] 0f0e65: [AMDGPU][clang] Replace gfx940 and gfx941 with gfx...
Fabian Ritter via All-commits
all-commits at lists.llvm.org
Wed Feb 19 01:09:18 PST 2025
Branch: refs/heads/users/ritter-x2a/rm-gfx940-gfx941-clang
Home: https://github.com/llvm/llvm-project
Commit: 0f0e65aebd835a9c7df70ecd8d9e429ca523f09f
https://github.com/llvm/llvm-project/commit/0f0e65aebd835a9c7df70ecd8d9e429ca523f09f
Author: Fabian Ritter <fabian.ritter at amd.com>
Date: 2025-02-19 (Wed, 19 Feb 2025)
Changed paths:
M clang/include/clang/Basic/Cuda.h
M clang/lib/Basic/Cuda.cpp
M clang/lib/Basic/Targets/NVPTX.cpp
M clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp
M clang/test/CodeGenCUDA/amdgpu-atomic-ops.cu
M clang/test/CodeGenOpenCL/amdgpu-features.cl
M clang/test/CodeGenOpenCL/builtins-amdgcn-fp8.cl
R clang/test/CodeGenOpenCL/builtins-amdgcn-gfx940.cl
A clang/test/CodeGenOpenCL/builtins-amdgcn-gfx942.cl
M clang/test/CodeGenOpenCL/builtins-amdgcn-gfx950-err.cl
M clang/test/CodeGenOpenCL/builtins-amdgcn-gws-insts.cl
M clang/test/CodeGenOpenCL/builtins-amdgcn-mfma.cl
R clang/test/CodeGenOpenCL/builtins-fp-atomics-gfx940.cl
A clang/test/CodeGenOpenCL/builtins-fp-atomics-gfx942.cl
M clang/test/Driver/amdgpu-macros.cl
M clang/test/Driver/amdgpu-mcpu.cl
M clang/test/Driver/cuda-bad-arch.cu
M clang/test/Driver/hip-macros.hip
M clang/test/Misc/target-invalid-cpu-note/nvptx.c
R clang/test/SemaOpenCL/builtins-amdgcn-error-gfx940-param.cl
A clang/test/SemaOpenCL/builtins-amdgcn-error-gfx942-param.cl
M clang/test/SemaOpenCL/builtins-amdgcn-error-gfx950.cl
R clang/test/SemaOpenCL/builtins-amdgcn-gfx940-err.cl
A clang/test/SemaOpenCL/builtins-amdgcn-gfx942-err.cl
Log Message:
-----------
[AMDGPU][clang] Replace gfx940 and gfx941 with gfx942 in clang
gfx940 and gfx941 are no longer supported. This is one of a series of
PRs to remove them from the code base.
This PR removes all occurrences of gfx940/gfx941 from clang that can be
removed without changes in the llvm directory. The
target-invalid-cpu-note/amdgcn.c test is not included here since it
tests a list of targets that is defined in
llvm/lib/TargetParser/TargetParser.cpp.
For SWDEV-512631
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list