Skip to content

Commit a332dd5

Browse files
authored
Merge pull request #1987 from IntelPython/add-missing-license-header-sycl-complex
[MAINT] Add missing license header to `elementwise_functions/sycl_complex.hpp`
2 parents d84cb16 + 19e4c0d commit a332dd5

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

dpctl/tensor/libtensor/include/kernels/elementwise_functions/sycl_complex.hpp

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
//=== sycl_complex.hpp ---------------------------------------- *-C++-*--/===//
2+
//
3+
// Data Parallel Control (dpctl)
4+
//
5+
// Copyright 2020-2025 Intel Corporation
6+
//
7+
// Licensed under the Apache License, Version 2.0 (the "License");
8+
// you may not use this file except in compliance with the License.
9+
// You may obtain a copy of the License at
10+
//
11+
// http://www.apache.org/licenses/LICENSE-2.0
12+
//
13+
// Unless required by applicable law or agreed to in writing, software
14+
// distributed under the License is distributed on an "AS IS" BASIS,
15+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+
// See the License for the specific language governing permissions and
17+
// limitations under the License.
18+
//
19+
//===---------------------------------------------------------------------===//
20+
///
21+
/// \file
22+
/// This file defines a macro for defining the SYCL_EXT_ONEAPI_COMPLEX macro
23+
/// and indirect inclusion of the experimental oneAPI SYCL complex extension
24+
/// header file.
25+
//===---------------------------------------------------------------------===//
26+
127
#pragma once
228

329
#define SYCL_EXT_ONEAPI_COMPLEX

0 commit comments

Comments
 (0)