Skip to content
View Tugbars's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Tugbars

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. VectorFFTVectorFFTPublic

    Split-layout mixed-radix FFT library in C, emitted by a Ocaml DAG FFT compiler. In-place & out-of-place C2C/R2C/C2R, 2D, and DCT/DST/DHT, with a calibrated wisdom planner. Beats Intel MKL on C2C an…

    C 5 1

  2. Savitzky-Golay-FilterSavitzky-Golay-FilterPublic

    High-performance Savitzky-Golay filter in C: batch, streaming, and 2D image processing. Embedded-friendly with coefficient export for MCUs. MATLAB-validated.

    C 27 3

  3. Flash-Attention-PTX-CUDAFlash-Attention-PTX-CUDAPublic

    Hand-written PTX flash attention kernel hitting 202 TFLOPS FP16 (86% of theoretical peak) on RTX 5080: beats or matches vLLM's FlashAttention-2 on most shapes without WGMMA, TMA, or datacenter hard…

    Cuda 9 2

  4. Adaptive-Savitzky-Golay-FilterAdaptive-Savitzky-Golay-FilterPublic

    A Savitzky-Golay implementation that dynamically applies the most optimal window size and polynomial order based on the shape and noise level of the dataset.

    C 9 1

  5. Bootstrap-Particle-Filter-in-PTXBootstrap-Particle-Filter-in-PTXPublic

    BPF Bootstrap Particle Filter — Hand-Written PTX: For educational purposes.

    Cuda 1

  6. ICEEMDAN-MKLICEEMDAN-MKLPublic

    High-performance ICEEMDAN implementation using Intel MKL. Header-only C++17, OpenMP parallelized, ~11ms @ 2048 samples. Cubic/Akima splines, multiple processing modes (Standard/Finance/Scientific).

    C++ 2