Ticket #32 (new task)

Opened 1 year ago

Last modified 7 months ago

Add parallel prefix operations to Generator

Reported by: jmaessen Assigned to: jmaessen
Priority: major Milestone:
Component: library Version:
Keywords: Cc:

Description

Generator ought to support prefix computations as well as reductions. This requires quite a bit of work, but none of it is especially hard.

Change History

10/31/07 13:44:17 changed by jmaessen

  • owner changed from jmaessen to anybody.

03/24/08 09:20:58 changed by jmaessen

  • owner changed from anybody to jmaessen.

Incorporate code contributed by U.Tokyo that encodes prefix in terms of heads and tails generators and modifications to desugaring.