Skip to content

Commit

Permalink
Merge pull request KhronosGroup#531 from KornevNikita/fix-typo
Browse files Browse the repository at this point in the history
Fix tiny typo
  • Loading branch information
gmlueck authored Jan 18, 2024
2 parents f2109f0 + 2cf4863 commit cfd45d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adoc/chapters/device_compiler.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ An implementation may not raise a compile time diagnostic or a run time
exception merely due to speculative compilation of a kernel for a device when
the application does not actually submit the kernel to that device.
To illustrate using the example above, assume that device [code]#dev1# does not
have [code]#aspect::atomic64# and device [code]#dev2# doe not have
have [code]#aspect::atomic64# and device [code]#dev2# does not have
[code]#aspect::fp16#.
An implementation cannot raise a diagnostic due to compilation of
[code]#KernelA# for device [code]#dev2# or for compilation of [code]#KernelB#
Expand Down

0 comments on commit cfd45d0

Please sign in to comment.