Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clfft on CPU and reusing host memory for data #50

Open
tdd11235813 opened this issue Nov 17, 2016 · 0 comments
Open

clfft on CPU and reusing host memory for data #50

tdd11235813 opened this issue Nov 17, 2016 · 0 comments
Assignees

Comments

@tdd11235813
Copy link
Contributor

OpenCL allows to use a pointer to previous allocated buffer when cl_mem object is created with clCreateBuffer.
As long as padding is not required, the clfft benchmark on CPUs possibly could be speed up as upload/download is not needed, so have to check this when time permits.
(The benchmark suite itself uses the same buffer for input and output.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant