Skip to content

Commit

Permalink
Update functionality.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hwu36 authored May 11, 2022
1 parent c4cf0da commit d6f58b2
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions media/docs/functionality.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

[README](/README.md#documentation) > **Functionality**

# Functionality

## Device-level GEMM

The following table summarizes device-level GEMM kernels in CUTLASS, organized by opcode class, data type, and layout.
Hyperlinks to relevant unit tests demonstrate how specific template instances may be defined.

- N - Column Major Matrix
- T - Row Major matrix
- {N,T} x {N,T} - All combinations, i.e. NN, NT, TN, TT
Expand All @@ -25,6 +18,12 @@ Hyperlinks to relevant unit tests demonstrate how specific template instances ma
- SpTensorOp - Use Sparse Tensor Core MMA
- WmmaTensorOp - Use WMMA abstraction to use Tensor Core MMA

# Functionality

## Device-level GEMM

The following table summarizes device-level GEMM kernels in CUTLASS, organized by opcode class, data type, and layout.
Hyperlinks to relevant unit tests demonstrate how specific template instances may be defined.

|**Opcode Class** | **Compute Capability** | **CUDA Toolkit** | **Data Type** | **Layouts** | **Unit Test** |
|-----------------|------------------------|------------------|--------------------------------|------------------------|------------------|
Expand Down

0 comments on commit d6f58b2

Please sign in to comment.