axom icon indicating copy to clipboard operation
axom copied to clipboard

Polygon object cannot be executed in parallel using raja

Open liyangrock opened this issue 1 year ago • 1 comments

The points of Polygon object are saved in an axom::Array, which cannot be executed in parallel using raja.

https://github.com/LLNL/axom/blob/7ecfb9f6a7ff5199ef7a27fbcbd87ef5c7423ec0/src/axom/primal/geometry/Polygon.hpp#L216-L217

liyangrock avatar May 06 '23 03:05 liyangrock

Hi, is there any update for this issue or any alternative way to execute polygon object on device?

Is it possible to define the vertices of polygon like polyhedron as: https://github.com/LLNL/axom/blob/379db95ceed3ce8e90145993a0d9c33f8103f330/src/axom/primal/geometry/Polyhedron.hpp#L895-L905

The polyhedron object can be used on device.

liyangrock avatar Apr 10 '24 09:04 liyangrock