Samuel Barnes

Results 11 comments of Samuel Barnes

I have implemented a numerical differentiation that worked well for me, I have created an example file here: [Numerical Differentiation](https://github.com/ironictoo/Gpufit/commit/e232fcdec80b80e2ad25554b3a9a934909a1a549) I tested it against an analytical derivative for this model...

It appears I messed up and accidentally included some of my edits to files other than the cmakelists.txt files in this branch. You can just ignore the three *.sh files...

I had the same problem, I solved it with the following changes to a single CMake file. The repo path/Gpufit/MakeLists.txt files was edited as follows: > else() > set( CUDA_CUBLAS_LIBRARIES...

After more research the native CMake CUDA support doesn't really have as many features as the deprecated FIND_CUDA, which is probably why it isn't being used. I updated the above...

I'll add the cmake edits to the branch on Monday

I've updated my branch with all the linux specific edits I have. The main thing is CUBLAS linking from the main CMakeFile, but I also added two convenience scripts. One...

This has been updated with all the recent CMake changes discussed with @superchromix and @jimkring . Brief summary - Switch from deprecated find_package(Cuda) to supported language CUDA - Switch from...

These changes were included in #94 so I'm going to close this.

If BIDS defines RepetitionTime as the time between 3D volumes that is easy enough to interpret along with the averages value. However, this moves the problem to some other datasets...

Ok, I'll see if I can find some people from OSIPI that want to help with this. This seems to fall into what they are trying to accomplish.