SWDEV-324081 - Fix for dtest (#2540)
Change-Id: I114cb00d0bf2f899f1f299891ccbd4c0bea29150
This commit is contained in:
gecommit door
GitHub
bovenliggende
6c74d44a1f
commit
8e2aee5dbe
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright (c) 2020 - 2021 Advanced Micro Devices, Inc. All rights reserved.
|
||||
Copyright (c) 2020 - 2022 Advanced Micro Devices, Inc. All rights reserved.
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
@@ -185,7 +185,6 @@ int main(int argc, char* argv[]) {
|
||||
bool testStatus = true;
|
||||
HipTest::parseStandardArguments(argc, argv, false);
|
||||
if (p_tests == 1) {
|
||||
testStatus &= ConcurencyCheck_GlobalVar(1);
|
||||
testStatus &= ConcurencyCheck_GlobalVar(0);
|
||||
} else if (p_tests == 2) {
|
||||
testStatus &= KernelTimeExecution();
|
||||
|
||||
Verwijs in nieuw issue
Block a user