This document discusses speeding up channel coding simulations using GPUs. It describes using a GPU platform with 448 CUDA cores to simulate LDPC decoding algorithms. Simulating decoding of a 48-node graph that took 19 days on a CPU was reduced to 2 hours using a GPU. Profiling found a further 1.7x speedup was possible by optimizing thread allocation. Using multiple GPUs can provide near linear speedup for highly parallel tasks. This allows simulations that would take weeks to be completed in a day, improving the efficiency of developing new channel codes.