Austin Schuh | ae856ca | 2023-11-18 14:04:00 -0800 | [diff] [blame] | 1 | cc_library( |
2 | name = "cuco", | ||||
3 | hdrs = glob(include = ["include/**"]), | ||||
4 | defines = [ | ||||
5 | "__CUDACC_RELAXED_CONSTEXPR__", | ||||
6 | "__CUDACC_EXTENDED_LAMBDA__", | ||||
7 | ], | ||||
8 | features = ["cuda"], | ||||
9 | includes = ["include"], | ||||
10 | target_compatible_with = [ | ||||
11 | "@//tools/platforms/gpu:nvidia", | ||||
12 | "@platforms//os:linux", | ||||
13 | ], | ||||
14 | visibility = ["//visibility:public"], | ||||
15 | ) |