Revert changes to runtime/stream/hipStreamSync2
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
3684975b91
Коммит
f9167cd2da
@@ -178,7 +178,7 @@ void runTests(int64_t numElements) {
|
||||
{
|
||||
test(0x01, C_d, C_h, numElements, syncNone, true /*expectMismatch*/);
|
||||
test(0x02, C_d, C_h, numElements, syncNullStream, false /*expectMismatch*/);
|
||||
test(0x04, C_d, C_h, numElements, syncOtherStream, false /*expectMismatch*/);
|
||||
test(0x04, C_d, C_h, numElements, syncOtherStream, true /*expectMismatch*/);
|
||||
test(0x08, C_d, C_h, numElements, syncDevice, false /*expectMismatch*/);
|
||||
|
||||
// Sending a marker to to null stream may synchronize the otherStream
|
||||
|
||||
Ссылка в новой задаче
Block a user