Skip to content

Commit

Permalink
Fix argument type.
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Schweitz <[email protected]>
  • Loading branch information
schweitzpgi committed Nov 15, 2024
1 parent 60b3eda commit 9183f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Optimizer/Transforms/GenKernelExecution.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1167,7 +1167,7 @@ static std::pair<Value, Value> constructDynamicInputValue(Location loc,
/// current level.
static std::pair<Value, Value>
processInputValue(Location loc, OpBuilder &builder, Value trailingData,
Value ptrPackedStruct, Type inTy, std::int64_t off,
Value ptrPackedStruct, Type inTy, std::int32_t off,
cudaq::cc::StructType packedStructTy) {
auto packedPtr = builder.create<cudaq::cc::ComputePtrOp>(
loc, cudaq::cc::PointerType::get(packedStructTy.getMember(off)),
Expand Down

0 comments on commit 9183f83

Please sign in to comment.