Skip to content

Commit 1c1fdef

Browse files
committed
Added header files for cpp files
Signed-off-by: Rishin Raj <rishinr@qti.qualcomm.com>
1 parent 0ae3d06 commit 1c1fdef

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

examples/onboarding_guide/customop/CustomGELU/src/customgelu_aic.cpp

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
/* Interface version: Major.Minor.Patch */
1+
//-----------------------------------------------------------------------------
2+
//
3+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
4+
// SPDX-License-Identifier: BSD-3-Clause
5+
//
6+
//-----------------------------------------------------------------------------
7+
28
#include "CustomOpAICInterface.h"
39
#include "stddef.h"
410

examples/onboarding_guide/customop/CustomGELU/src/customgelu_functions.cpp

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
/* Interface version: Major.Minor.Patch */
1+
//-----------------------------------------------------------------------------
2+
//
3+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
4+
// SPDX-License-Identifier: BSD-3-Clause
5+
//
6+
//-----------------------------------------------------------------------------
7+
28
#include "CustomOpFunctions.h"
39
#include "CustomOpInterpreterInterface.h"
410
#include "CustomOpTileConfigHelpers.h"

examples/onboarding_guide/customop/CustomGELU/src/customgelu_interpreter.cpp

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
/* Interface version: Major.Minor.Patch */
1+
//-----------------------------------------------------------------------------
2+
//
3+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
4+
// SPDX-License-Identifier: BSD-3-Clause
5+
//
6+
//-----------------------------------------------------------------------------
7+
28
/*
39
* This file can be compiled separately and can be loaded using dlopen
410
* Compilation command: (tried with gcc 5.5)

0 commit comments

Comments
 (0)