Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion dpctl/_host_task_util.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,13 @@
//===----------------------------------------------------------------------===//

#pragma once
#include <exception>
#include <sycl/sycl.hpp>

#include "Python.h"

#include "syclinterface/dpctl_data_types.h"
#include "syclinterface/dpctl_sycl_type_casters.hpp"
#include <sycl/sycl.hpp>

DPCTLSyclEventRef async_dec_ref(DPCTLSyclQueueRef QRef,
PyObject **obj_array,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#pragma once

#include <cstdint>
#include <exception>
#include <limits>
#include <stdexcept>
#include <sycl/sycl.hpp>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
//===----------------------------------------------------------------------===//
#pragma once

#include <exception>
#include <stdexcept>
#include <sycl/sycl.hpp>
#include <utility>
Expand Down
1 change: 1 addition & 0 deletions dpctl/tensor/libtensor/source/linalg_functions/dot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
//===--------------------------------------------------------------------===//

#include <cstdint>
#include <exception>
#include <stdexcept>
#include <sycl/sycl.hpp>
#include <utility>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

#include <algorithm>
#include <cstdint>
#include <exception>
#include <stdexcept>
#include <sycl/sycl.hpp>
#include <type_traits>
Expand Down
Loading