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 199 forks source link

Errors with Delphi 10 compilation #32

Closed JeanYvesJonet closed 4 years ago

JeanYvesJonet commented 4 years ago

Hello, when i compile, i have some errors. Library Neuralopencl, some errors with type, "t" missing , example : "cl_int" unknown, "tcl_int" is OK. Library Neuraldatasetsv, function "RGB" is unknown, "Uses Windows" is missing at the top of code. Library Neuralnetwork, function LocalAddBottleNeck, "UnitCnt+=1" is only for C++ not for Delphi, replaced by inc(UnitCnt) Thank you very much for your work. JY

joaopauloschuler commented 4 years ago

Thank you for reporting!