Skip to content

Commit 9866c07

Browse files
JackAKirkkbenzie
andauthored
Update scripts/core/EXP-LAUNCH-ATTRIBUTES.rst
Use ${x} prefixes for ur types in .rst Co-authored-by: Kenneth Benzie (Benie) <k.benzie83@gmail.com>
1 parent 045ebd9 commit 9866c07

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

scripts/core/EXP-LAUNCH-ATTRIBUTES.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,16 @@ properties at launch-time.
3737

3838
This extension is a future-proof and portable solution that supports these two
3939
requirements. Instead of using a fixed set of kernel enqueue arguments, the
40-
approach is to introduce the `exp_launch_property_t` type that enables a more
41-
extendable API.
42-
43-
Each `exp_launch_property_t` instance corresponds to a specific kernel launch
44-
property.
45-
Only one new function is introduced: `urEnqueueKernelLaunchCustomExp`.
46-
`urEnqueueKernelLaunchCustomExp` takes an array of `exp_launch_property_t` as
47-
an argument, and launches a kernel using these properties.
48-
`urEnqueueKernelLaunchCustomExp` corresponds closely to the CUDA Driver API
49-
`cuLaunchKernelEx`.
40+
approach is to introduce the ${x}_exp_launch_property_t type that enables a
41+
more extendable API.
42+
43+
Each ${x}_exp_launch_property_t instance corresponds to a specific kernel
44+
launch property.
45+
Only one new function is introduced: ${x}EnqueueKernelLaunchCustomExp.
46+
${x}EnqueueKernelLaunchCustomExp takes an array of ${x}_exp_launch_property_t
47+
as an argument, and launches a kernel using these properties.
48+
${x}EnqueueKernelLaunchCustomExp corresponds closely to the CUDA Driver API
49+
``cuLaunchKernelEx``.
5050

5151
Many kernel lauch properties can be supported, such as cooperative kernel
5252
launches. As such, eventually this extension should be able to replace the

0 commit comments

Comments
 (0)