Pith. sign in

REVIEW 1 cited by

FT K-means: A High-Performance K-means on GPU with Fault Tolerance

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2408.01391 v2 pith:E4JZNFII submitted 2024-08-02 cs.DC cs.LG

classification cs.DCcs.LG
keywords k-meansfaulttoleranceperformanceaddresscomputationalcumldata
verification ladder T0 review T1 audit T2 compute T3 formal
0 comments
read the original abstract

K-means is a widely used algorithm in clustering, however, its efficiency is primarily constrained by the computational cost of distance computing. Existing implementations suffer from suboptimal utilization of computational units and lack resilience against soft errors. To address these challenges, we introduce FT K-means, a high-performance GPU-accelerated implementation of K-means with online fault tolerance. We first present a stepwise optimization strategy that achieves competitive performance compared to NVIDIA's cuML library. We further improve FT K-means with a template-based code generation framework that supports different data types and adapts to different input shapes. A novel warp-level tensor-core error correction scheme is proposed to address the failure of existing fault tolerance methods due to memory asynchronization during copy operations. Our experimental evaluations on NVIDIA T4 GPU and A100 GPU demonstrate that FT K-means without fault tolerance outperforms cuML's K-means implementation, showing a performance increase of 10\%-300\% in scenarios involving irregular data shapes. Moreover, the fault tolerance feature of FT K-means introduces only an overhead of 11\%, maintaining robust performance even with tens of errors injected per second.

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. TurboFFT: Co-Designed High-Performance and Fault-Tolerant Fast Fourier Transform on GPUs

    cs.DC 2024-12 conditional novelty 7.0 of 10

    A co-designed GPU FFT library that is competitive with cuFFT and adds fused, low-overhead online fault tolerance via two-side ABFT.

Pith tools