The default rounding mode to initialize the mode register needs
to be reported to the runtime. Fill in other bits a kernel
may be interested in setting for future use.
Details
Details
- Reviewers
arsenm
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Default to flushing single precision denormals. It seems some important single precision instructions we would want to use do not support denormals regardless of the mode. It would be more work to properly support functions that would want to use them. It's also what the AMD OpenCL does and it kind of makes sense to match that behavior