mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 09:14:47 +08:00
refactor: correct naming of enum class constants 11/n
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
88534f1f3c
commit
138fb65401
@@ -14,9 +14,9 @@ struct ImplicitArgs;
|
||||
struct KernelDescriptor;
|
||||
|
||||
enum class SlmPolicy {
|
||||
SlmPolicyNone,
|
||||
SlmPolicyLargeSlm,
|
||||
SlmPolicyLargeData
|
||||
slmPolicyNone,
|
||||
slmPolicyLargeSlm,
|
||||
slmPolicyLargeData
|
||||
};
|
||||
|
||||
struct DispatchKernelEncoderI {
|
||||
|
||||
Reference in New Issue
Block a user