-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Return more accurate errors from CL's ProgramCreateWithIL
clCreateProgramWithIL only returns CL_INVALID_VALUE in three specific cirumstances, based on this we can deduce a more informative error code when we get that return. Fixes the urProgramCreateWithILTest.BuildInvalidProgram cts test.
- Loading branch information
1 parent
e824ddc
commit 041c80d
Showing
2 changed files
with
18 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
{{NONDETERMINISTIC}} | ||
urProgramCreateWithILTest.BuildInvalidProgram/Intel_R__OpenCL___{{.*}}_ | ||
urProgramGetInfoTest.Success/Intel_R__OpenCL___{{.*}}___UR_PROGRAM_INFO_SOURCE |