-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade to async-capable (for kernel launches and memory transfers) r…
…ust-cuda (#276) * Initial progress towards using rust-cuda with async Some progress Further async integration progress, rustcoalescence fails to compile Some progress with dispatch coersion Small cleanup Cleanup cuda algorithm coersion Some more cleanup Add back missing Backup for SeaHash and WyHash rngs Fix CUDA kernel extraneous pub exports Minor improvement of the event buffer hack Remove unused control_flow_enum feature Revert Copy for [Indexed]Location Revert new clone Update to rust-cuda with async kernel launch async return Update to latest rust-cuda Fix rustfmt Temporary fix to allow CUDA algorithm linking Small cleanup, mostly of unused clippy allows Small improvement to CUDA EventBuffer Try trait-based kernel signature check Update rust-toolchain Fix clippy lints Try with const match instead Try with memcmp intrinsic Try out experimental const-type-layout with compression Try interning all const layout strings Try check Try check again * Small fixes after rebase * Use cuda with (hopefully) much faster type checks * Try with llvm-bitcode-linker * Upgrade to latest ptx-builder * Fix codecov action * Fix RUSTFLAGS merging for ptx kernels in codecov CI https://blog.rust-lang.org/inside-rust/2023/08/24/cargo-config-merging.html https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides * Update const-type-layout
- Loading branch information
Showing
106 changed files
with
1,380 additions
and
1,438 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.