|
|
@@ -259,7 +259,7 @@ TEST_F(UtestSingleOpTask, test_aicpu_task_launch_kernel) { |
|
|
|
ASSERT_EQ(task.InitForSummaryAndCopy(), SUCCESS); |
|
|
|
ASSERT_EQ(task.LaunchKernel(inputs_desc, inputs, outputs_desc, outputs, stream), SUCCESS); |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
TEST_F(UtestSingleOpTask, test_dynamic_support) { |
|
|
|
auto graph = make_shared<ComputeGraph>("graph"); |
|
|
|
auto op_desc = make_shared<OpDesc>("Add", "Add"); |
|
|
|