File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ name: GetBinaryExp
24
24
decl : static
25
25
ordinal : " 0"
26
26
details :
27
- - " A valid kernel handle must be created with zeKernelCreate ."
27
+ - " A valid kernel handle must be created with $xKernelCreate ."
28
28
- " Returns Intel Graphics Assembly (GEN ISA) format binary program data for kernel handle."
29
29
- " The application may call this function from simultaneous threads."
30
30
- " The implementation of this function must be thread-safe."
@@ -34,7 +34,7 @@ params:
34
34
desc : " [in] Kernel handle."
35
35
- type : size_t*
36
36
name : pSize
37
- desc : " [in, out] pointer to variable with size of GEN ISA binary."
37
+ desc : " [in,out] pointer to variable with size of GEN ISA binary."
38
38
- type : uint8_t*
39
39
name : pKernelBinary
40
40
desc : " [in,out] pointer to storage area for GEN ISA binary function."
You can’t perform that action at this time.
0 commit comments