-
Notifications
You must be signed in to change notification settings - Fork 25
Description
I have built fastdcm on windows using cl -I"%CUDA_PATH%\include" FastDCM.c "%CUDA_PATH%\lib\x64\opencl.lib" command. using CUDA 12
When i ran it it crashed with following output
Random seed is: 1676105022
Sat Feb 11 09:13:42 2023 Program instance number: 18127
Found 1 OpenCL platform on this system:
Platform 1:
Profile: FULL_PROFILE
Version: OpenCL 3.0 CUDA 12.0.147
Name: NVIDIA CUDA
Vendor: NVIDIA Corporation
Found 1 GPU device for this platform:
Device 1:
Device name: NVIDIA GeForce GTX 1650
Device vendor: NVIDIA Corporation
Compiler available: Yes
Linker available: Yes
Global memory size = 4095 Mb
Maximum memory allocation = 1023 Mb
Local memory size = 48 Kb
Constant buffer size = 64 Kb
Compute units = 14
Maximum workgroup size = 1024
[This GPU meets all the requirements to run the program]
Using GPU: NVIDIA GeForce GTX 1650 [device number 1 in list]
Created openCL context
Created openCL command queue
Interesting thing is that when i run it with strace it works fine.
CrashDumps.zip