File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -37,16 +37,16 @@ properties at launch-time.
3737
3838This extension is a future-proof and portable solution that supports these two
3939requirements. 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
5151Many kernel lauch properties can be supported, such as cooperative kernel
5252launches. As such, eventually this extension should be able to replace the
You can’t perform that action at this time.
0 commit comments