The document describes a method for accelerating set similarity joins using graphics processing units (GPUs). It proposes using MinHash to estimate the Jaccard similarity between sets and generate signature matrices for the sets. These signature matrices are then processed on the GPU in parallel to perform the similarity join and detect similar records above a given threshold. Experiments show the GPU implementation achieves speedups of up to 150x over serial CPU processing and 25x over parallel CPU processing.