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
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 }}
Quafadas
/
vecxt
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1
Star
15
Code
Issues
7
Pull requests
6
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Phases 2–8: GraphBuilder + typed Expr[A] façade + Shape/dtype inference + MathExpr lowering + Normalisation + Fusion Planner + interpreter + KernelIR (continues #93)
- #94
#94
Draft
Quafadas
with
Copilot
wants to merge 16 commits into
main
Quafadas/vecxt:main
from
copilot/implement-phase-2
Quafadas/vecxt:copilot/implement-phase-2
Copy head branch name to clipboard
Conversation
Commits
16
(16)
Checks
Files changed
Draft
Phases 2–8: GraphBuilder + typed Expr[A] façade + Shape/dtype inference + MathExpr lowering + Normalisation + Fusion Planner + interpreter + KernelIR (continues #93)
#94
Quafadas
with
Copilot
wants to merge 16 commits into
main
Quafadas/vecxt:main
from
copilot/implement-phase-2
Quafadas/vecxt:copilot/implement-phase-2
Copy head branch name to clipboard
Commits
Commits on May 13, 2026
plan plan
Quafadas
committed
39d298c
View commit details
Copy full SHA for 39d298c
Browse repository at this point
[autofix.ci] apply automated fixes
autofix-ci[bot]
authored
72fe586
View commit details
Copy full SHA for 72fe586
Browse repository at this point
.
Quafadas
committed
f619abd
View commit details
Copy full SHA for f619abd
Browse repository at this point
.
Quafadas
committed
a70c66e
View commit details
Copy full SHA for a70c66e
Browse repository at this point
Phase 1: Core IR data types (DType, Dim, Shape, TType, ops, TensorExpr DAG, TensorGraph)
Show description for bb3c017
Copilot
and
Quafadas
authored
bb3c017
View commit details
Copy full SHA for bb3c017
Browse repository at this point
Phase 2: GraphBuilder with Expr[A] opaque type, hash-consing, and all operator extensions
Show description for d0d73fd
Copilot
and
Quafadas
authored
d0d73fd
View commit details
Copy full SHA for d0d73fd
Browse repository at this point
Improve lift method documentation to clarify hash-consing bypass
Show description for bd3fd12
Copilot
and
Quafadas
authored
bd3fd12
View commit details
Copy full SHA for bd3fd12
Browse repository at this point
Commits on May 14, 2026
Phase 3: Shape.broadcast, TypeCheck.infer, builder BCast auto-insertion + reduce/cast/where
Show description for a1cc572
Copilot
and
Quafadas
authored
a1cc572
View commit details
Copy full SHA for a1cc572
Browse repository at this point
Make broadcasting explicit: remove implicit BCast insertion, add .broadcastTo(shape)
Show description for 96e779e
Copilot
and
Quafadas
authored
96e779e
View commit details
Copy full SHA for 96e779e
Browse repository at this point
Phase 4: MathExpr → TensorExpr lowering (Lower + LowerError + TypeEnv)
Show description for 3bc5b43
Copilot
and
Quafadas
authored
3bc5b43
View commit details
Copy full SHA for 3bc5b43
Browse repository at this point
Phase 5: Normalisation passes (constant folding, identities, annihilators, dead-node pruning)
Show description for 554b8fd
Copilot
and
Quafadas
authored
554b8fd
View commit details
Copy full SHA for 554b8fd
Browse repository at this point
fix: improve test names and comments per code review
Show description for 337fdac
Copilot
and
Quafadas
authored
337fdac
View commit details
Copy full SHA for 337fdac
Browse repository at this point
Phase 6: FusionPlanner + CostModel + 35 tests (JVM/JS/Native green)
Show description for d314da5
Copilot
and
Quafadas
authored
d314da5
View commit details
Copy full SHA for d314da5
Browse repository at this point
Phase 6: address code review — fix byte estimation per input, guard empty groups, add test size check
Show description for 62e6f1c
Copilot
and
Quafadas
authored
62e6f1c
View commit details
Copy full SHA for 62e6f1c
Browse repository at this point
Commits on May 19, 2026
Some fusion
Quafadas
committed
8e2f9f5
View commit details
Copy full SHA for 8e2f9f5
Browse repository at this point
Commits on Jun 13, 2026
[autofix.ci] apply automated fixes
autofix-ci[bot]
authored
92b9b66
View commit details
Copy full SHA for 92b9b66
Browse repository at this point
You can’t perform that action at this time.