SWDEV-324081 - Fix for dtest (#2540)

Change-Id: I114cb00d0bf2f899f1f299891ccbd4c0bea29150

[ROCm/hip commit: 8e2aee5dbe]
This commit is contained in:
ROCm CI Service Account
2022-03-10 15:03:29 +05:30
committad av GitHub
förälder 276f229170
incheckning 8ceb856ec0
@@ -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();