joaopauloschuler / neural-api

CAI NEURAL API - Pascal based deep learning neural network API optimized for AVX, AVX2 and AVX512 instruction sets plus OpenCL capable devices including AMD, Intel and NVIDIA.
GNU Lesser General Public License v2.1
371 stars 198 forks source link

Windows 10 Home 2H20, Ryzen 2500U, latest AMD drivers, Lazarus 2.0.10 with FPC 3.2.0 OpenCL Error #41

Closed joaopauloschuler closed 3 years ago

joaopauloschuler commented 3 years ago

This is great stuff! Thanks for making this!

My setup: Windows 10 Home 2H20, Ryzen 2500U, latest AMD drivers, Lazarus 2.0.10 with FPC 3.2.0. GPU probe shows following:

Platform info: 0 --------------------- PROFILE: FULL_PROFILE VERSION: OpenCL 2.1 AMD-APP (3188.4) NAME: AMD Accelerated Parallel Processing VENDOR: Advanced Micro Devices, Inc. EXTENSIONS: cl_khr_icd cl_khr_d3d10_sharing cl_khr_d3d11_sharing cl_khr_dx9_media_sharing cl_amd_event_callback cl_amd_offline_devices

However, when running, say, opencl-dot-product-test.exe, I get many lines of the following: Error: TDotProductCL.Compute - Failed setting parameters: -48
joaopauloschuler commented 3 years ago

I've just tested and it works now.