Skip to content

Instantly share code, notes, and snippets.

View jon-chuang's full-sized avatar
🎯
Focusing

jon-chuang

🎯
Focusing
View GitHub Profile
@jon-chuang
jon-chuang / ptx
Created September 4, 2023 11:44
Pallas PTX
.version 8.0
.target sm_89
.address_size 64
// .globl mha_forward
.extern .shared .align 1 .b8 global_smem[];
.global .align 1 .b8 _$_str[11] = {95, 95, 67, 85, 68, 65, 95, 70, 84, 90, 0};
.visible .entry mha_forward(
.param .u64 mha_forward_param_0,
@jon-chuang
jon-chuang / ptx
Created September 4, 2023 11:43
Triton PTX
// Generated by LLVM NVPTX Back-End
//
.version 8.0
.target sm_89
.address_size 64
// .globl _fwd_kernel_0d1d2d34d5d6d7d8d9c10d11d12d13c14d15d16d17c18d19d20d21c2223d24d
.extern .shared .align 1 .b8 global_smem[];
.global .align 1 .b8 _$_str[11] = {95, 95, 67, 85, 68, 65, 95, 70, 84, 90, 0};