{"id":42260075,"url":"https://github.com/statusfailed/vibekernels","last_synced_at":"2026-01-27T06:03:33.261Z","repository":{"id":328175505,"uuid":"1113904445","full_name":"statusfailed/vibekernels","owner":"statusfailed","description":"LLM-written matmul kernels","archived":false,"fork":false,"pushed_at":"2025-12-11T13:42:43.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-12T16:40:18.872Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/statusfailed.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-10T16:16:25.000Z","updated_at":"2025-12-11T13:42:46.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/statusfailed/vibekernels","commit_stats":null,"previous_names":["statusfailed/vibekernels"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/statusfailed/vibekernels","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statusfailed%2Fvibekernels","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statusfailed%2Fvibekernels/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statusfailed%2Fvibekernels/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statusfailed%2Fvibekernels/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/statusfailed","download_url":"https://codeload.github.com/statusfailed/vibekernels/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statusfailed%2Fvibekernels/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28805354,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T05:43:52.625Z","status":"ssl_error","status_checked_at":"2026-01-27T05:43:48.957Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-27T06:03:19.379Z","updated_at":"2026-01-27T06:03:33.253Z","avatar_url":"https://github.com/statusfailed.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vibe Kernels\n\nFast CPU matrix multiplication kernels built by LLMs.\nSee PROMPT.md for LLM instructions.\n\n## Kernels\n\n**Reference**: OpenBLAS single-threaded SGEMM ~147.07 GFLOPS\n\n| Kernel | Technique | GFLOPS | vs Reference |\n|--------|-----------|--------|--------------|\n| blocked                        | Cache blocking            | ~4.96   | 3.4%     |\n| blocked_avx2                   | AVX2 SIMD                 | ~25.66  | 17.4%    |\n| blocked_avx2_microkernel4x4    | 4×8 microkernel + packing | ~83.40  | 56.7%    |\n| blocked_avx512_microkernel4x16 | AVX512 16-wide            | ~162.31 | 110.4%   |\n| blocked_avx512_microkernel4x16_prefetch | Memory prefetching        | ~154.52 | 105.1%   |\n\n## Usage\n\n```bash\nnix develop\nmake clean \u0026\u0026 make\n\n./run list                   # List kernels\n./run test \u003ckernel\u003e          # Test correctness  \n./run bench \u003ckernel\u003e         # Benchmark performance\n./run compare \u003ck1\u003e \u003ck2\u003e      # Compare kernels\n```\n\n## Architecture\n\n- `kernels/` - Kernel implementations  \n- `*_harness.hpp` - Test/benchmark/tuning frameworks\n- `main.cpp` - CLI interface\n\nEach kernel adds one optimization technique for systematic performance analysis.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatusfailed%2Fvibekernels","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstatusfailed%2Fvibekernels","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatusfailed%2Fvibekernels/lists"}