7fc0c1defa096e632d94d09db5f3ac5a6d79cc22
verify_ast_chain.py tests every exported function: xllm_norm.so: rms_norm (vs PyTorch), fused_add_rms_norm (vs PyTorch) xllm_activation.so: silu_and_mul (vs F.silu), gelu_and_mul (vs F.gelu) xllm_rope.so: rotary_embedding (verify rotation applied) xllm_cache.so: reshape_paged_cache (verify slot write) vs_ixformer: compare our .so output vs base image ixformer All 4 .so compiled successfully: xllm_norm.so 1.4MB [rms_norm, fused_add_rms_norm] xllm_activation.so 1.3MB [silu_and_mul, gelu_and_mul, act_and_mul] xllm_rope.so 1.2MB [rotary_embedding] xllm_cache.so 1.3MB [block_copy, reshape_paged_cache]
project_6
Description
Languages
C++
41.8%
Cuda
31.6%
Python
22.2%
C
2.1%
CMake
1.1%
Other
1.1%