Hello FreeSurfer Developers,I'm attempting to run recon-all using -use-gpu option in Mac Pro 5,1 with OS X 10.12.1.I am using GTX980 rom-flashed edition, and it supports CUDA properly with other tools.Current cuda version is 8.0, and cudadetect command works perfect.Device 0: "GeForce GTX 980"CUDA Driver Version: 8.0CUDA Runtime Version: 5.0CUDA Capability Major revision number: 5CUDA Capability Minor revision number: 2Total amount of global memory: 4294770688 bytesNumber of multiprocessors: 16Number of cores: 448Total amount of constant memory: 65536 bytesTotal amount of shared memory per block: 49152 bytesTotal number of registers available per block: 65536Warp size: 32Maximum number of threads per block: 1024Maximum sizes of each dimension of a block: 1024 x 1024 x 64Maximum sizes of each dimension of a grid: 2147483647 x 65535 x 65535Maximum memory pitch: 2147483647 bytesTexture alignment: 512 bytesClock rate: 1.22 GHzConcurrent copy and execution: YesRun time limit on kernels: YesIntegrated: NoSupport host page-locked memory mapping: YesCompute mode: Default (multiple host threads can use this device simultaneously)However, when I run recon-all -all -s DEP030 -qcache -use-gpu,I face repeatedly the errorreading transform from transforms/talairach.m3zERROR: cannot find or read transforms/talairach.m3zNo such file or directoryI found it might be caused since talairach.m3z couldn’t created.I also found an error above.Cuda error: MRIconvolveKernelX failed! in file 'mriconvolve_cuda.cu' in line 536 : unspecified launch failure.freeing gibbs priors...done.average std[0] = 5.0I also attach full log file too.Thanks.