Skip to content

Commit dae4f41

Browse files
committed
Core review cleanups
1 parent e6ac5df commit dae4f41

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

layer_example/source/layer_device_functions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
* ----------------------------------------------------------------------------
2424
*/
2525

26-
#include "framework/device_dispatch_table.hpp"
2726
#include "device.hpp"
27+
#include "framework/device_dispatch_table.hpp"
2828

2929
#include <memory>
3030
#include <mutex>

layer_gpu_profile/source/device.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,9 @@
6262
#include <vulkan/utility/vk_safe_struct.hpp>
6363
#include <vulkan/vk_layer.h>
6464

65-
#include "framework/device_dispatch_table.hpp"
66-
6765
#include "layer_comms.hpp"
6866
#include "comms/comms_module.hpp"
67+
#include "framework/device_dispatch_table.hpp"
6968
#include "instance.hpp"
7069
#include "trackers/device.hpp"
7170

source_common/framework/entry.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* SPDX-License-Identifier: MIT
33
* ----------------------------------------------------------------------------
4-
* Copyright (c) 2024 Arm Limited
4+
* Copyright (c) 2024-2025 Arm Limited
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to

source_common/framework/utils.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ struct user_tag {};
7474
*
7575
* Layer-specified intercepts implemented for a specific layer must NOT use
7676
* default_tag type for their specializations. This is a dummy tag used in the
77-
* dispatch logic that will not match a layer-specific specialization.
77+
* dispatch logic to select the common-code implementation instead of a
78+
* layer-specific specialization.
7879
*/
7980
struct default_tag {};
8081

0 commit comments

Comments
 (0)