Skip to content

Commit

Permalink
Add license
Browse files Browse the repository at this point in the history
Signed-off-by: Alok Kumar Pandey <[email protected]>
  • Loading branch information
quic-alokpand authored and quic-prudhvi committed Oct 23, 2024
1 parent 4bbc3f3 commit bdaab79
Show file tree
Hide file tree
Showing 27 changed files with 186 additions and 24 deletions.
10 changes: 6 additions & 4 deletions plugins/gimp/stable-diffusion/src/helpers/Client.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// ---------------------------------------------------------------------
// Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
// SPDX-License-Identifier: BSD-3-Clause
// ---------------------------------------------------------------------
/*
**************************************************************************************************
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause-Clear
**************************************************************************************************
*/

#include "Client.hpp"

Expand Down
7 changes: 7 additions & 0 deletions plugins/gimp/stable-diffusion/src/helpers/Client.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
**************************************************************************************************
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause-Clear
**************************************************************************************************
*/

#pragma once

#include <Winsock2.h >
Expand Down
11 changes: 7 additions & 4 deletions plugins/gimp/stable-diffusion/src/helpers/GetOpt.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
// ---------------------------------------------------------------------
// Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
// SPDX-License-Identifier: BSD-3-Clause
// ---------------------------------------------------------------------
/*
**************************************************************************************************
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause-Clear
**************************************************************************************************
*/


#include "GetOpt.hpp"
#include <string.h> // for strlen
Expand Down
7 changes: 7 additions & 0 deletions plugins/gimp/stable-diffusion/src/helpers/GetOpt.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
**************************************************************************************************
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause-Clear
**************************************************************************************************
*/

#pragma once

namespace WinOpt {
Expand Down
11 changes: 7 additions & 4 deletions plugins/gimp/stable-diffusion/src/helpers/Helpers.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
// ---------------------------------------------------------------------
// Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
// SPDX-License-Identifier: BSD-3-Clause
// ---------------------------------------------------------------------
/*
**************************************************************************************************
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause-Clear
**************************************************************************************************
*/


#include "Helpers.hpp"

Expand Down
7 changes: 7 additions & 0 deletions plugins/gimp/stable-diffusion/src/helpers/Helpers.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
**************************************************************************************************
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause-Clear
**************************************************************************************************
*/

#ifndef Helpers_HPP_
#define Helpers_HPP_

Expand Down
11 changes: 7 additions & 4 deletions plugins/gimp/stable-diffusion/src/helpers/QnnApiHelpers.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
// ---------------------------------------------------------------------
// Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
// SPDX-License-Identifier: BSD-3-Clause
// ---------------------------------------------------------------------
/*
**************************************************************************************************
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause-Clear
**************************************************************************************************
*/


#include "QnnApiHelpers.hpp"

Expand Down
7 changes: 7 additions & 0 deletions plugins/gimp/stable-diffusion/src/helpers/QnnApiHelpers.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
**************************************************************************************************
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause-Clear
**************************************************************************************************
*/

#ifndef _QNNAPIHELPERS_HPP_
#define _QNNAPIHELPERS_HPP_

Expand Down
11 changes: 7 additions & 4 deletions plugins/gimp/stable-diffusion/src/helpers/RuntimeApiHelpers.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
// ---------------------------------------------------------------------
// Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
// SPDX-License-Identifier: BSD-3-Clause
// ---------------------------------------------------------------------
/*
**************************************************************************************************
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause-Clear
**************************************************************************************************
*/


#include "RuntimeApiHelpers.hpp"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
**************************************************************************************************
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause-Clear
**************************************************************************************************
*/

#ifndef _RUNTIMEAPIHELPERS_HPP_
#define _RUNTIMEAPIHELPERS_HPP_

Expand Down
11 changes: 7 additions & 4 deletions plugins/gimp/stable-diffusion/src/helpers/UiHelper.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
// ---------------------------------------------------------------------
// Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
// SPDX-License-Identifier: BSD-3-Clause
// ---------------------------------------------------------------------
/*
**************************************************************************************************
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause-Clear
**************************************************************************************************
*/


#include "UiHelper.h"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
**************************************************************************************************
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause-Clear
**************************************************************************************************
*/

#pragma once

#include <string>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
**************************************************************************************************
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause-Clear
**************************************************************************************************
*/

#pragma once

#include "IBufferAlloc.hpp"
Expand Down
7 changes: 7 additions & 0 deletions plugins/gimp/stable-diffusion/src/qnn/include/IBackend.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
**************************************************************************************************
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause-Clear
**************************************************************************************************
*/

#pragma once

#include "ICommandLineManager.hpp"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
**************************************************************************************************
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause-Clear
**************************************************************************************************
*/

#pragma once

#include "QnnTypes.h"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
**************************************************************************************************
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause-Clear
**************************************************************************************************
*/


#pragma once

Expand Down
6 changes: 6 additions & 0 deletions plugins/gimp/stable-diffusion/src/qnn/include/IOTensor.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
**************************************************************************************************
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause-Clear
**************************************************************************************************
*/

#pragma once

Expand Down
7 changes: 7 additions & 0 deletions plugins/gimp/stable-diffusion/src/qnn/include/Log.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
**************************************************************************************************
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause-Clear
**************************************************************************************************
*/

#pragma once

#include <string.h>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
**************************************************************************************************
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause-Clear
**************************************************************************************************
*/

#pragma once

#include <string>
Expand Down
7 changes: 7 additions & 0 deletions plugins/gimp/stable-diffusion/src/qnn/include/QnnApi.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
**************************************************************************************************
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause-Clear
**************************************************************************************************
*/

#pragma once

#include "BackendExtensions.hpp"
Expand Down
7 changes: 7 additions & 0 deletions plugins/gimp/stable-diffusion/src/qnn/include/QnnApiUtils.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
**************************************************************************************************
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause-Clear
**************************************************************************************************
*/

#include <iostream>
#include <map>
#include <queue>
Expand Down
6 changes: 6 additions & 0 deletions plugins/gimp/stable-diffusion/src/qnn/include/QnnConfig.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
**************************************************************************************************
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause-Clear
**************************************************************************************************
*/

#pragma once

Expand Down
7 changes: 7 additions & 0 deletions plugins/gimp/stable-diffusion/src/qnn/include/QnnTypeDef.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
**************************************************************************************************
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause-Clear
**************************************************************************************************
*/

#ifndef QNN_TYPE_DEF_H_
#define QNN_TYPE_DEF_H_

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
**************************************************************************************************
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause-Clear
**************************************************************************************************
*/

#pragma once

#include "QnnTypes.h"
Expand Down
7 changes: 7 additions & 0 deletions plugins/gimp/stable-diffusion/src/qnn/include/RpcMem.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
**************************************************************************************************
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause-Clear
**************************************************************************************************
*/

#pragma once

#include <unordered_map>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
**************************************************************************************************
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause-Clear
**************************************************************************************************
*/

#include <string>
#include <vector>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
**************************************************************************************************
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
* SPDX-License-Identifier: BSD-3-Clause-Clear
**************************************************************************************************
*/

#ifndef CUSTOMSHELPERS_H
#define CUSTOMSHELPERS_H

Expand Down

0 comments on commit bdaab79

Please sign in to comment.