Skip to content

Commit e17d678

Browse files
dburke4-inteligcbot
authored andcommitted
fix dispatchAlongY when HW supports available
fix dispatchAlongY when HW supports available
1 parent c1fba87 commit e17d678

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

IGC/Compiler/CISACodeGen/DriverInfo.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ namespace IGC
313313
virtual bool UseScratchSpaceForATSPlus() const { return false; }
314314
/// Enables HWGenerateThreadID from API level. To help debug, we must enable it from both API level AND IGC Core level.
315315
virtual bool SupportHWGenerateTID() const { return false; }
316+
virtual bool supportHWDispatchWalkOrder() const { return false; }
316317
// Enables the use of simple push constants when on platforms with local (device) memory
317318
virtual bool supportsSimplePushForLocalMem() const { return false; }
318319
// disable dual8 with discard

0 commit comments

Comments
 (0)