[FEA] Remove row coversion code since we have fixed the kernel visibility issue #14853
Labels
feature request
New feature or request
libcudf
Affects libcudf (C++/CUDA) code.
Spark
Functionality that helps Spark RAPIDS
In #14664, we temporarily moved the row conversion code from spark-rapids-jni into libcudf. It is necessary to overcome a thrust/cub namespace visibility issue that triggers invalid memory access when calling to
thrust::in(ex)clusive_scan
(NVIDIA/spark-rapids-jni#1567).Now we have fixes for the namespace visibility issue (rapidsai/rapids-cmake#523 and NVIDIA/cuCollections#422). Thus, we need to revert #14664 and move the code back to spark-rapids-jni.
The text was updated successfully, but these errors were encountered: