using streams with Thrust thrust, stream

Hello.

Is there a way to use a specific stream with thrust kernel execution?
My program has multiple streams for launching kernels.
I’m wondering if it is possible to make a thrust library call with a specific stream.

It is currently not supported.
There have been many talks about this in the thrust-users google group.
You can check those out for a detailed description as to why this is so.

Apostolis