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.
1 parent c1fba87 commit e17d678Copy full SHA for e17d678
IGC/Compiler/CISACodeGen/DriverInfo.hpp
@@ -313,6 +313,7 @@ namespace IGC
313
virtual bool UseScratchSpaceForATSPlus() const { return false; }
314
/// Enables HWGenerateThreadID from API level. To help debug, we must enable it from both API level AND IGC Core level.
315
virtual bool SupportHWGenerateTID() const { return false; }
316
+ virtual bool supportHWDispatchWalkOrder() const { return false; }
317
// Enables the use of simple push constants when on platforms with local (device) memory
318
virtual bool supportsSimplePushForLocalMem() const { return false; }
319
// disable dual8 with discard
0 commit comments