cartesian_merge
CartesianMergePipeline
Bases: StreePipeline
Merge Cartesian computation blocks.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
backend
|
Backend
|
The loop order influences the merge order. |
required |
overcompute
|
bool
|
Whether to merge at the cost of an if statement. Defaults to True. |
True
|