Commit Graph

7 Commits

Author SHA1 Message Date
project6-dev
79562c342d Revert "feat: build_all.sh — compile 3 .so from 10 algorithm factor files"
This reverts commit 401d33ca6b.
2026-08-17 05:31:17 +00:00
project6-dev
401d33ca6b feat: build_all.sh — compile 3 .so from 10 algorithm factor files
AST chain (aligned to xllm ILU layer):
  _ixformer_torch.so (base) → ix_full_bridge.so (7 ops) → Python
  moe_ops_impl.cu (5 CUDA kernels) → ix_moe_bridge.so (7-step MoE) → Python
  gemm_grouped.cu (CUTLASS Cu10) → gemm_grouped.so (verified 1.97x) → Python
  cuinfer_gemm_wrapper.cu → cuinferCustomGemm C API → Python

Symbol sources verified from cat_files/symbol_dumps
2026-08-17 05:30:21 +00:00
root
dec268d252 data: full symbol dumps 2026-08-16 17:15:11 +00:00
dylan
a875fa5d4c Revert "data: cat SGEMM files from 3 repos into cat_files/"
This reverts commit 7cfa87b5ac.
2026-08-15 11:48:21 +00:00
dylan
7cfa87b5ac data: cat SGEMM files from 3 repos into cat_files/
siboehm/SGEMM_CUDA (19 files):
  siboehm_sgemm.cu, siboehm_runner.cu, siboehm_runner.cuh, siboehm_kernels.cuh
  siboehm_cuBLAS_sgemm.cu, siboehm_simplest_kernel.cu, siboehm_CMakeLists.txt
  siboehm_{1_naive..12_kernel_double_buffering}.cuh

wangzyon/NVIDIA_SGEMM_PRACTICE (12 files):
  wangzyon_sgemm.cu, wangzyon_utils.cu, wangzyon_utils.cuh, wangzyon_kernel.cuh
  wangzyon_CMakeLists.txt, wangzyon_kernel_{1..7}.cuh

edtallison/sgemm-cuda (19 files):
  edtallison_sgemm.cu, edtallison_runner.cu, edtallison_runner.cuh
  edtallison_kernels.cuh, edtallison_cuBLAS_sgemm.cu, edtallison_simplest_kernel.cu
  edtallison_CMakeLists.txt, edtallison_{01_naive..12_kernel_double_buffering}.cuh

cat_files/ total: 25 → 75 files
2026-08-15 06:59:18 +00:00
root
30f98c0674 data: Cu10 CUTLASS part 2 — tensorop example, arch.h, cutlass.h 2026-08-15 05:41:30 +00:00
root
b922d694dc data: Cu10 CUTLASS headers from corex-samples 2026-08-15 05:32:10 +00:00