Skip to content

Commit

Permalink
Fx tiny typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KornevNikita committed Jan 18, 2024
1 parent 11f11a8 commit 2cf4863
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 2cf4863

Please sign in to comment.