You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CUDF JNI has a copy of row_conversion.cu that has a couple of material differences from the version in spark-rapids-jni. (The changes have to do with which stream is used when constructing a LIST column, the use of cudaMemcpyDefault, etc.)
It would be good to review those differences, and reconcile them before row_conversion.cu is removed from CUDF JNI.
The text was updated successfully, but these errors were encountered:
Code of row_conversion was moved into libcudf in rapidsai/cudf#14664, and the version in cudf's JNI was removed. From now, there is just one version of row_conversion so close this.
CUDF JNI has a copy of
row_conversion.cu
that has a couple of material differences from the version inspark-rapids-jni
. (The changes have to do with which stream is used when constructing aLIST
column, the use ofcudaMemcpyDefault
, etc.)It would be good to review those differences, and reconcile them before
row_conversion.cu
is removed from CUDF JNI.The text was updated successfully, but these errors were encountered: