From 589e13a23b3969c1137d2170a8638356d0c0fc65 Mon Sep 17 00:00:00 2001 From: Alexandru Dutu Date: Fri, 16 Sep 2016 12:26:52 -0400 Subject: gpu-compute: Wavefront refactoring Renaming members of the Wavefront class in accordance with the style guide. --- src/gpu-compute/dispatcher.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gpu-compute/dispatcher.cc') diff --git a/src/gpu-compute/dispatcher.cc b/src/gpu-compute/dispatcher.cc index d1d011c0d..adc1f51bd 100644 --- a/src/gpu-compute/dispatcher.cc +++ b/src/gpu-compute/dispatcher.cc @@ -305,7 +305,7 @@ GpuDispatcher::exec() void GpuDispatcher::notifyWgCompl(Wavefront *w) { - int kern_id = w->kern_id; + int kern_id = w->kernId; DPRINTF(GPUDisp, "notify WgCompl %d\n",kern_id); assert(ndRangeMap[kern_id].dispatchId == kern_id); ndRangeMap[kern_id].numWgCompleted++; -- cgit v1.2.3