Menu

#17 Add stream::getInfo() to return stream information

1.5
open
nobody
runtime (5)
5
2009-04-02
2009-04-02
No

Request to add stream::getInfo() to return information about the particular
stream.

We need a method to query different stream properties. Alternatively, this
functionality can be supplied as separate methods.

I imagine implementing this would be trivial since the stream class already
carries around all this information; it is a matter of putting together the API
to expose the values.

Device* device stream::getDevice()
stream::getRank()
stream::getDimensions()

Discussion


Log in to post a comment.