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
5
Merged
rarbore2
requested to merge
hercules_box
into
main
3 months ago
Overview
0
Commits
4
Pipelines
1
Changes
5
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
Viewing commit
8fccf07a
Prev
Next
Show latest version
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
8fccf07a
Update matmul test + accompanying fixes
· 8fccf07a
Russel Arbore
authored
3 months ago
Loading