This document discusses parallel frequent pattern mining on GPUs. It presents several key papers on using GPUs to accelerate FP-growth algorithms for frequent itemset mining. It then describes the proposed GPU-based FP-growth algorithm, which parallelizes mining iterations by assigning each transaction to a thread. Header tables are stored in coalesced memory to improve access efficiency. Experimental results show the GPU approach outperforms CPU FP-growth by 1.2-8x and is faster than the best existing GPU method by 1.8-42x on several datasets.