Hi Fateh,

When a stream program is compiled to a uniprocessor, the filters are
scheduled for sequential execution.  The schedule must guarantee that
items are always available when a filter is fired, and that no buffer
grows without bound.

The LCTES'03 paper from our group discusses some of the uniprocessor
scheduling algorithms that are used in StreamIt.

Best,
-Bill

On Mon, Oct 20, 2008 at 2:12 PM, fateh boutekkouk
<[EMAIL PROTECTED]> wrote:
> hello ,
> normally, children of a pipeline stream execute in parallel for diffent
> iterations. (each children is mapped to a distinct CPU)
> how can simulate this situation when we compile a streamIt program on a mono
> processor PC.
> the same thing with children of a split-join stream (children of a
> split-join execute in parallel)
>
> thanks
>
> __________________________________________________
> Do You Yahoo!?
> En finir avec le spam? Yahoo! Mail vous offre la meilleure protection
> possible contre les messages non sollicités
> http://mail.yahoo.fr Yahoo! Mail
> _______________________________________________
> StreamIt-users mailing list
> [email protected]
> https://lists.csail.mit.edu/mailman/listinfo/streamit-users
>
>

_______________________________________________
StreamIt-users mailing list
[email protected]
https://lists.csail.mit.edu/mailman/listinfo/streamit-users

Reply via email to