mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-10 12:53:42 +08:00
Initialize tag to 0 in tbx mode.
Change-Id: Ic85984384446cb75bdcebe1ec50fa4cc1dd69600
This commit is contained in:

committed by
sys_ocldev

parent
706d9f8070
commit
fbf0d44fff
@ -211,6 +211,7 @@ int main(int argc, char **argv) {
|
||||
if (testMode == TestMode::AubTests) {
|
||||
testMode = TestMode::AubTestsWithTbx;
|
||||
}
|
||||
initialHardwareTag = 0;
|
||||
} else if (!strcmp("--devices", argv[i])) {
|
||||
++i;
|
||||
if (i < argc) {
|
||||
|
Reference in New Issue
Block a user