SWDEV-545953 - Add Implementation for hipStreamGetId (#434)
Authored-by: Satyanvesh Dittakavi <Satyanvesh.Dittakavi@amd.com>
This commit is contained in:
committed by
GitHub
parent
832af6d472
commit
7601798fa7
@@ -1428,6 +1428,9 @@ hipError_t hipStreamGetDevice(hipStream_t stream, hipDevice_t* device) {
|
||||
hipError_t hipStreamGetFlags(hipStream_t stream, unsigned int* flags) {
|
||||
return hip::GetHipDispatchTable()->hipStreamGetFlags_fn(stream, flags);
|
||||
}
|
||||
hipError_t hipStreamGetId(hipStream_t stream, unsigned long long* streamId) {
|
||||
return hip::GetHipDispatchTable()->hipStreamGetId_fn(stream, streamId);
|
||||
}
|
||||
hipError_t hipStreamGetPriority(hipStream_t stream, int* priority) {
|
||||
return hip::GetHipDispatchTable()->hipStreamGetPriority_fn(stream, priority);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user