CC007
CC007
@savaskoc The problem seems to be that I don't have any opencl sdk, only the driver and implementation afaik, as I am not using the AMD app SDK
I think you misunderstand, It wasn't the kernel.cl.h that caused a problem. I dont have the OpenCL/opencl.h, because I don't have an opencl SDK. I'm installing one now (Intel openCL...
Ok, now that that is installed, it seems that there are types used that don't come from openCL
I tried to compile your example using: `g++ -lOpenCL -o longtst main.cpp -I"P:\Program Files (x86)\Intel\OpenCL SDK\6.3\include" -std=c++11 -L"P:\Program Files (x86)\Intel\OpenCL SDK\6.3\lib\x64"` and got the following errors: ``` ||=== Build: Debug...
I see that you're implementing this with the `@Expires` annotation for `Iterable.reversed()`. Could you also add this to: - `Stream.toList()` in `ManifoldStreamCollectionsExt` in manifold-collections (since java 16) - `CharSequence.isEmpty()` in...
> Closed due to no further feedback. What further feedback was there to give? I gave you a detailed description of testcases that don't evaluate correctly and supplied the platform...
I was able to get somewhat further when manually adding the aot hint for a proxy for the client interface. It now allows the application to start, albeit slowly, due...
@Rocker93 I am actually using 3.0.5
@OlgaMaciaszek I made my repo public for now. You can find it here: https://github.com/CodeQualIT/CQITFunctions