mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-22 11:21:47 +08:00
fix: enable setting timestamp via submission on tbx mode
Resolves: NEO-16293 Signed-off-by: Katarzyna Cencelewska <katarzyna.cencelewska@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
1f7839f16f
commit
0f866e24e6
@@ -680,7 +680,7 @@ DECLARE_DEBUG_VARIABLE(std::string, FinalizerInputType, std::string("unk"), "unk
|
||||
DECLARE_DEBUG_VARIABLE(std::string, FinalizerLibraryName, std::string("unk"), "Library name for finalizer")
|
||||
DECLARE_DEBUG_VARIABLE(std::string, IgcLibraryName, std::string("unk"), "Library name for igc")
|
||||
DECLARE_DEBUG_SCOPED_V(int32_t, UseIgcAsFcl, 0, S_RT | S_OCLOC, "0: platform default, 1: force use IGC, 2: force use FCL")
|
||||
DECLARE_DEBUG_VARIABLE(int32_t, EnableGlobalTimestampViaSubmission, -1, "-1: OS Interface, 0: OS Interface, 1: Submission. This flag sets the type of method to get timestamp for getGlobalTimestamps");
|
||||
DECLARE_DEBUG_VARIABLE(bool, EnableGlobalTimestampViaSubmission, 0, "0: OS Interface, 1: Submission. This flag sets the type of method to get timestamp for getGlobalTimestamps");
|
||||
|
||||
/* Binary Cache */
|
||||
DECLARE_DEBUG_VARIABLE(bool, BinaryCacheTrace, false, "enable cl_cache to produce .trace files with information about hash computation")
|
||||
|
||||
@@ -618,7 +618,7 @@ SetAssumeNotInUse = 1
|
||||
ForceNonWalkerSplitMemoryCopy = -1
|
||||
FinalizerInputType = unk
|
||||
FinalizerLibraryName = unk
|
||||
EnableGlobalTimestampViaSubmission = -1
|
||||
EnableGlobalTimestampViaSubmission = 0
|
||||
DirectSubmissionSwitchSemaphoreMode = -1
|
||||
DisableProgrammableMetricsSupport = 0
|
||||
IgnoreZebinUnknownAttributes = 0
|
||||
|
||||
Reference in New Issue
Block a user