Skip to content
Merged
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
2 changes: 1 addition & 1 deletion sycl-fusion/passes/target/TargetFusionInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ class SPIRVTargetFusionInfo : public TargetFusionInfoImpl {
}

Value *getGlobalIDWithoutOffset(IRBuilderBase &Builder,
const NDRange &FusedNDRange,
[[maybe_unused]] const NDRange &FusedNDRange,
uint32_t Idx) const override {
// The SPIR-V target only remaps IDs (and thus queries this method) if no
// global offset is given.
Expand Down