Bug#960450: ocl-icd: add support for OpenCL 3.0

2020-11-16 Thread Andreas Beckmann
Followup-For: Bug #960450
Control: found -1 2.2.13-1

Hi,

there seems to be something missing, clinfo reports this:

[...]
ICD loader properties
  ICD loader Name OpenCL ICD Loader
  ICD loader Vendor   OCL Icd free software
  ICD loader Version  2.2.13
  ICD loader Profile  OpenCL 3.0
NOTE:   your OpenCL library declares to support OpenCL 3.0,
but it seems to support up to OpenCL 2.2 only.

Andreas



Bug#960450: ocl-icd: add support for OpenCL 3.0

2020-05-12 Thread Andreas Beckmann
Source: ocl-icd
Version: 2.2.12-4
Severity: wishlist

The OpenCL 3.0 standard was released recently. From a quick glance over
the headers, there seem to be 2 new functions:
  clCreateBufferWithProperties
  clCreateImageWithProperties

Andreas