Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
HeteroFlow
THAPI
Commits
bfd539cc
Commit
bfd539cc
authored
Apr 10, 2020
by
Brice Videau
Browse files
Added missing meta-parameters.
parent
3f37d4a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
ze/ze_meta_parameters.yaml
View file @
bfd539cc
...
...
@@ -64,8 +64,10 @@ meta_parameters:
-
[
InScalar
,
desc
]
-
[
OutScalar
,
phModule
]
-
[
OutScalar
,
phBuildLog
]
-
[
InString
,
"
desc->pBuildFlags"
]
-
[
InScalar
,
"
desc->pConstants"
]
-
[
InString
,
desc->pBuildFlags
]
-
[
InScalar
,
desc->pConstants
]
-
[
InArray
,
desc->pConstants->pConstantIds
,
desc->pConstants->numConstants
]
-
[
InArray
,
desc->pConstants->pConstantValues
,
desc->pConstants->numConstants
]
zeModuleBuildLogGetString
:
-
[
InOutScalar
,
pSize
]
-
[
OutArray
,
pBuildLog
,
pSize
]
...
...
@@ -80,7 +82,7 @@ meta_parameters:
zeKernelCreate
:
-
[
InScalar
,
desc
]
-
[
OutScalar
,
phKernel
]
-
[
InString
,
"
desc->pKernelName
"
]
-
[
InString
,
desc->pKernelName
]
zeModuleGetFunctionPointer
:
-
[
InString
,
pFunctionName
]
-
[
OutScalar
,
pfnFunction
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment