diff options
Diffstat (limited to 'src/cl_command_queue.h')
-rw-r--r-- | src/cl_command_queue.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cl_command_queue.h b/src/cl_command_queue.h index 7ec1b6f2..47dae4a7 100644 --- a/src/cl_command_queue.h +++ b/src/cl_command_queue.h @@ -46,7 +46,6 @@ struct _cl_command_queue { cl_command_queue prev, next; /* We chain the command queues together */ void *thread_data; /* Used to store thread context data */ cl_mem perf; /* Where to put the perf counters */ - cl_mem fulsim_out; /* Fulsim will output this buffer */ }; /* The macro to get the thread specified gpgpu struct. */ @@ -77,9 +76,6 @@ extern cl_int cl_command_queue_ND_range(cl_command_queue queue, /* The memory object where to report the performance */ extern cl_int cl_command_queue_set_report_buffer(cl_command_queue, cl_mem); -/* Fulsim will dump this buffer (mostly to check its consistency */ -cl_int cl_command_queue_set_fulsim_buffer(cl_command_queue, cl_mem); - /* Flush for the command queue */ extern cl_int cl_command_queue_flush(cl_command_queue); |