summaryrefslogtreecommitdiff
path: root/src/gpu-compute/kernel_cfg.cc
AgeCommit message (Collapse)Author
2016-09-13gpu-compute: Fix bug with return in cfgMichael LeBeane
Connecting basic blocks would stop too early in kernels where ret was not the last instruction. This patch allows basic blocks after the ret instruction to be properly connected.
2016-01-19gpu-compute: AMD's baseline GPU modelTony Gutierrez