Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
013cf20e
"vscode:/vscode.git/clone" did not exist on "dc677facb94662ba9ea765b9e2f032cf4c92fb9e"
Commit
013cf20e
authored
Apr 16, 2015
by
peastman
Browse files
Merge pull request #877 from peastman/fftbug
Fixed a bug in OpenCL FFT
parents
afae4bc8
309f7778
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
platforms/opencl/src/kernels/fft.cl
platforms/opencl/src/kernels/fft.cl
+1
-1
No files found.
platforms/opencl/src/kernels/fft.cl
View file @
013cf20e
...
...
@@ -51,10 +51,10 @@ __kernel void execFFT(__global const INPUT_TYPE* restrict in, __global OUTPUT_TY
data0[get_local_id
(
0
)
]
=
in[x*
(
YSIZE*ZSIZE
)
+y*ZSIZE+get_local_id
(
0
)
%ZSIZE]
;
#
endif
#
endif
barrier
(
CLK_LOCAL_MEM_FENCE
)
;
#
if
OUTPUT_IS_PACKED
}
#
endif
barrier
(
CLK_LOCAL_MEM_FENCE
)
;
COMPUTE_FFT
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment