gpu-compute: Remove WFContext
authorAlexandru Dutu <alexandru.dutu@amd.com>
Fri, 16 Sep 2016 16:26:03 +0000 (12:26 -0400)
committerAlexandru Dutu <alexandru.dutu@amd.com>
Fri, 16 Sep 2016 16:26:03 +0000 (12:26 -0400)
commite9fe1b838b94eb46f165b9adb6281a862b172dfe
tree4a238c26716ab33d722b2d4d7c995e4e1eda81c4
parentada0e2f02fb3a30d01f62eb124a1d374be0b8ed5
gpu-compute: Remove WFContext
WFContext struct is currently unused and it has been rendered not useful in
saving and restoring the context of a Wavefront. Wavefront class should be
sufficient for that purpose and the runtime can figure out the memory size
it will need to allocate for a Wavefront through an IOCTL.
src/gpu-compute/compute_unit.cc
src/gpu-compute/compute_unit.hh
src/gpu-compute/qstruct.hh