-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use the same kernel name for all tests (#1194)
Make signature of BuildKernel more consistent across tests: now only two variants exist: int BuildKernel(const char *name, int vectorSize, cl_kernel *k, cl_program *p, bool relaxedMode) or int BuildKernel(const char *name/symbol, int vectorSize, cl_uint kernel_count, cl_kernel *k, cl_program *p, bool relaxedMode) Signed-off-by: Marco Antognini <marco.antognini@arm.com>
- Loading branch information
1 parent
ef19796
commit 8488d4b
Showing
2 changed files
with
23 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters