Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ports of C++/Python kernels to cuda-oxide

The purpose of this repository is to organize and facilitate the porting of various existing C++/Python CUDA kernels to Rust using cuda-oxide.

The ports are organized as reasonably contained Rust crates that can be used individually.

In addition, this repository contains Docker files, scripts, and GitHub CI workflows to coherently organize the disparate components and provide consistency across dev, test, build, and deploy functions.

Code Organization

The following is the toplevel organization of this repository:

.
├── .github     # GitHub workflows
├── crates      # Rust crates for cuda-oxide kernels
├── docker      # Dockerfiles for various dev, test, build, deploy containers
├── docs        # Documentation related to porting
├── Makefile    # Convenience tasks and documentation
├── README.md   # This file
├── scripts     # Various development functions as repeatable scripts
└── upstream    # Git submodules for code being ported and related components

Kernels

These are the Rust CUDA kernels included in this repository:

License

This project is licensed under the MIT License.

About

Ports of C++ / Python CUDA kernels to Rust using cuda-oxide

Resources

Code of conduct

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages