mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
ULT renaming: AUB Enqueue Kernel tests
Related-To: NEO-2236 Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
90dc03a416
commit
ebe3e72615
@ -18,7 +18,7 @@ using namespace NEO;
|
||||
|
||||
typedef AUBParentKernelFixture GEN11AUBParentKernelFixture;
|
||||
|
||||
GEN11TEST_F(GEN11AUBParentKernelFixture, EnqueueParentKernel) {
|
||||
GEN11TEST_F(GEN11AUBParentKernelFixture, WhenEnqueuingParentKernelThenExpectationsMet) {
|
||||
REQUIRE_DEVICE_ENQUEUE_OR_SKIP(pClDevice);
|
||||
|
||||
ASSERT_NE(nullptr, pKernel);
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2019-2020 Intel Corporation
|
||||
* Copyright (C) 2019-2021 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@ -18,7 +18,7 @@ using namespace NEO;
|
||||
|
||||
typedef AUBParentKernelFixture GEN12LPAUBParentKernelFixture;
|
||||
|
||||
GEN12LPTEST_F(GEN12LPAUBParentKernelFixture, EnqueueParentKernel) {
|
||||
GEN12LPTEST_F(GEN12LPAUBParentKernelFixture, WhenEnqueuingParentKernelThenExpectationsMet) {
|
||||
REQUIRE_DEVICE_ENQUEUE_OR_SKIP(pClDevice);
|
||||
|
||||
ASSERT_NE(nullptr, pKernel);
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2018-2020 Intel Corporation
|
||||
* Copyright (C) 2018-2021 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@ -20,7 +20,7 @@ using namespace NEO;
|
||||
|
||||
typedef AUBParentKernelFixture GEN8AUBParentKernelFixture;
|
||||
|
||||
GEN8TEST_F(GEN8AUBParentKernelFixture, EnqueueParentKernel) {
|
||||
GEN8TEST_F(GEN8AUBParentKernelFixture, WhenEnqueuingParentKernelThenExpectationsMet) {
|
||||
REQUIRE_DEVICE_ENQUEUE_OR_SKIP(pClDevice);
|
||||
|
||||
ASSERT_NE(nullptr, pKernel);
|
||||
|
@ -16,7 +16,7 @@
|
||||
|
||||
using namespace NEO;
|
||||
|
||||
GEN9TEST_F(AUBParentKernelFixture, EnqueueParentKernel) {
|
||||
GEN9TEST_F(AUBParentKernelFixture, WhenEnqueuingParentKernelThenExpectationsMet) {
|
||||
REQUIRE_DEVICE_ENQUEUE_OR_SKIP(pClDevice);
|
||||
|
||||
ASSERT_NE(nullptr, pKernel);
|
||||
|
Reference in New Issue
Block a user