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
Type
/
to 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 }}
DanecLacey
/
SmaxKernels
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
3
Code
Issues
16
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Develop
- #53
#53
Merged
DanecLacey
merged 18 commits into
master
DanecLacey/SmaxKernels:master
from
develop
DanecLacey/SmaxKernels:develop
Copy head branch name to clipboard
Aug 14, 2025
Conversation
Commits
18
(18)
Checks
Files changed
Merged
Develop
#53
DanecLacey
merged 18 commits into
master
DanecLacey/SmaxKernels:master
from
develop
DanecLacey/SmaxKernels:develop
Copy head branch name to clipboard
Commits
Commits on Jul 22, 2025
Added bcrs interface and support functions
Show description for 949e7b7
otkmesser
committed
949e7b7
View commit details
Copy full SHA for 949e7b7
Browse repository at this point
Commits on Jul 28, 2025
add n_mults to logging for spgemm performance analysis
DanecLacey
committed
a5f6c16
View commit details
Copy full SHA for a5f6c16
Browse repository at this point
Merge branch 'bcrs_spmv_squash' of github.com:DanecLacey/SmaxKernels into bcsr
DanecLacey
committed
e475bb3
View commit details
Copy full SHA for e475bb3
Browse repository at this point
Commits on Aug 4, 2025
user-side structs for BCRS tests, and change 'nnz' -> 'n_blocks'
DanecLacey
committed
915f0cd
View commit details
Copy full SHA for 915f0cd
Browse repository at this point
further struct-ify unit tests; move 'using' keywords to not polute global namespace
DanecLacey
committed
d1ea436
View commit details
Copy full SHA for d1ea436
Browse repository at this point
Fold BSPMV efforts into existing SPMV kernel to reuse boilerplate; expose this format option through the API with a 'set_mat_bcrs' flag (not the best long-term solution, but fine for now...); move …
Show description for 9d519ad
DanecLacey
committed
9d519ad
View commit details
Copy full SHA for 9d519ad
Browse repository at this point
supress compiler warnings
DanecLacey
committed
8804c90
View commit details
Copy full SHA for 8804c90
Browse repository at this point
Merge pull request #50 from DanecLacey/bcrs_fix
Show description for 158cbcd
DanecLacey
authored
158cbcd
View commit details
Copy full SHA for 158cbcd
Browse repository at this point
Merge pull request #51 from DanecLacey/bcrs_spmv_squash
Show description for a9f9926
DanecLacey
authored
a9f9926
View commit details
Copy full SHA for a9f9926
Browse repository at this point
Commits on Aug 5, 2025
Expand SpMV args parsing in examples/ for BCRS; Separate examples/validation/ into 'mkl' and 'cusparse', and add checks for BCRS for both
DanecLacey
committed
5f25fed
View commit details
Copy full SHA for 5f25fed
Browse repository at this point
revert to old examples/CMakeLists.txt
DanecLacey
committed
dc5dd11
View commit details
Copy full SHA for dc5dd11
Browse repository at this point
add missing compiler definition in CMakeLists
DanecLacey
committed
fdaaeb3
View commit details
Copy full SHA for fdaaeb3
Browse repository at this point
Commits on Aug 6, 2025
add cuSPARSE and SMAX BCRS benchmarks and validation checks; rename everywhere 'csr' -> 'crs'
DanecLacey
committed
7474d9e
View commit details
Copy full SHA for 7474d9e
Browse repository at this point
Fix mask value of shfl down sync
Show description for f92f0c4
otkmesser
committed
f92f0c4
View commit details
Copy full SHA for f92f0c4
Browse repository at this point
Commits on Aug 8, 2025
Merge pull request #52 from DanecLacey/bcrs_fix
Show description for c72aa46
DanecLacey
authored
c72aa46
View commit details
Copy full SHA for c72aa46
Browse repository at this point
Enable library-side likwid markers; Add likwid markers to SpGEMM; Add AVX512 option to IntelLLVM compiler in examples/
DanecLacey
committed
c7725a0
View commit details
Copy full SHA for c7725a0
Browse repository at this point
Add level-aware copy utility, and call it at the end of extract_D_L_U if using a level-scheduled SpTRSV kernel
DanecLacey
committed
c862edc
View commit details
Copy full SHA for c862edc
Browse repository at this point
Commits on Aug 14, 2025
fix race condition in CRSMatrix copy operator
DanecLacey
committed
63f5c0d
View commit details
Copy full SHA for 63f5c0d
Browse repository at this point
You can’t perform that action at this time.