Commit 03f7779
authored
fix clEnqueueNDRangeKernel for NULL work_global_size (#760)
According to the OpenCL specification, work_dim can be 0 and
work_global_size can be NULL.
KhronosGroup/OpenCL-CTS#22401 parent a58a077 commit 03f7779
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4080 | 4080 | | |
4081 | 4081 | | |
4082 | 4082 | | |
| 4083 | + | |
| 4084 | + | |
| 4085 | + | |
| 4086 | + | |
| 4087 | + | |
4083 | 4088 | | |
4084 | 4089 | | |
4085 | 4090 | | |
| |||
0 commit comments