We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
maybe_unused
1 parent 0959d5a commit bca61dbCopy full SHA for bca61db
sycl-fusion/passes/target/TargetFusionInfo.cpp
@@ -375,7 +375,7 @@ class SPIRVTargetFusionInfo : public TargetFusionInfoImpl {
375
}
376
377
Value *getGlobalIDWithoutOffset(IRBuilderBase &Builder,
378
- const NDRange &FusedNDRange,
+ [[maybe_unused]] const NDRange &FusedNDRange,
379
uint32_t Idx) const override {
380
// The SPIR-V target only remaps IDs (and thus queries this method) if no
381
// global offset is given.
0 commit comments