File tree 4 files changed +8
-6
lines changed
4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
- // === boolean_advance_indexing .hpp - ------*-C++-*--/===//
1
+ // === boolean_advanced_indexing .hpp - ------*-C++-*--/===//
2
2
//
3
3
// Data Parallel Control (dpctl)
4
4
//
Original file line number Diff line number Diff line change 1
- // === common.hpp - Common code for elementwise operations ----- *-C++-*--/===//
1
+ // === common_inplace.hpp - Common code for in-place elementwise operations
2
+ // ----- *-C++-*--/===//
2
3
//
3
4
// Data Parallel Control (dpctl)
4
5
//
19
20
// ===---------------------------------------------------------------------===//
20
21
// /
21
22
// / \file
22
- // / This file defines common code for elementwise tensor operations.
23
+ // / This file defines common code for in-place elementwise tensor operations.
23
24
// ===---------------------------------------------------------------------===//
24
25
25
26
#pragma once
Original file line number Diff line number Diff line change 1
- // ===-- take_kernel_impl .cpp - Implementation of take --*-C++-*-/===//
1
+ // ===-- integer_advanced_indexing .cpp - --*-C++-*-/===//
2
2
//
3
3
// Data Parallel Control (dpctl)
4
4
//
Original file line number Diff line number Diff line change 1
- // ===----------- Implementation of _tensor_impl module ------- --*-C++-*-/===//
1
+ // ===-- integer_advanced_indexing.hpp - --*-C++-*-/===//
2
2
//
3
3
// Data Parallel Control (dpctl)
4
4
//
19
19
// ===----------------------------------------------------------------------===//
20
20
// /
21
21
// / \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
23
24
// ===----------------------------------------------------------------------===//
24
25
25
26
#pragma once
You can’t perform that action at this time.
0 commit comments