Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
Rust-GPU
/
rust-cuda
Public
Notifications
You must be signed in to change notification settings
Fork
212
Star
4.8k
Code
Issues
54
Pull requests
15
Discussions
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security
Insights
Commits
Branch selector
main
User selector
All users
Datepicker
All time
Commit History
Commits on Oct 27, 2025
Remove key making CI fail
LegNeato
committed
a51d85f
Copy full SHA for a51d85f
Add CUDA IPC functions
andfoy
authored and
LegNeato
committed
05392f3
Copy full SHA for 05392f3
Commits on Oct 22, 2025
fixed typo in readme
igor-semyonov
authored and
LegNeato
committed
bac72cd
Copy full SHA for bac72cd
Compiletest: pass -Zui-testing to rustc
Show description for b551fed
LegNeato
committed
b551fed
Copy full SHA for b551fed
Commits on Oct 16, 2025
Update to nightly-2025-08-04.
Show description for 296c182
nnethercote
authored and
LegNeato
committed
296c182
Copy full SHA for 296c182
Commits on Oct 14, 2025
change LLVMBuildPointerCast to LLVMBuildAddrSpaceCast
PMQ9
authored and
FractalFir
committed
2e763da
Copy full SHA for 2e763da
Commits on Oct 10, 2025
Update to `nightly-2025-07-28`.
Show description for 8055b0a
nnethercote
authored and
LegNeato
committed
8055b0a
Copy full SHA for 8055b0a
Update to `nightly-2025-07-14`.
Show description for e49a0cc
nnethercote
authored and
LegNeato
committed
e49a0cc
Copy full SHA for e49a0cc
Commits on Oct 6, 2025
Change `--exclude "ex*"` to `--exclude "ex0*"`.
Show description for 1b253fd
nnethercote
authored and
LegNeato
committed
1b253fd
Copy full SHA for 1b253fd
Make Windows CI more similar to Linux CI.
Show description for 5449d2b
nnethercote
authored and
LegNeato
committed
5449d2b
Copy full SHA for 5449d2b
On Linux CI, do `cargo clippy` after `cargo build`.
Show description for 32d1a85
nnethercote
authored and
LegNeato
committed
32d1a85
Copy full SHA for 32d1a85
Update to `nightly-2025-07-07`.
Show description for dde201a
nnethercote
authored and
LegNeato
committed
dde201a
Copy full SHA for dde201a
Commits on Oct 5, 2025
Replace incorrect, UB-prone fptoui_sat with a corret implementation.
FractalFir
committed
e6e046d
Copy full SHA for e6e046d
Commits on Oct 1, 2025
Add `Cargo.lock`.
Show description for 7a1cb56
nnethercote
authored and
LegNeato
committed
7a1cb56
Copy full SHA for 7a1cb56
Commits on Sep 30, 2025
rustup: update to `nightly-2025-06-30`.
Show description for c722bda
nnethercote
authored and
LegNeato
committed
c722bda
Copy full SHA for c722bda
Commits on Sep 22, 2025
Improve `math_builder_methods`.
Show description for 51eca39
nnethercote
authored and
LegNeato
committed
51eca39
Copy full SHA for 51eca39
Commits on Sep 21, 2025
Fixes for typed pointers. (#273)
Show description for 1a0874d
FractalFir
authored
1a0874d
Copy full SHA for 1a0874d
Intrinsics will now use fallback bodies if possible.
FractalFir
authored and
LegNeato
committed
9058b06
Copy full SHA for 9058b06
Commits on Sep 20, 2025
Fix CI when codegen .so is clobbered
Show description for 2bf3138
LegNeato
committed
2bf3138
Copy full SHA for 2bf3138
Commits on Sep 19, 2025
Make int_width only operate on ints
LegNeato
committed
1d94a20
Copy full SHA for 1d94a20
Fixed 'is_i128', making it check if the type is an intiger, before casting it to check the intiger bit width
FractalFir
authored and
LegNeato
committed
6df72e4
Copy full SHA for 6df72e4
Commits on Sep 18, 2025
Add a new devcontainer with enabled LLVM assertions
FractalFir
authored and
LegNeato
committed
936a86d
Copy full SHA for 936a86d
Commits on Sep 17, 2025
Avoid `Rust-CUDA` in Dockerfiles.
Show description for 5fb10d3
nnethercote
authored and
LegNeato
committed
5fb10d3
Copy full SHA for 5fb10d3
Avoid `Rust-CUDA` in documentation/comments.
Show description for 0d8b77e
nnethercote
authored and
LegNeato
committed
0d8b77e
Copy full SHA for 0d8b77e
Avoid `Rust-CUDA` in URLs.
Show description for 72c71d4
nnethercote
authored and
LegNeato
committed
72c71d4
Copy full SHA for 72c71d4
Restrict CI on forks, more.
Show description for c073178
nnethercote
authored and
LegNeato
committed
c073178
Copy full SHA for c073178
Incorporated review feedback
Fractal Fir
authored and
LegNeato
committed
8b2ad3f
Copy full SHA for 8b2ad3f
Fix clippy cross-platform
Show description for 6027944
LegNeato
committed
6027944
Copy full SHA for 6027944
Fix more clippy
LegNeato
committed
5c3381b
Copy full SHA for 5c3381b
Fix clippy
LegNeato
committed
6f2435a
Copy full SHA for 6f2435a
rustfmt
LegNeato
committed
abcf9dc
Copy full SHA for abcf9dc
Added support for most atomic operations
FractalFir
authored and
LegNeato
committed
3379211
Copy full SHA for 3379211
Add support for standard Rust atomic compareexchange intrinsic.
FractalFir
authored and
LegNeato
committed
52da716
Copy full SHA for 52da716
Commits on Sep 16, 2025
Restrict CI on forks.
Show description for b6a2baf
nnethercote
authored and
LegNeato
committed
b6a2baf
Copy full SHA for b6a2baf
Add some text to the Introduction.
Show description for 5281459
nnethercote
authored and
LegNeato
committed
5281459
Copy full SHA for 5281459
Pagination
Previous
Next
You can’t perform that action at this time.