Skip to content

Commit

Permalink
Add missing includes, comment which enties include is for
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-pavlyk committed Jan 10, 2025
1 parent e3f7439 commit a873743
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions dpctl/tensor/libtensor/source/triul_ctor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,14 @@
/// This file defines functions of dpctl.tensor._tensor_impl extensions
//===--------------------------------------------------------------------===//

#include <cstddef>
#include <stdexcept>
#include <algorithm> // for std::copy
#include <cstddef> // for std::size_t
#include <memory> // for std::make_shared
#include <stdexcept> // for std::runtime_error
#include <utility> // for std::pair, std::move
#include <vector> // for std::vector, std::begin, std::end

#include <sycl/sycl.hpp>
#include <utility>
#include <vector>

#include "dpctl4pybind11.hpp"
#include <pybind11/pybind11.h>
Expand Down

0 comments on commit a873743

Please sign in to comment.