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 }}
RIKEN-RCCS
/
RAPTOR
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
19
Code
Issues
0
Pull requests
7
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Add support for 32/16-bit mem-mode truncation through assigning 32/16-bit ID
- #13
#13
Draft
MinliLiao
wants to merge 14 commits into
RIKEN-RCCS:develop
RIKEN-RCCS/RAPTOR:develop
from
MinliLiao:mem-mode-id
MinliLiao/RAPTOR:mem-mode-id
Copy head branch name to clipboard
Conversation
Commits
14
(14)
Checks
Files changed
Draft
Add support for 32/16-bit mem-mode truncation through assigning 32/16-bit ID
#13
MinliLiao
wants to merge 14 commits into
RIKEN-RCCS:develop
RIKEN-RCCS/RAPTOR:develop
from
MinliLiao:mem-mode-id
MinliLiao/RAPTOR:mem-mode-id
Copy head branch name to clipboard
Commits
Commits on Jun 23, 2026
Add id to __raptor_fp and vector for id to __raptor_fp mapping for float
MinliLiao
committed
cf91e8d
View commit details
Copy full SHA for cf91e8d
Browse repository at this point
debug fix __raptor_fprt_ieee_32_to_ptr_checked for mem-mode, 0 refers to id not value
MinliLiao
committed
d072347
View commit details
Copy full SHA for d072347
Browse repository at this point
Amend fix for __raptor_fprt_##FROM_TY##_to_ptr_checked, extend original behavior to 32-bit float instead of bypassing
MinliLiao
committed
7159cf0
View commit details
Copy full SHA for 7159cf0
Browse repository at this point
Clean up Common.h, move functions that do not need to be exposed to GarbageCollection.cpp
MinliLiao
committed
dd44745
View commit details
Copy full SHA for dd44745
Browse repository at this point
Move id map code to namespace and add automatic mapping removal upon GCFloatTy destruction
MinliLiao
committed
fe9162b
View commit details
Copy full SHA for fe9162b
Browse repository at this point
Add runtime check and error message for exceeding maximum number of truncated floats.
MinliLiao
committed
483f771
View commit details
Copy full SHA for 483f771
Browse repository at this point
Add function to get size_t id (not used since size_t is usually pointer sized)
MinliLiao
committed
97deb44
View commit details
Copy full SHA for 97deb44
Browse repository at this point
Update error message of runtime check
MinliLiao
committed
e8f76ab
View commit details
Copy full SHA for e8f76ab
Browse repository at this point
Clean up include
MinliLiao
committed
8443be5
View commit details
Copy full SHA for 8443be5
Browse repository at this point
Hide global index to __raptor_fp mapping structure in __raptor_mpfr_fps
MinliLiao
committed
51246ae
View commit details
Copy full SHA for 51246ae
Browse repository at this point
Remove the need to allocate index mapping structures for types that do not use id
MinliLiao
committed
c175636
View commit details
Copy full SHA for c175636
Browse repository at this point
Fix error where GCFloatTy removal happens after index mapping structures destruct.
MinliLiao
committed
c8e4e47
View commit details
Copy full SHA for c8e4e47
Browse repository at this point
Add compile time constraint
MinliLiao
committed
a21ff4b
View commit details
Copy full SHA for a21ff4b
Browse repository at this point
Added float version of constt and const_store in test/Integration/Truncate/Cpp/simple.cpp
MinliLiao
committed
2a6490a
View commit details
Copy full SHA for 2a6490a
Browse repository at this point
You can’t perform that action at this time.