Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
johnnynunez
/
fkl_python
Public
forked from
Libraries-Openly-Fused/fkl_python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Actions: johnnynunez/fkl_python
Actions
All workflows
Workflows
wheels
wheels
Show more workflows...
Management
Caches
All workflows
All workflows
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Showing runs from all workflows
will be ignored since log searching is not yet available
23 workflow runs
23 workflow runs
Workflow
Filter by Workflow
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching workflows.
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
Merge pull request #7 from johnnynunez/main
wheels
#23:
Commit
2ad8c57
pushed by
johnnynunez
1m 29s
main
main
1m 29s
View workflow file
Merge pull request #2 from johnnynunez/fix/divergent-hf-selector-offb…
wheels
#22:
Commit
3e58de4
pushed by
johnnynunez
1m 30s
main
main
1m 30s
View workflow file
DivergentHF: fix off-by-one in sequence selector (0-based kernel)
wheels
#21:
Pull request
#2
opened by
johnnynunez
1m 26s
fix/divergent-hf-selector-offbyone
fix/divergent-hf-selector-offbyone
1m 26s
View #2
View workflow file
Merge pull request #1 from johnnynunez/refactor/generic-io-ops-and-cp…
wheels
#20:
Commit
9cbbccb
pushed by
johnnynunez
1m 19s
main
main
1m 19s
View workflow file
Simplify fkl-python: generic IO IOps + let C++ fuse_back fuse (Oscar review)
wheels
#19:
Pull request
#1
opened by
johnnynunez
1m 23s
refactor/generic-io-ops-and-cpp-fusion
refactor/generic-io-ops-and-cpp-fusion
1m 23s
View #1
View workflow file
flex: import numpy lazily — keep 'import fkl' zero-dep (fixes CI)
wheels
#18:
Commit
0ac1c45
pushed by
johnnynunez
1m 14s
main
main
1m 14s
View workflow file
flex attention + block-sparse attention in fkl-python
wheels
#17:
Commit
4d4717c
pushed by
johnnynunez
37s
main
main
37s
View workflow file
flex attention + block-sparse attention in fkl-python
wheels
#16:
Commit
e8d2bf9
pushed by
johnnynunez
38s
main
main
38s
View workflow file
fp8 e4m3 KV cache: compress_kv(fmt='fp8') + kv_layout='fp8'
wheels
#15:
Commit
43721af
pushed by
johnnynunez
1m 24s
main
main
1m 24s
View workflow file
as_device_view: torch fast path — call overhead 28us -> hidden under …
wheels
#14:
Commit
e092bf7
pushed by
johnnynunez
1m 36s
main
main
1m 36s
View workflow file
flash_attention: prologue fusion (Q/K/V as Read IOps) + mma tensor-co…
wheels
#13:
Commit
ebb84bd
pushed by
johnnynunez
1m 22s
main
main
1m 22s
View workflow file
fkl.flash_attention: FA-2 forward with fused epilogue + compressed in…
wheels
#12:
Commit
c50e9d3
pushed by
johnnynunez
1m 32s
main
main
1m 32s
View workflow file
Plug-and-play wheels: vendored FKL headers + GPU arch/CUDA auto-detec…
wheels
#11:
Commit
3ace70c
pushed by
johnnynunez
1m 33s
main
main
1m 33s
View workflow file
ci: publish wheels to PyPI on version tags via Trusted Publishing
wheels
#10:
Commit
784163c
pushed by
johnnynunez
1m 19s
main
main
1m 19s
View workflow file
spikes: add CircularTensor direct-use OOB probe (issue #250 evidence)
wheels
#9:
Commit
6ec6ef7
pushed by
johnnynunez
4m 17s
main
main
4m 17s
View workflow file
ThreadFusion docs: make the opt-in semantics explicit (Oscar's guidance)
wheels
#8:
Commit
9d62a35
pushed by
johnnynunez
1m 36s
main
main
1m 36s
View workflow file
CPU backend, ThreadFusion, multi-GPU device routing, torch integratio…
wheels
#7:
Commit
2e67780
pushed by
johnnynunez
1m 32s
main
main
1m 32s
View workflow file
CircularTensor: fix size-baked-in-cache bug; add race audit + coheren…
wheels
#6:
Commit
6ea3155
pushed by
johnnynunez
1m 23s
main
main
1m 23s
View workflow file
Add real end-to-end example: YOLOv8 detection with fused GPU preproce…
wheels
#5:
Commit
955e4d8
pushed by
johnnynunez
1m 6s
main
main
1m 6s
View workflow file
Target LTS-C++17: drop the BGR2GRAY decomposition workaround
wheels
#4:
Commit
a08aa18
pushed by
johnnynunez
1m 10s
main
main
1m 10s
View workflow file
ci: pin cuda-toolkit action to v0.2.35 and use CUDA 13.1.1 (13.0.2 un…
wheels
#3:
Commit
779880e
pushed by
johnnynunez
1m 21s
v0.6.0
v0.6.0
1m 21s
View workflow file
ci: pin cuda-toolkit action to v0.2.35 and use CUDA 13.1.1 (13.0.2 un…
wheels
#2:
Commit
779880e
pushed by
johnnynunez
1m 9s
main
main
1m 9s
View workflow file
fkl-python 0.6.0: zero-overhead Python front-end for the Fused Kernel…
wheels
#1:
Commit
e994c24
pushed by
johnnynunez
1m 23s
main
main
1m 23s
View workflow file
You can’t perform that action at this time.