You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)
The text was updated successfully, but these errors were encountered:
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.)
The text was updated successfully, but these errors were encountered: