SWDEV-470698 - fix formatting, add format check workflow (#657)
This commit is contained in:
committed by
GitHub
parent
5840940caa
commit
f7338717ae
@@ -33,9 +33,7 @@ class StreamGetPriorityBenchmark : public Benchmark<StreamGetPriorityBenchmark>
|
||||
const hipStream_t stream = stream_guard.stream();
|
||||
|
||||
int priority{};
|
||||
TIMED_SECTION(kTimerTypeCpu) {
|
||||
HIP_CHECK(hipStreamGetPriority(stream, &priority));
|
||||
}
|
||||
TIMED_SECTION(kTimerTypeCpu) { HIP_CHECK(hipStreamGetPriority(stream, &priority)); }
|
||||
}
|
||||
};
|
||||
|
||||
@@ -74,6 +72,6 @@ TEST_CASE("Performance_hipStreamGetPriority") {
|
||||
}
|
||||
|
||||
/**
|
||||
* End doxygen group PerformanceTest.
|
||||
* @}
|
||||
*/
|
||||
* End doxygen group PerformanceTest.
|
||||
* @}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user