Skip to content

Commit 37e1843

Browse files
committed
fix windows build
Signed-off-by: dchigarev <[email protected]>
1 parent e04202b commit 37e1843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Dialect/XeGPU/IR/XeGPUOps.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ isValidGatherScatterParams(Type maskTy, VectorType valueTy,
125125
// rank.
126126
static LogicalResult
127127
isValidNdOffset(TypedValue<TensorDescType> tDesc,
128-
std::optional<llvm::ArrayRef<long int>> constOffsets,
128+
std::optional<llvm::ArrayRef<int64_t>> constOffsets,
129129
int64_t offsetSize,
130130
function_ref<InFlightDiagnostic()> emitError) {
131131
if (auto createTDescOp = tDesc.getDefiningOp<CreateNdDescOp>()) {

0 commit comments

Comments
 (0)