File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
sycl/doc/extensions/proposed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -195,11 +195,11 @@ There are several ways this extension could be implemented:
195195 kernel or function decorated with `range_type`, and then conditionally insert
196196 an equivalent of `__builtin_assume`.
197197
198- - The existing `__builtin_assume` intrinsic in `__SYCL_ASSUME_INT` could be
198+ - The existing `+ __builtin_assume+ ` intrinsic in `+ __SYCL_ASSUME_INT+ ` could be
199199 replaced by a new (but similar) SPIR-V intrinsic, shifting range-type
200200 optimizations to the device compiler.
201- This could take the form of a dedicated `__spirv_AssumeInRange` intrinsic,
202- or a general `__spirv_Assume` intrinsic coupled with a `__spirv_MaxRange`
201+ This could take the form of a dedicated `+ __spirv_AssumeInRange+ ` intrinsic,
202+ or a general `+ __spirv_Assume+ ` intrinsic coupled with a `+ __spirv_MaxRange+ `
203203 value.
204204
205205Ideally, the solution should not generate SPIR-V modules that require new
You can’t perform that action at this time.
0 commit comments