Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
Hercules
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
llvm
Hercules
Merge requests
!100
Hercules Box
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Hercules Box
hercules_box
into
main
Overview
0
Commits
4
Pipelines
1
Changes
17
Merged
rarbore2
requested to merge
hercules_box
into
main
5 days ago
Overview
0
Commits
4
Pipelines
1
Changes
17
Expand
hercules_rt
crate defining
HerculesBox
type.
"Safe" interface for calling Hercules functions with collection inputs / outputs.
Safe with respect to ownership - can pass in shared / mutable slices into functions of CPU memory and it'll just do the right thing.
TODO: Not actually type safe, since it's non-trivial to encode Hercules types into Rust.
Internal methods for transferring internal state between immutable ref / mutable ref / owned memory.
TODO: Support moving between devices (in principle easy).
0
0
Merge request reports
Activity
All activity
Filter activity
Deselect all
Approvals
Assignees & reviewers
Comments (from bots)
Comments (from users)
Commits & branches
Edits
Labels
Lock status
Mentions
Merge request status
Tracking
Loading
Loading
Loading
Please
register
or
sign in
to reply
Jan 12, 2025
get rest of tests working
· cb3b8f66
Russel Arbore
authored
5 days ago
cb3b8f66
Update matmul test + accompanying fixes
· 8fccf07a
Russel Arbore
authored
5 days ago
8fccf07a
HerculesBox works with dot test
· 67ac9a19
Russel Arbore
authored
6 days ago
67ac9a19
Jan 11, 2025
Box definition
· 07b96113
Russel Arbore
authored
6 days ago
07b96113
Loading