From 8e2aee5dbe3ac7cfb75faeec25f858ad925860ac Mon Sep 17 00:00:00 2001 From: ROCm CI Service Account <66695075+rocm-ci@users.noreply.github.com> Date: Thu, 10 Mar 2022 15:03:29 +0530 Subject: [PATCH] SWDEV-324081 - Fix for dtest (#2540) Change-Id: I114cb00d0bf2f899f1f299891ccbd4c0bea29150 --- tests/src/runtimeApi/module/hipExtLaunchKernelGGL.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/src/runtimeApi/module/hipExtLaunchKernelGGL.cpp b/tests/src/runtimeApi/module/hipExtLaunchKernelGGL.cpp index 8950516b41..e6f5c49a9b 100644 --- a/tests/src/runtimeApi/module/hipExtLaunchKernelGGL.cpp +++ b/tests/src/runtimeApi/module/hipExtLaunchKernelGGL.cpp @@ -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();