NVIDIA / spark-rapids-jni

RAPIDS Accelerator JNI For Apache Spark
Apache License 2.0
36 stars 64 forks source link

Fix compile issue with `bloom_filter` benchmark #2196

Closed ttnghia closed 3 months ago

ttnghia commented 3 months ago

This fixes a compile issue in bloom_filter benchmark due to moving the function declaration of xxhash64 from hash.cuh to hash.hpp.

Closes https://github.com/NVIDIA/spark-rapids-jni/issues/2194.

ttnghia commented 3 months ago

build