Devavret Makkar
Devavret Makkar
@benjha All the headers used by jitify are converted to a string and included in the binary. Jitify does not pick the file from the system but from this list...
One other option could be to define a different `__LDBL_MAX__` and `__LDBL_MIN__` using `#ifdef __IBMCPP__` in rapids' fork here https://github.com/rapidsai/thirdparty-freestanding/blob/cdcda484d0c7db114ea29c3b33429de5756ecfd8/include/simt/cfloat#L113-L114.
It appears that this would be fixed by https://github.com/rapidsai/cudf/pull/5674
> We would need to figure out how to pass column_device_view information as part of the object. This may be achieved by specializing [`element_hasher`](https://github.com/rapidsai/cudf/blob/e4a16ae2550f5a7481887b28c7a60fc14fea2f5c/cpp/include/cudf/table/row_operators.cuh#L433-L440) for `list_view` and passing `list_device_view` to...
I'm getting the same problem in IST. I get dark mode in the day and light mode at night. Seems as if the extension has a time zone preference.
I'm trying to understand this. So there's broadly two steps where parquet reader spends time: 1. Reading rowgroup data from the file. 2. Decompressing and decoding said data. In case...
Thanks for pointing to the issue. I observed this but didn't know its already filed.
Is this feature requested in the cuIO reader? Is case insensitivity part of the parquet spec? I believe we can do this one layer above libcudf.
I don't quite understand. At the end of the insert method, there is a guarantee that a slot will contain the key and a matching value (the value could be...
> 30 MB, zipped parquet Meaning `filename.parquet.zip` or using pyarrow's gzip compression? If former, any particular reason for preferring it over latter?