Rename generate_instances.py to generate_fwd_instances.py

This commit is contained in:
Qianfeng Zhang
2026-06-22 08:01:23 +00:00
parent 2694adbd55
commit e349a39f3d
151 changed files with 152 additions and 153 deletions

View File

@@ -42,7 +42,7 @@ HSTU_FORWARD_INSTANCE_FNAME = (
"{store_lse_or_not_str}_{has_or_no_bias_str}_{has_or_no_dropout_str}_{max_k_str}.cpp"
)
HSTU_INSTANCE_REF_FNAME = "hstu_attention_{mode}_{function}_{dtype}_instances_ref.hpp"
HSTU_FORWARD_INSTANCE_REF_FNAME = "hstu_attention_{mode}_forward_{dtype}_instances_ref.hpp"
BOOL_MAP = {True: "true", False: "false"}
@@ -144,9 +144,8 @@ def create_forward_instances(instance_dir: Path, headdims: List) -> None:
def create_forward_instances_ref(instance_dir: Path, headdims: List) -> None:
for mode in ["batched", "jagged", "group"]:
for dtype in ["fp16", "bf16"]:
ref_fname = HSTU_INSTANCE_REF_FNAME.format(
ref_fname = HSTU_FORWARD_INSTANCE_REF_FNAME.format(
mode=mode,
function="forward",
dtype=dtype,
)
ref_fname_path = instance_dir / ref_fname

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/bfloat16.hpp>
#include "hstu_attention_batched_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/bfloat16.hpp>
#include "hstu_attention_batched_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/bfloat16.hpp>
#include "hstu_attention_batched_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/bfloat16.hpp>
#include "hstu_attention_batched_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/bfloat16.hpp>
#include "hstu_attention_batched_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/bfloat16.hpp>
#include "hstu_attention_batched_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/bfloat16.hpp>
#include "hstu_attention_batched_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/bfloat16.hpp>
#include "hstu_attention_batched_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/bfloat16.hpp>
#include "hstu_attention_batched_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/bfloat16.hpp>
#include "hstu_attention_batched_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/bfloat16.hpp>
#include "hstu_attention_batched_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/bfloat16.hpp>
#include "hstu_attention_batched_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/bfloat16.hpp>
#include "hstu_attention_batched_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/bfloat16.hpp>
#include "hstu_attention_batched_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/bfloat16.hpp>
#include "hstu_attention_batched_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/bfloat16.hpp>
#include "hstu_attention_batched_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/bfloat16.hpp>
#include "hstu_attention_batched_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/bfloat16.hpp>
#include "hstu_attention_batched_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/bfloat16.hpp>
#include "hstu_attention_batched_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/bfloat16.hpp>
#include "hstu_attention_batched_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/bfloat16.hpp>
#include "hstu_attention_batched_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/bfloat16.hpp>
#include "hstu_attention_batched_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/bfloat16.hpp>
#include "hstu_attention_batched_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/bfloat16.hpp>
#include "hstu_attention_batched_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/bfloat16.hpp>
#include "hstu_attention_batched_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/half.hpp>
#include "hstu_attention_batched_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/half.hpp>
#include "hstu_attention_batched_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/half.hpp>
#include "hstu_attention_batched_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/half.hpp>
#include "hstu_attention_batched_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/half.hpp>
#include "hstu_attention_batched_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/half.hpp>
#include "hstu_attention_batched_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/half.hpp>
#include "hstu_attention_batched_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/half.hpp>
#include "hstu_attention_batched_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/half.hpp>
#include "hstu_attention_batched_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/half.hpp>
#include "hstu_attention_batched_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/half.hpp>
#include "hstu_attention_batched_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/half.hpp>
#include "hstu_attention_batched_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/half.hpp>
#include "hstu_attention_batched_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/half.hpp>
#include "hstu_attention_batched_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/half.hpp>
#include "hstu_attention_batched_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/half.hpp>
#include "hstu_attention_batched_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/half.hpp>
#include "hstu_attention_batched_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/half.hpp>
#include "hstu_attention_batched_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/half.hpp>
#include "hstu_attention_batched_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/half.hpp>
#include "hstu_attention_batched_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/half.hpp>
#include "hstu_attention_batched_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/half.hpp>
#include "hstu_attention_batched_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/half.hpp>
#include "hstu_attention_batched_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/half.hpp>
#include "hstu_attention_batched_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/half.hpp>
#include "hstu_attention_batched_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/bfloat16.hpp>
#include "hstu_attention_group_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/bfloat16.hpp>
#include "hstu_attention_group_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/bfloat16.hpp>
#include "hstu_attention_group_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/bfloat16.hpp>
#include "hstu_attention_group_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/bfloat16.hpp>
#include "hstu_attention_group_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/bfloat16.hpp>
#include "hstu_attention_group_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/bfloat16.hpp>
#include "hstu_attention_group_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/bfloat16.hpp>
#include "hstu_attention_group_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/bfloat16.hpp>
#include "hstu_attention_group_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/bfloat16.hpp>
#include "hstu_attention_group_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/bfloat16.hpp>
#include "hstu_attention_group_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/bfloat16.hpp>
#include "hstu_attention_group_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/bfloat16.hpp>
#include "hstu_attention_group_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/bfloat16.hpp>
#include "hstu_attention_group_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/bfloat16.hpp>
#include "hstu_attention_group_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/bfloat16.hpp>
#include "hstu_attention_group_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/bfloat16.hpp>
#include "hstu_attention_group_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/bfloat16.hpp>
#include "hstu_attention_group_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/bfloat16.hpp>
#include "hstu_attention_group_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/bfloat16.hpp>
#include "hstu_attention_group_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/bfloat16.hpp>
#include "hstu_attention_group_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/bfloat16.hpp>
#include "hstu_attention_group_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/bfloat16.hpp>
#include "hstu_attention_group_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/bfloat16.hpp>
#include "hstu_attention_group_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/bfloat16.hpp>
#include "hstu_attention_group_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/half.hpp>
#include "hstu_attention_group_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/half.hpp>
#include "hstu_attention_group_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/half.hpp>
#include "hstu_attention_group_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/half.hpp>
#include "hstu_attention_group_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/half.hpp>
#include "hstu_attention_group_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/half.hpp>
#include "hstu_attention_group_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/half.hpp>
#include "hstu_attention_group_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/half.hpp>
#include "hstu_attention_group_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/half.hpp>
#include "hstu_attention_group_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/half.hpp>
#include "hstu_attention_group_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/half.hpp>
#include "hstu_attention_group_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/half.hpp>
#include "hstu_attention_group_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/half.hpp>
#include "hstu_attention_group_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/half.hpp>
#include "hstu_attention_group_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/half.hpp>
#include "hstu_attention_group_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/half.hpp>
#include "hstu_attention_group_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/half.hpp>
#include "hstu_attention_group_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/half.hpp>
#include "hstu_attention_group_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/half.hpp>
#include "hstu_attention_group_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/half.hpp>
#include "hstu_attention_group_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/half.hpp>
#include "hstu_attention_group_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/half.hpp>
#include "hstu_attention_group_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/half.hpp>
#include "hstu_attention_group_forward_dispatch.hpp"

View File

@@ -4,7 +4,7 @@
// The file is automatically generated, don't modify!
// See the generator script
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py`
// `composable_kernel/example/ck_tile/18_hstu_attention/generate_fwd_instances.py`
#include <ck_tile/core/numeric/half.hpp>
#include "hstu_attention_group_forward_dispatch.hpp"

Some files were not shown because too many files have changed in this diff Show More