NVIDIA / spark-rapids-jni

RAPIDS Accelerator JNI For Apache Spark
Apache License 2.0
32 stars 60 forks source link

All kernels in the JNI should have hidden visibility #2168

Closed jihoonson closed 2 weeks ago

jihoonson commented 2 weeks ago

Fixes https://github.com/NVIDIA/spark-rapids-jni/issues/1734.

This PR addresses a similar issue to https://github.com/rapidsai/cudf/pull/14726. Instead of adding a new macro as suggested in https://github.com/NVIDIA/spark-rapids-jni/issues/1734, it uses the one in libcudf added in https://github.com/rapidsai/cudf/pull/14726 to avoid duplicate macros.

hyperbolic2346 commented 2 weeks ago

build