Skip to content

Commit cbd1f1e

Browse files
authored
Merge pull request #1248 from IntelPython/common-inplace-header-fix
Correct libtensor preambles
2 parents 3794cbc + 431b865 commit cbd1f1e

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

dpctl/tensor/libtensor/include/kernels/boolean_advanced_indexing.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//=== boolean_advance_indexing.hpp - ------*-C++-*--/===//
1+
//=== boolean_advanced_indexing.hpp - ------*-C++-*--/===//
22
//
33
// Data Parallel Control (dpctl)
44
//

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

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
//=== common.hpp - Common code for elementwise operations ----- *-C++-*--/===//
1+
//=== common_inplace.hpp - Common code for in-place elementwise operations
2+
//----- *-C++-*--/===//
23
//
34
// Data Parallel Control (dpctl)
45
//
@@ -19,7 +20,7 @@
1920
//===---------------------------------------------------------------------===//
2021
///
2122
/// \file
22-
/// This file defines common code for elementwise tensor operations.
23+
/// This file defines common code for in-place elementwise tensor operations.
2324
//===---------------------------------------------------------------------===//
2425

2526
#pragma once

dpctl/tensor/libtensor/source/integer_advanced_indexing.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===-- take_kernel_impl.cpp - Implementation of take --*-C++-*-/===//
1+
//===-- integer_advanced_indexing.cpp - --*-C++-*-/===//
22
//
33
// Data Parallel Control (dpctl)
44
//

dpctl/tensor/libtensor/source/integer_advanced_indexing.hpp

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===----------- Implementation of _tensor_impl module ---------*-C++-*-/===//
1+
//===-- integer_advanced_indexing.hpp - --*-C++-*-/===//
22
//
33
// Data Parallel Control (dpctl)
44
//
@@ -19,7 +19,8 @@
1919
//===----------------------------------------------------------------------===//
2020
///
2121
/// \file
22-
/// This file defines functions of dpctl.tensor._tensor_impl extensions
22+
/// This file declares Python API for implementation functions of
23+
/// dpctl.tensor.take and dpctl.tensor.put
2324
//===----------------------------------------------------------------------===//
2425

2526
#pragma once

0 commit comments

Comments
 (0)