File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,10 @@ def cuda_shim_cpp_unittest(name):
1919 external_deps = [
2020 ("cuda" , None , "cuda-lazy" ),
2121 ],
22+ keep_gpu_sections = True ,
23+ remote_execution = re_test_utils .remote_execution (
24+ platform = "gpu-remote-execution" ,
25+ ),
2226 )
2327
2428def define_common_targets ():
Original file line number Diff line number Diff line change 11load ("@fbcode_macros//build_defs:cpp_unittest.bzl" , "cpp_unittest" )
2+ load ("@fbcode_macros//build_defs/lib:re_test_utils.bzl" , "re_test_utils" )
23
34def cuda_runtime_cpp_unittest (name ):
45 cpp_unittest (
@@ -15,6 +16,10 @@ def cuda_runtime_cpp_unittest(name):
1516 external_deps = [
1617 ("cuda" , None , "cuda-lazy" ),
1718 ],
19+ keep_gpu_sections = True ,
20+ remote_execution = re_test_utils .remote_execution (
21+ platform = "gpu-remote-execution" ,
22+ ),
1823 )
1924
2025def define_common_targets ():
You can’t perform that action at this time.
0 commit comments