Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Add Benchmark to pairwise_linestring_polygon_distance#1153

Merged
rapids-bot[bot] merged 11 commits intorapidsai:branch-23.06from
isVoid:benchmark/linestring_polygon_distance
May 31, 2023
Merged

Add Benchmark to pairwise_linestring_polygon_distance#1153
rapids-bot[bot] merged 11 commits intorapidsai:branch-23.06from
isVoid:benchmark/linestring_polygon_distance

Conversation

@isVoid
Copy link
Copy Markdown
Contributor

@isVoid isVoid commented May 25, 2023

Description

This PR adds nvbenchmark suite benchmarks to pariwise_linestring_polygon distance. This PR also adds multilinestring_array_generator and reuses in both linestring distance and linestring-polygon distance.

The addition of multilinestring_array_generator completes the geometry_generator.cuh, which now has generators for multipolygons, multilinestrings and multipoints.

I have an additional driver python suite that helps parameterizing this nvbench test suite. Not sure where to put them for now.
https://gist.github.com/isVoid/99ce3f6425528217da78118ab2653959

Contributes to #259
Closes #1160

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@github-actions github-actions bot added cmake Related to CMake code or build configuration libcuspatial Relates to the cuSpatial C++ library labels May 25, 2023
… pairs and number of linestring per multilinestring separately
@isVoid isVoid added benchmarks Related to benchmarks feature request New feature or request non-breaking Non-breaking change labels May 25, 2023
@isVoid isVoid marked this pull request as ready for review May 30, 2023 19:51
@isVoid isVoid requested review from a team as code owners May 30, 2023 19:51
isVoid added 2 commits May 30, 2023 12:58
…Void/cuspatial into benchmark/linestring_polygon_distance
Copy link
Copy Markdown
Member

@harrism harrism left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a question about the walking angle.

@isVoid isVoid self-assigned this May 31, 2023
@isVoid isVoid linked an issue May 31, 2023 that may be closed by this pull request
@isVoid
Copy link
Copy Markdown
Contributor Author

isVoid commented May 31, 2023

/merge

@rapids-bot rapids-bot bot merged commit f571e9d into rapidsai:branch-23.06 May 31, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

benchmarks Related to benchmarks cmake Related to CMake code or build configuration feature request New feature or request libcuspatial Relates to the cuSpatial C++ library non-breaking Non-breaking change

Projects

Status: Review

Development

Successfully merging this pull request may close these issues.

[FEA]: Benchmark suite for linestring-polygon distance

2 participants