File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Expand file tree Collapse file tree 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++-*--/===//
22//
33// Data Parallel Control (dpctl)
44//
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++-*--/===//
23//
34// Data Parallel Control (dpctl)
45//
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
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++-*-/===//
22//
33// Data Parallel Control (dpctl)
44//
Original file line number Diff line number Diff line change 1- // ===----------- Implementation of _tensor_impl module ------- --*-C++-*-/===//
1+ // ===-- integer_advanced_indexing.hpp - --*-C++-*-/===//
22//
33// Data Parallel Control (dpctl)
44//
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
You can’t perform that action at this time.
0 commit comments