Add support for hipExtStreamGetCUMask API
Change-Id: I0fa67ad581dd75556f17c7410af2c1d5cb6ae99a
This commit is contained in:
committato da
Aryan Salmanpour
parent
5e43a6defb
commit
d9a335bccf
@@ -156,6 +156,8 @@ namespace hip {
|
||||
unsigned int Flags() const { return flags_; }
|
||||
/// Returns the priority for the current stream
|
||||
Priority GetPriority() const { return priority_; }
|
||||
/// Returns the CU mask for the current stream
|
||||
const std::vector<uint32_t> GetCUMask() const { return cuMask_; }
|
||||
|
||||
/// Sync all non-blocking streams
|
||||
static void syncNonBlockingStreams();
|
||||
|
||||
Fai riferimento in un nuovo problema
Block a user