Skip to content

Releases: NVIDIA-Merlin/HugeCTR

HugeCTR A100 PREVIEW

17 Jun 18:06

Choose a tag to compare

HugeCTR is a high-efficiency GPU framework designed for Click-Through-Rate (CTR) estimation training, and the new released NVIDIA A100 GPU has excellent acceleration on various scales for AI, data analysis and high performance computing (HPC), and meet extremely severe computing challenges. To demonstrate HugeCTR’s performance on A100 GPU, this version is developed to leverage new features of the latest GPU.

HugeCTR A100 PREVIEW

15 Jun 04:53

Choose a tag to compare

v2.1_a100

a100-preview

HugeCTR V2.1

14 May 08:47
628acda

Choose a tag to compare

New Features:

  • Supporting three important networks: Wide and Deep Learning (WDL), Deep Cross Network (DCN) and DeepFM.
  • A new embedding implementation LocalizedSlotSparseEmbedding which reduces the memory transactions across GPUs and nodes resiliently to the number of GPUs.
  • Supporting multiple Embeddings in one network.
  • Supporting dense feature input.
  • Supporting new layers like: Dropout / Split / Reshape / Multiply / FmOrder2 / MultCross / Add
  • Check bits in data reader to enable data check and error skip.