Device Support: Port Blueprint Transforms to the GPU
Open
@siramok is already working on this.
Since Jun 26, 2026.
- Dominant language
- C++
- Stars
- 248
- Forks
- 72
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 15
Description
We will list transforms that we are porting and check them off here.
Coordset Transforms:
| From/To | uniform | rectilinear | explicit |
|---|---|---|---|
| uniform | n/a | ✅ #1358 | ✅ #1635 |
| rectilinear | no xform | n/a | ✅ #1635 |
| explicit | no xform | no xform | n/a |
- what about
generate_strip? Investigate ❌ TODO
Topology Transforms:
Transforms between topology types:
| From/To | points | uniform | rectilinear | structured | unstructured |
|---|---|---|---|---|---|
| points | n/a | no xform | no xform | no xform | no xform |
| uniform | no xform | n/a | trivial xform | trivial xform | ✅ #1640 |
| rectilinear | no xform | no xform | n/a | trivial xform | ✅ #1640 |
| structured | no xform | no xform | no xform | n/a | ✅ #1640 |
| unstructured | no xform | no xform | no xform | no xform | n/a |
- what about
generate_strip? Investigate ❌ TODO
Unstructured Transforms/Generations:
-
generate_centroids- ✅ #1673 -
to_polytopal- ❌ TODO -
generate_points- ❌ TODO -
generate_lines- ❌ TODO -
generate_faces- ❌ TODO -
generate_sides- ❌ TODO -
generate_corners- ❌ TODO -
generate_offsets- ❌ TODO -
generate_offsets_inline- ❌ TODO
TODO additional transforms will be added to this list, but this is a good start for now.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.