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 1a10e79 commit c0767b0Copy full SHA for c0767b0
IGC/Compiler/CISACodeGen/DriverInfo.hpp
@@ -294,7 +294,7 @@ namespace IGC
294
virtual bool SupportsDispatchGPGPUWalkerAlongYFirst() const { return true; }
295
296
/// Check if integer mad is enabled
297
- virtual bool EnableIntegerMad() const { return false; }
+ virtual bool EnableIntegerMad() const { return true; }
298
299
/// Respect per instruction 'contract' Fast-Math flag
300
virtual bool RespectPerInstructionContractFlag() const { return false; }
0 commit comments