Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fdt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FSL
fdt
Commits
24733487
Commit
24733487
authored
11 years ago
by
Moises Fernandez
Browse files
Options
Downloads
Patches
Plain Diff
Changed to have a compiled version
parent
db12f2c8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CUDA/xfibres_gpu.cuh
+6
-5
6 additions, 5 deletions
CUDA/xfibres_gpu.cuh
with
6 additions
and
5 deletions
CUDA/xfibres_gpu.cuh
+
6
−
5
View file @
24733487
...
...
@@ -23,7 +23,7 @@ void fit( //INPUT
thrust
::
device_vector
<
double
>
datam_gpu
,
thrust
::
device_vector
<
double
>
bvecs_gpu
,
thrust
::
device_vector
<
double
>
bvals_gpu
,
string
output_file
,
int
ndirections
,
//OUTPUT
thrust
::
device_vector
<
double
>&
params_gpu
,
thrust
::
host_vector
<
int
>&
vox_repeat
,
...
...
@@ -55,6 +55,7 @@ void prepare_data_gpu_FIT_repeat( //INPUT
thrust
::
host_vector
<
double
>
bvals_host
,
thrust
::
host_vector
<
int
>
vox_repeat
,
int
nrepeat
,
int
ndirections
,
//OUTPUT
vector
<
ColumnVector
>&
datam_repeat_vec
,
vector
<
Matrix
>&
bvecs_repeat_vec
,
...
...
@@ -77,6 +78,7 @@ void mix_params( //INPUT
//implemented and used in xfibres_gpu.cu
void
prepare_data_gpu_MCMC
(
//INPUT
int
nvox
,
int
ndirections
,
int
nfib
,
//OUTPUT
thrust
::
host_vector
<
double
>&
signals_host
,
...
...
@@ -101,9 +103,6 @@ void prepare_data_gpu_MCMC_record( //INPUT
//implemented and used in xfibres_gpu.cu
void
record_finish_voxels
(
//INPUT
const
NEWIMAGE
::
volume
<
int
>
vol2matrixkey
,
const
NEWMAT
::
Matrix
matrix2volkey
,
const
NEWIMAGE
::
volume
<
float
>
mask
,
thrust
::
device_vector
<
int
>&
multirecords_gpu
,
thrust
::
device_vector
<
float
>&
rf0_gpu
,
thrust
::
device_vector
<
float
>&
rtau_gpu
,
...
...
@@ -114,5 +113,7 @@ void record_finish_voxels( //INPUT
thrust
::
device_vector
<
float
>&
rph_gpu
,
thrust
::
device_vector
<
float
>&
rf_gpu
,
thrust
::
device_vector
<
float
>&
rlikelihood_energy_gpu
,
int
nvox
);
int
nvox
,
int
ndirections
,
int
idpart
);
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment