Skip to main content
torch.js has not been released yet.
torch.js logotorch.js logotorch.js
PlaygroundContact
Login
Documentation
IntroductionType SafetyTensor ExpressionsTensor IndexingEinsumEinopsAutogradTraining a ModelProfiling & MemoryPyTorch MigrationBest PracticesRuntimesPerformancePyTorch CompatibilityBenchmarksDType Coverage
CompatibilityBenchmarksDType Coverage
torch.js· 2026
LegalTerms of UsePrivacy Policy
/
/
  1. docs
  2. torch.js
  3. benchmarks

Benchmarks

Last updated: 1/19/2026 Commit: debb8711

Benchmark results for torch.js operations. See Performance for optimization tips.

Environment

  • Machine: Darwin arm64
  • Backend: Unknown

Results

No benchmark data available. Run benchmarks locally:

cd packages/torch-node
TORCH_GPU_BACKEND=dawn pnpm benchmark

Running Benchmarks

cd packages/torch-node

# Run all benchmarks
TORCH_GPU_BACKEND=dawn pnpm benchmark:all

# Run specific benchmarks
TORCH_GPU_BACKEND=dawn pnpm benchmark        # Math operations
TORCH_GPU_BACKEND=dawn pnpm benchmark:bootup # Initialization time

This page is auto-generated. Run pnpm docs:generate to update.

Previous
PyTorch Compatibility
Next
DType Coverage