Mark Harris
Mark Harris
Jitify prints logs to stdout by default because `JITIFY_PRINT_LOG` is defined to `1` by default. https://github.com/NVIDIA/jitify/blob/3e96bcceb9e42105f6a32315abb2af04585a55b0/jitify.hpp#L2817-L2821 I think it really should print warnings and errors to `stderr` by default, and...
If you export a post to a Wordpress.org site using the add-on, and then go to the Wordpress wp-admin and delete that post, the add-on doesn't recognize that the post...
When I export a doc to wordpress the images in the doc do not have sizing options. If I click the edit button for one of the images I see...
Every time I export a post of any length I get a server timeout error or an unknown error message. I end up with a draft post with the correct...
I don't know how to provide a repro of this. But I have exported a google doc to a new draft, then opened the draft in Wordpress and it has...
This PR is a stepping stone toward basing RMM memory resources on libcu++ `cuda::memory_resource`. This PR is intended to make it possible to transition dependent libraries (e.g. libcudf) to using...
This is an experiment, opening as a PR for discussion. Currently only `stream_ordered_memory_resource` is used as a basis. So far I've converted only `cuda_memory_resource` and `managed_memory_resource`. Obviously this is not...
**Is your feature request related to a problem? Please describe.** Currently, RMM pads every allocation that goes through the `rmm::device_memory_resource` interface to a multiple of 8 bytes in size. https://github.com/rapidsai/rmm/blob/8527317aa63efe37c9815b1419c893e666cbea56/include/rmm/mr/device/device_memory_resource.hpp#L102-L105...
As in libcudf, adds an RMM detail/nvtx/ranges.hpp with some convenience functions for defining NVTX ranges in RMM functions. Also adds ranges to the various memory_resource classes.
**Is your feature request related to a problem? Please describe.** A function to return, for each specified pair of linestrings, the point at which they intersect. We may also need...