File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
fbgemm_gpu/experimental/gen_ai Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ file(GLOB experimental_gen_ai_cpp_source_files_gpu
28
28
29
29
# Set the source file for FB only CPP
30
30
if (USE_FB_ONLY )
31
- file (GLOB fb_only_ops_sources
31
+ file (GLOB fb_only_cxx_sources
32
32
fb/src/*/*.cu
33
33
fb/src/*/*.cpp )
34
- list (APPEND experimental_gen_ai_cpp_source_files_gpu ${fb_only_ops_sources } )
34
+ list (APPEND experimental_gen_ai_cpp_source_files_gpu ${fb_only_cxx_sources } )
35
35
endif ()
36
36
37
37
# CUDA-specific sources
@@ -82,3 +82,9 @@ add_to_package(
82
82
DESTINATION fbgemm_gpu/experimental/gen_ai
83
83
TARGETS fbgemm_gpu_experimental_gen_ai
84
84
FILES ${experimental_gen_ai_python_source_files} )
85
+
86
+ if (USE_FB_ONLY )
87
+ install (
88
+ DIRECTORY fb/gen_ai
89
+ DESTINATION fbgemm_gpu/experimental/gen_ai )
90
+ endif ()
You can’t perform that action at this time.
0 commit comments