Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
barne856 committed Sep 1, 2024
1 parent 770c4e1 commit f5a119a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/squint/tensor/element_wise_ops.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

#include <cstdint>
#include <functional>
#include <vector>

#ifdef SQUINT_USE_CUDA
#include "squint/tensor/cuda/element_wise.hpp"
Expand Down
1 change: 1 addition & 0 deletions include/squint/tensor/tensor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@

#include <array>
#include <cstddef>
#include <cstdint>
#include <initializer_list>
#include <type_traits>
#include <utility>
Expand Down
1 change: 1 addition & 0 deletions include/squint/tensor/tensor_types.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#include "squint/tensor/tensor.hpp"

#include <cstddef>
#include <cstdint>

namespace squint {

Expand Down

0 comments on commit f5a119a

Please sign in to comment.