mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Remove device enqueue part 11
- remove templates from queue functions Related-To: NEO-6559 Signed-off-by: Katarzyna Cencelewska <katarzyna.cencelewska@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
f1a8bb821a
commit
3d9e1ea3a5
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2018-2021 Intel Corporation
|
||||
* Copyright (C) 2018-2022 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@ -24,7 +24,7 @@ TEST(QueueHelpersTest, givenCommandQueueWithoutVirtualEventWhenReleaseQueueIsCal
|
||||
cmdQ->incRefInternal();
|
||||
EXPECT_EQ(2, cmdQ->getRefInternalCount());
|
||||
|
||||
releaseQueue<CommandQueue>(cmdQ, retVal);
|
||||
releaseQueue(cmdQ, retVal);
|
||||
|
||||
EXPECT_EQ(1, cmdQ->getRefInternalCount());
|
||||
cmdQ->decRefInternal();
|
||||
|
Reference in New Issue
Block a user