# Description: | |
# This is a modified farmhash to only include GPU-related functions. | |
package( | |
default_visibility = ["//visibility:public"], | |
) | |
licenses(["notice"]) # MIT | |
cc_library( | |
name = "farmhash_gpu", | |
hdrs = ["src/farmhash_gpu.h"], | |
include_prefix = "third_party/farmhash_gpu", | |
) |