Skip to content

Commit 8622fa0

Browse files
committed
clean code
1 parent b9f831f commit 8622fa0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/idtr.cpp

+1-5
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
Intel Distributed Runtime for MLIR
55
*/
66

7-
#include "sharpy/CppTypes.hpp"
8-
#include "llvm/ADT/APInt.h"
9-
#include <cstddef>
10-
#include <cstdint>
117
#include <sharpy/MPITransceiver.hpp>
128
#include <sharpy/MemRefType.hpp>
139
#include <sharpy/NDArray.hpp>
@@ -19,7 +15,6 @@
1915
#include <iostream>
2016
#include <memory>
2117
#include <unordered_map>
22-
#include <vector>
2318

2419
#define STRINGIFY(a) #a
2520

@@ -995,6 +990,7 @@ TYPED_COPY_PERMUTE(i64, int64_t);
995990
TYPED_COPY_PERMUTE(i32, int32_t);
996991
TYPED_COPY_PERMUTE(i16, int16_t);
997992
TYPED_COPY_PERMUTE(i8, int8_t);
993+
// FIXME: bool is not supported yet due to std::vector<bool>
998994
// TYPED_COPY_PERMUTE(i1, bool);
999995

1000996
} // extern "C"

0 commit comments

Comments
 (0)