Mark Harris
Mark Harris
Thanks for the excellent summary, @vyasr ! One missing detail is the real reason 8-byte padding was added to all cuDF allocations in the early days. As I mentioned in...
**👏 praise:** Great descriptive issue! **💡 suggestion:** I think the table in the description could be a GH task list so each "step" can be made into an...
If you know you want all allocations within certain size ranges to be allocated with specific resources, you should have a look at `binning_memory_resource`. Basically you could have one or...
How does geopandas handle precision?
Hmmm, that seems to snap values to a grid of the specified resolution. It doesn't say anything about storing them in lower precision. It provides no way to specify "32-bit",...
libGEOS provides PrecisionModel. https://libgeos.org/doxygen/classgeos_1_1geom_1_1PrecisionModel.html#details Seems related to the above, but has explicit modes for fp32 and fp64.
However we decide to support this, at the header-only C++ API level it should be trivial, because it is a template library. Depending on whether or not the column-based API...
Can you add a description?
I can now see this clobbering blocking RMM PRs such as #1537. Can't build RMM C++ in CI due to path conflicts for spdlog and fmt. e.g. ``` ClobberWarning: This...