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 }}
therault
/
ttg
Public
forked from
TESSEorg/ttg
Notifications
You must be signed in to change notification settings
Fork
2
Star
0
Code
Pull requests
5
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Spmm ctlflow nomem
- #8
#8
Open
therault
wants to merge 11 commits into
spmm-with-ctlflow
therault/ttg:spmm-with-ctlflow
from
spmm-ctlflow-nomem
therault/ttg:spmm-ctlflow-nomem
Copy head branch name to clipboard
Conversation
Commits
11
(11)
Checks
Files changed
Open
Spmm ctlflow nomem
#8
therault
wants to merge 11 commits into
spmm-with-ctlflow
therault/ttg:spmm-with-ctlflow
from
spmm-ctlflow-nomem
therault/ttg:spmm-ctlflow-nomem
Copy head branch name to clipboard
Commits
Commits on Oct 13, 2021
WIP to merge -- replace memoization with online computation
therault
committed
03684c4
View commit details
Copy full SHA for 03684c4
Browse repository at this point
Merge conflict
therault
committed
ad82012
View commit details
Copy full SHA for ad82012
Browse repository at this point
Get rid of the pre-computation of the computational steps... We still have the communication steps pre-computed
therault
committed
6546bcb
View commit details
Copy full SHA for 6546bcb
Browse repository at this point
Commits on Oct 14, 2021
Dependencies between A or B and the steps in which the corresponding GEMMs run are computed from the matrix metadata and the dimension of the strategy, no need for memorizing those at construction …
Show description for 13c502c
therault
committed
13c502c
View commit details
Copy full SHA for 13c502c
Browse repository at this point
A faster way to iterate over the local gemms
therault
committed
5ad7c7e
View commit details
Copy full SHA for 5ad7c7e
Browse repository at this point
Remove need for any gemmset_t; remove many memory allocations.
therault
committed
0e07eb2
View commit details
Copy full SHA for 0e07eb2
Browse repository at this point
SPMM: inline local_gemm callback
Show description for 79a3b3d
devreal
committed
79a3b3d
View commit details
Copy full SHA for 79a3b3d
Browse repository at this point
SPMM: fix compiler issues with duration_cast and ttg_sum
Show description for 47931d2
devreal
committed
47931d2
View commit details
Copy full SHA for 47931d2
Browse repository at this point
Merge pull request #9 from devreal/spmm-ctlflow-nomem-inline
Show description for b1690cf
therault
authored
b1690cf
View commit details
Copy full SHA for b1690cf
Browse repository at this point
Cleanup: remove all pre-computation of the computational phases; use the more efficient algorithm to build the communication plan; display the time spent in the constructor, and compute the flops w…
Show description for e56b545
therault
committed
e56b545
View commit details
Copy full SHA for e56b545
Browse repository at this point
Stop iterating as soon as we have seen all tiles from A and B
therault
committed
5028fb0
View commit details
Copy full SHA for 5028fb0
Browse repository at this point
You can’t perform that action at this time.