GPUs for your projects · crypto payment without KYC How to rent
English
Open the console
GPU spec / KERNODECK

H100 PCIe: focus your workload on 80 GB

The 80 GB HBM2e H100 PCIe lets you prepare a CUDA workload on a clearly identified Hopper card. It is particularly relevant for developers who want to qualify a single-card application before deciding whether distributed compute adds anything.

1 GPUs includedHBM2e
80GB per card

27 available cards.

Memory indicated per GPU. Choose the duration, then the number of lots in the configurator.

3 jours

1 GPU per lot

$180.00Rent 3 jours

7 jours

1 GPU per lot

$420.00Rent 7 jours

30 jours

1 GPU per lot

$1,490.00Rent 30 jours

A readable single-card application

Start with a process that loads its model, processes a batch, and exports a result. Set the input size and the number of requests. This simple scenario makes it possible to identify whether the next effort should target GPU memory, data, or Python logic.

With 80 GB, you can explore larger workloads than with a 24 or 48 GB card, while keeping a single memory domain to manage. Still, allow a margin for your engine's temporary allocations.

Observe transfers as much as the kernel

A program that reloads the same data between two calls can spend a significant portion of its time outside useful compute. Time CPU preparation, transfer, execution, and result retrieval separately. For CUDA measurements, account for asynchronous execution so you don't only measure job submission.

Validate that it works with your PyTorch version and the project's compiled libraries. Keep a run without optimization as a baseline before modifying the execution path.

Compare without confusing the H100 formats

H100 SXM and H100 PCIe do not describe the same hardware configuration. Choose SXM if your study justifies measuring its behavior for distributed exchanges. Choose H200 instead when your single-card workload exceeds 80 GB. A100 SXM remains an alternative to consider for an already-qualified Ampere environment.

Rent to produce a decision

A 3-day plan can be used to establish the initial profile. Over 7 days, test several batch sizes and keep a comparison report; over 30 days, organize runs and their tracking with stable identifiers.

Choose the duration, the number of batches, and the setup in the configurator, then create your account or log in. Payment follows the selected asset and network. After your transfer, "I've paid" adds a report to the order, which you can find in your Kernodeck account.