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 }}
Project-HAMi
/
HAMi-core
Public
Notifications
You must be signed in to change notification settings
Fork
213
Star
334
Code
Issues
4
Pull requests
11
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
fix: implement short-term fixes for lock contention and add tests
- #285
#285
Closed
raym293
wants to merge 10 commits into
Project-HAMi:main
Project-HAMi/HAMi-core:main
from
raym293:fixes/lock_contention
raym293/HAMi-core:fixes/lock_contention
Copy head branch name to clipboard
Conversation
Commits
10
(10)
Checks
Files changed
Closed
fix: implement short-term fixes for lock contention and add tests
#285
raym293
wants to merge 10 commits into
Project-HAMi:main
Project-HAMi/HAMi-core:main
from
raym293:fixes/lock_contention
raym293/HAMi-core:fixes/lock_contention
Copy head branch name to clipboard
Commits
Commits on Aug 18, 2026
Refactor unified lock handling in utils.c
Show description for 60792aa
raym293
committed
60792aa
View commit details
Copy full SHA for 60792aa
Browse repository at this point
added tests modified make
Show description for f58fac0
raym293
committed
f58fac0
View commit details
Copy full SHA for f58fac0
Browse repository at this point
replaced with blocking lock as suggested and added tests
Show description for f0a6515
raym293
committed
f0a6515
View commit details
Copy full SHA for f0a6515
Browse repository at this point
old test suites were causing an issue with CMakeLists.txt makefile fix
Show description for 8803f60
raym293
committed
8803f60
View commit details
Copy full SHA for 8803f60
Browse repository at this point
trying tests with 5 workers 2 iters
Show description for f49ad8e
raym293
committed
f49ad8e
View commit details
Copy full SHA for f49ad8e
Browse repository at this point
tried test with 20 workers over 2 iters, suspected reason for failure of original test with 50 workers is VRAM exhaustion under device limits
Show description for ad9f4cb
raym293
committed
ad9f4cb
View commit details
Copy full SHA for ad9f4cb
Browse repository at this point
changed payload size so as to conserve memory 2 gb was wway too much
Show description for 6e3ae85
raym293
committed
6e3ae85
View commit details
Copy full SHA for 6e3ae85
Browse repository at this point
switched to a posix locks, attempt to fix deadlock situation, more explicitly the daemonfork() deadlock
Show description for 1947b3a
raym293
committed
1947b3a
View commit details
Copy full SHA for 1947b3a
Browse repository at this point
Commits on Aug 19, 2026
reverted changes in src/utils.c(was modifying dead code, removed emojies from make, deleted main.cu
raym293
committed
31f3c11
View commit details
Copy full SHA for 31f3c11
Browse repository at this point
createst test fixed make
raym293
committed
7fe0387
View commit details
Copy full SHA for 7fe0387
Browse repository at this point
You can’t perform that action at this time.