Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-16 | gpu-compute: Adding ioctl for HW context size | Alexandru Dutu | |
Adding runtime support for determining the memory required by a SIMD engine when executing a particular wavefront. | |||
2016-06-09 | gpu-compute: parametrize Wavefront size | jkalamat | |
Eliminate the VSZ constant that defined the Wavefront size (in numbers of work items); replaced it with a parameter in the GPU.py configuration script. Changed all data structures dependent on the Wavefront size to be dynamically sized. Legal values of Wavefront size are 16, 32, 64 for now and checked at initialization time. | |||
2016-01-19 | gpu-compute: AMD's baseline GPU model | Tony Gutierrez | |