Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 392 Bytes

File metadata and controls

37 lines (29 loc) · 392 Bytes

Synapse API

guid

rope_st2_fwd_bf16
rope_st2_fwd_f32

params

namespace ns_RoPESt2
{
    struct Params
    {
        unsigned int offset;
    };
    struct ParamsV2 : public Params
    {
        RotaryPosEmbeddingMode_t mode;
    };
    ASSERT_SIZE_IS_GREATER(ParamsV2, Params);
} // namespace ns_RoPESt2

build

make

run

./rope