File tree Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change 1
- #ifndef NUMBA_DPEX_QUEUESTRUCT_H_
2
- #define NUMBA_DPEX_QUEUESTRUCT_H_
3
- /*
4
- * Fill in the *queuestruct* with information from the Numpy array *obj*.
5
- * *queuestruct*'s layout is defined in numba.targets.arrayobj (look
6
- * for the ArrayTemplate class).
7
- */
1
+ // SPDX-FileCopyrightText: 2020 - 2023 Intel Corporation
2
+ //
3
+ // SPDX-License-Identifier: Apache-2.0
4
+
5
+ //===----------------------------------------------------------------------===//
6
+ ///
7
+ /// \file
8
+ /// Defines the numba-dpex native representation for a dpctl.SyclQueue
9
+ ///
10
+ //===----------------------------------------------------------------------===//
11
+
12
+ #pragma once
8
13
9
14
#include <Python.h>
10
15
@@ -13,5 +18,3 @@ typedef struct
13
18
PyObject * parent ;
14
19
void * queue_ref ;
15
20
} queuestruct_t ;
16
-
17
- #endif /* NUMBA_DPEX_QUEUESTRUCT_H_ */
You can’t perform that action at this time.
0 commit comments