Yutaka Tamura
Yutaka Tamura
This is related to the following post in the forum. [Dub option for specifying importC include paths](https://forum.dlang.org/post/[email protected]) ### System information - **dub version**: 1.34.0(dmd-v2.105.1), 1.33.1(ldc2-1.34.0) - **OS Platform and distribution**:...
Resolves #84 The third parameter of clGetDeviceInfo() requires specifying the size of the retrieved data. When retrieving enum type fields, the type size did not match the OpenCL specification. (Enum...
Get Device Type result is incorrect At tests/main.d, I tried printing the device information, ```d auto devices = platform.getDevices(theAllocator); writeln("Devices:"); foreach (i, ref d; devices) { writefln("\t[%d] %s", i, d.name);...