SWDEV-273138 - Update canUseStreamWaitValue retrieving

Remove canUseStreamWaitValue from hipDeviceProp_t.
Update canUseStreamWaitValue retrieving in hipDeviceGetAttribute().

Change-Id: I275bd42d8b03e141caaf9f1bc6b714e51ca72dfb
Bu işleme şunda yer alıyor:
Tao Sang
2021-03-18 22:40:43 -04:00
işlemeyi yapan: Tao Sang
ebeveyn 4223d3ecb4
işleme ca0cc36ef4
3 değiştirilmiş dosya ile 2 ekleme ve 6 silme
-2
Dosyayı Görüntüle
@@ -147,8 +147,6 @@ typedef struct hipDeviceProp_t {
int pageableMemoryAccess; ///< Device supports coherently accessing pageable memory
///< without calling hipHostRegister on it
int pageableMemoryAccessUsesHostPageTables; ///< Device accesses pageable memory via the host's page tables
int canUseStreamWaitValue; ///< '1' if Device supports hipStreamWaitValue32() and
///< hipStreamWaitValue64() , '0' otherwise.
} hipDeviceProp_t;