test: scenario with different counters sets per dispatch

Change-Id: Ia0866d485128e7295cbf98c3241a6113ce8d98b8
Tento commit je obsažen v:
Evgeny
2018-05-29 10:07:26 -05:00
rodič b8fc3818de
revize 53211acd04
5 změnil soubory, kde provedl 53 přidání a 7 odebrání
+1
Zobrazit soubor
@@ -543,6 +543,7 @@ uint64_t HsaRsrcFactory::Submit(hsa_queue_t* queue, const void* packet) {
return write_idx;
}
uint64_t HsaRsrcFactory::Submit(hsa_queue_t* queue, const void* packet, size_t size_bytes) {
const uint32_t slot_size_b = 0x40;
if ((size_bytes & (slot_size_b - 1)) != 0) {