We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5130fd4 + d1c8e0e commit 0660956Copy full SHA for 0660956
1 file changed
test/conformance/event/urEventGetProfilingInfo.cpp
@@ -168,5 +168,5 @@ TEST_P(urEventGetProfilingInfoForWaitWithBarrier, Success) {
168
auto end_timing = reinterpret_cast<size_t *>(complete_data.data());
169
ASSERT_NE(*end_timing, 0);
170
171
- ASSERT_GT(*end_timing, *start_timing);
+ ASSERT_GE(*end_timing, *start_timing);
172
}
0 commit comments