mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
refactor: correct naming of enum class constants 9/n
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
c612a86d28
commit
a6458433dc
@@ -75,9 +75,9 @@ class Kernel : public ReferenceTrackedObject<Kernel> {
|
||||
};
|
||||
|
||||
enum class TunningStatus {
|
||||
STANDARD_TUNNING_IN_PROGRESS,
|
||||
SUBDEVICE_TUNNING_IN_PROGRESS,
|
||||
TUNNING_DONE
|
||||
standardTunningInProgress,
|
||||
subdeviceTunningInProgress,
|
||||
tunningDone
|
||||
};
|
||||
|
||||
enum class TunningType {
|
||||
|
||||
Reference in New Issue
Block a user