mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
fixed profile print
This commit is contained in:
@@ -537,7 +537,7 @@ int main(int argc, char **argv)
|
|||||||
ciErrNum = clEnqueueReadBuffer(clqueue, d_Output, CL_TRUE, 0, N * sizeof(float), h_OutputGPU, 0, NULL, NULL);
|
ciErrNum = clEnqueueReadBuffer(clqueue, d_Output, CL_TRUE, 0, N * sizeof(float), h_OutputGPU, 0, NULL, NULL);
|
||||||
// oclCheckError(ciErrNum, CL_SUCCESS);
|
// oclCheckError(ciErrNum, CL_SUCCESS);
|
||||||
|
|
||||||
printf("Rout.dat");
|
printf("Rout.dat:\n");
|
||||||
|
|
||||||
for (int i = 0; i < height; i++)
|
for (int i = 0; i < height; i++)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user