Paul Taylor

Results 49 issues of Paul Taylor

`cuda-nvcc` is the CUDA 12 package name but was being included in the CUDA 11 dependencies, making the conda solve impossible. This PR uses the same nvcc matrix as defined...

3 - Ready for review
conda
non-breaking
improvement

* Update the `cuda11.8-conda` devcontainer's base image * Remove the devcontainer when the VSCode window closes * Adds a descriptive name to the running container: ```shell $ docker ps -a...

improvement
non-breaking

Found a bug in set when computing optimized paths for nodes set after following a reference. Click here to see repro code var model = new falcor.Model(); model._setJSONGs(model, [{ paths:...

bug

These should all be backwards compatible. I've run the tests and they still pass, except for the ThrottleTest, but I didn't touch anything in there.

Similar to https://github.com/rapidsai/cudf/pull/15552, we are testing [building RAPIDS with CCCL's main branch](https://github.com/NVIDIA/cccl/pull/1667) to get ahead of any breaking changes.

3 - Ready for Review
improvement
non-breaking
CMake
CUDA/C++

## Description Followup to https://github.com/rapidsai/cuspatial/pull/1346. * Fixes some typos/omissions in types and CMake. * Adds a new test that OOMs when quadtree_point_in_polygon is passed too many input polygons. * Fixes...

5 - Ready to Merge
cmake
improvement
non-breaking
libcuspatial

Similar to https://github.com/rapidsai/cudf/pull/15552, we are testing [building RAPIDS with CCCL's main branch](https://github.com/NVIDIA/cccl/pull/1667) to get ahead of any breaking changes.

3 - Ready for Review
cmake
improvement
non-breaking
libcuspatial

RxJS 5 supports extending Observables and adding custom operators. I think custom Observables are pretty neat, and they're generally faster than the Observable.create style. Best of all, by overriding `lift`...

enhancement

Similar to https://github.com/rapidsai/cudf/pull/15552, we are testing [building RAPIDS with CCCL's main branch](https://github.com/NVIDIA/cccl/pull/1667) to get ahead of any breaking changes.

improvement
non-breaking
cuGraph
CMake
ci

* Remove the devcontainer when the VSCode window closes * Adds a descriptive name to the running container: ```shell $ docker ps -a CONTAINER ID IMAGE ... NAMES 0dbb364fe544 vsc-cugraph-......

improvement
non-breaking
ci