Skip to content

[fbgemm_gpu] [TEST] ROCm build changes #4742

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions fbgemm_gpu/experimental/gen_ai/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ set(CMAKE_VERBOSE_MAKEFILE ON)
# Target Sources
################################################################################

glob_files_nohip(experimental_gen_ai_cpp_source_files_cpu
glob_files(experimental_gen_ai_cpp_source_files_cpu
src/attention/cuda/*.cpp
src/coalesce/*.cpp
src/comm/*.cpp
Expand All @@ -35,7 +35,7 @@ glob_files_nohip(experimental_gen_ai_cpp_source_files_cpu
src/quantize/*.cpp
src/quantize/common/*.cpp)

glob_files_nohip(experimental_gen_ai_cpp_source_files_gpu
glob_files(experimental_gen_ai_cpp_source_files_gpu
src/attention/cuda/*.cu
src/coalesce/*.cu
src/comm/*.cu
Expand Down
Loading