Skip to content

Commit 3283b5e

Browse files
Change function to its proper name
Signed-off-by: Mikołaj Komar <[email protected]>
1 parent 6d0dca5 commit 3283b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/benchmarks/graph_api_benchmark/implementations/ur/sin_kernel_impl_ur.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ TestResult SinKernelGraphUR::init() {
8080
return TestResult::Success;
8181
}
8282

83-
TestResult SinKernelGraphUR::init() {
83+
TestResult SinKernelGraphUR::destroy() {
8484
if (cmdBuffer != nullptr)
8585
EXPECT_UR_RESULT_SUCCESS(urCommandBufferReleaseExp(cmdBuffer));
8686
EXPECT_UR_RESULT_SUCCESS(urKernelRelease(kernelAssign));

0 commit comments

Comments
 (0)