In genera I get the windows report “this program has stopped working”.
Now i was looking at the logs and i also get something else:
On the bandwidth test example i get:
“WARNING: NVIDIA OpenCL platform not found - defaulting to first platform!”
(which usually does not happen. for example the boxfilter example correctly recognize the platform, looking at the log file, before crashing)
on the oclBlackScholes.exe:
!!! Error # 4436155 at line 103 , in file .\src\main.cpp !!!
on the convolutionseparable.exe:
!!! Error # 4356160 at line 59 , in file .\src\main.cpp !!!
on the dct:
!!! Error # 4340332 at line 61 , in file .\src\main.cpp !!!
the device query example says also:
WARNING: NVIDIA OpenCL platform not found - defaulting to first platform!
CL_PLATFORM_NAME: ¸?¼
CL_PLATFORM_VERSION: 1
OpenCL SDK Version: 4788711
the DotProduct outputs (before crashing) :
C:\Users\Dev\Desktop\OpenCL\bin\Win32\Release\oclDotProduct.exe Starting…
of float elements per Array = 5111777
Global Work Size = 5111808
Local Work Size = 256
of Work Groups = 19968
Allocate and Init Host Mem…
clCreateContextFromType…
clGetContextInfo
…clCreateCommandQueue…
clCreateBuffer (SrcA, SrcB and Dst in Device GMEM)…
oclLoadProgSource (DotProduct.cl)…
clCreateProgramWithSource…
clBuildProgram…
clCreateKernel (DotProduct)…
clSetKernelArg 0 - 3…
the DXTcompression.exe:
!!! Error # 205680 at line 84 , in file .\oclDXTCompression.cpp !!!
the oclFDTD3d.exe
Set-up, based upon target device GMEM size…
getTargetDeviceGlobalMemSize
clCreateContextFromType
clGetContextInfo
clGetDeviceInfo
the oclHiddenMarkovModel.exe
Create context
Get device info…
clCreateCommandQueue
!!! Error # 16692683 at line 74 , in file .\oclHiddenMarkovModel.cpp !!!
the oclVectorAdd.exe
of float elements per Array = 11444777
Global Work Size = 11444992
Local Work Size = 256
of Work Groups = 44707
Allocate and Init Host Mem…
clCreateContextFromType…
clGetContextInfo…
clCreateCommandQueue…
clCreateBuffer…
oclLoadProgSource (VectorAdd.cl)…
clCreateProgramWithSource…
clBuildProgram…
if you need more log, i can post the remaining results!