mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-31 12:11:31 +08:00
style: format code using clang-format 15.0.6
Related-To: NEO-7500 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
a4794e432d
commit
43b790957d
@@ -1798,7 +1798,7 @@ bool DebugSessionLinux::ackIsaEvents(uint32_t deviceIndex, uint64_t isaVa) {
|
||||
|
||||
if (isa != connection->isaMap[deviceIndex].end()) {
|
||||
|
||||
//zebin modules do not store ackEvents per ISA
|
||||
// zebin modules do not store ackEvents per ISA
|
||||
UNRECOVERABLE_IF(isa->second->ackEvents.size() > 0 && isa->second->perKernelModule == false);
|
||||
|
||||
for (auto &event : isa->second->ackEvents) {
|
||||
@@ -1849,7 +1849,7 @@ void DebugSessionLinux::cleanRootSessionAfterDetach(uint32_t deviceIndex) {
|
||||
|
||||
for (const auto &isa : connection->isaMap[deviceIndex]) {
|
||||
|
||||
//zebin modules do not store ackEvents per ISA
|
||||
// zebin modules do not store ackEvents per ISA
|
||||
UNRECOVERABLE_IF(isa.second->ackEvents.size() > 0 && isa.second->perKernelModule == false);
|
||||
|
||||
for (auto &event : isa.second->ackEvents) {
|
||||
|
||||
Reference in New Issue
Block a user