Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions examples/kernels/cutlass-gemm-tvm-ffi/CARD.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ Usage example not available.

Function list not available.
{% endif %}
{% if layers %}

## Available layers
{% for layer in layers %}
- `{{ layer }}`
{% endfor %}
{% endif %}

## Benchmarks
{% if has_benchmark %}
Expand All @@ -46,3 +53,4 @@ No benchmark available yet.

Source code of this kernel originally comes from {{ upstream }} and it was repurposed for compatibility with `kernels`.
{% endif %}

8 changes: 8 additions & 0 deletions examples/kernels/cutlass-gemm/CARD.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ Usage example not available.

Function list not available.
{% endif %}
{% if layers %}

## Available layers
{% for layer in layers %}
- `{{ layer }}`
{% endfor %}
{% endif %}

## Benchmarks
{% if has_benchmark %}
Expand All @@ -46,3 +53,4 @@ No benchmark available yet.

Source code of this kernel originally comes from {{ upstream }} and it was repurposed for compatibility with `kernels`.
{% endif %}

8 changes: 8 additions & 0 deletions examples/kernels/extra-data/CARD.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ Usage example not available.

Function list not available.
{% endif %}
{% if layers %}

## Available layers
{% for layer in layers %}
- `{{ layer }}`
{% endfor %}
{% endif %}

## Benchmarks
{% if has_benchmark %}
Expand All @@ -46,3 +53,4 @@ No benchmark available yet.

Source code of this kernel originally comes from {{ upstream }} and it was repurposed for compatibility with `kernels`.
{% endif %}

8 changes: 8 additions & 0 deletions examples/kernels/relu-backprop-compile/CARD.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ Usage example not available.

Function list not available.
{% endif %}
{% if layers %}

## Available layers
{% for layer in layers %}
- `{{ layer }}`
{% endfor %}
{% endif %}

## Benchmarks
{% if has_benchmark %}
Expand All @@ -46,3 +53,4 @@ No benchmark available yet.

Source code of this kernel originally comes from {{ upstream }} and it was repurposed for compatibility with `kernels`.
{% endif %}

8 changes: 8 additions & 0 deletions examples/kernels/relu-compiler-flags/CARD.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ Usage example not available.

Function list not available.
{% endif %}
{% if layers %}

## Available layers
{% for layer in layers %}
- `{{ layer }}`
{% endfor %}
{% endif %}

## Benchmarks
{% if has_benchmark %}
Expand All @@ -46,3 +53,4 @@ No benchmark available yet.

Source code of this kernel originally comes from {{ upstream }} and it was repurposed for compatibility with `kernels`.
{% endif %}

8 changes: 8 additions & 0 deletions examples/kernels/relu-metal-cpp/CARD.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ Usage example not available.

Function list not available.
{% endif %}
{% if layers %}

## Available layers
{% for layer in layers %}
- `{{ layer }}`
{% endfor %}
{% endif %}

## Benchmarks
{% if has_benchmark %}
Expand All @@ -46,3 +53,4 @@ No benchmark available yet.

Source code of this kernel originally comes from {{ upstream }} and it was repurposed for compatibility with `kernels`.
{% endif %}

8 changes: 8 additions & 0 deletions examples/kernels/relu-nki/CARD.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ Usage example not available.

Function list not available.
{% endif %}
{% if layers %}

## Available layers
{% for layer in layers %}
- `{{ layer }}`
{% endfor %}
{% endif %}

## Benchmarks
{% if has_benchmark %}
Expand All @@ -46,3 +53,4 @@ No benchmark available yet.

Source code of this kernel originally comes from {{ upstream }} and it was repurposed for compatibility with `kernels`.
{% endif %}

8 changes: 8 additions & 0 deletions examples/kernels/relu-specific-torch/CARD.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ Usage example not available.

Function list not available.
{% endif %}
{% if layers %}

## Available layers
{% for layer in layers %}
- `{{ layer }}`
{% endfor %}
{% endif %}

## Benchmarks
{% if has_benchmark %}
Expand All @@ -46,3 +53,4 @@ No benchmark available yet.

Source code of this kernel originally comes from {{ upstream }} and it was repurposed for compatibility with `kernels`.
{% endif %}

8 changes: 8 additions & 0 deletions examples/kernels/relu-torch-bounds/CARD.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ Usage example not available.

Function list not available.
{% endif %}
{% if layers %}

## Available layers
{% for layer in layers %}
- `{{ layer }}`
{% endfor %}
{% endif %}

## Benchmarks
{% if has_benchmark %}
Expand All @@ -46,3 +53,4 @@ No benchmark available yet.

Source code of this kernel originally comes from {{ upstream }} and it was repurposed for compatibility with `kernels`.
{% endif %}

8 changes: 8 additions & 0 deletions examples/kernels/relu-tvm-ffi/CARD.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ Usage example not available.

Function list not available.
{% endif %}
{% if layers %}

## Available layers
{% for layer in layers %}
- `{{ layer }}`
{% endfor %}
{% endif %}

## Benchmarks
{% if has_benchmark %}
Expand All @@ -46,3 +53,4 @@ No benchmark available yet.

Source code of this kernel originally comes from {{ upstream }} and it was repurposed for compatibility with `kernels`.
{% endif %}

8 changes: 8 additions & 0 deletions examples/kernels/relu/CARD.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ Usage example not available.

Function list not available.
{% endif %}
{% if layers %}

## Available layers
{% for layer in layers %}
- `{{ layer }}`
{% endfor %}
{% endif %}

## Benchmarks
{% if has_benchmark %}
Expand All @@ -46,3 +53,4 @@ No benchmark available yet.

Source code of this kernel originally comes from {{ upstream }} and it was repurposed for compatibility with `kernels`.
{% endif %}

8 changes: 8 additions & 0 deletions examples/kernels/silu-and-mul/CARD.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ Usage example not available.

Function list not available.
{% endif %}
{% if layers %}

## Available layers
{% for layer in layers %}
- `{{ layer }}`
{% endfor %}
{% endif %}

## Benchmarks
{% if has_benchmark %}
Expand All @@ -46,3 +53,4 @@ No benchmark available yet.

Source code of this kernel originally comes from {{ upstream }} and it was repurposed for compatibility with `kernels`.
{% endif %}

Loading
Loading