blob: 6e15929ffa4654e5b3a6936ef0a2bfe1f5b3c08d [file] [log] [blame]
cc_library(
name = "cccl",
hdrs = glob(include = [
"thrust/thrust/**",
"libcudacxx/include/**",
"cub/cub/**",
]),
features = ["cuda"],
includes = [
"cub",
"libcudacxx/include",
"thrust",
],
target_compatible_with = [
"@//tools/platforms/gpu:nvidia",
"@platforms//os:linux",
],
visibility = ["//visibility:public"],
)