Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

krnl-example

Install the version of rustc nightly and rustc extras that krnlc needs:

rustup toolchain install nightly-2025-06-30
rustup component add --toolchain nightly-2025-06-30 rust-src rustc-dev llvm-tools

Install krnlc from the same git branch as krnl:

cargo +nightly-2025-06-30 install --git git@github.com:jlogan03/krnl.git \
  --branch jlogan/update-deps --locked --force krnlc

Build the kernel cache for this crate:

sh krnlc.sh

Run the example:

cargo run

License

Licensed under either of

at your option.

About

Example use of `krnl` to generate Vulkan GPGPU kernels in Rust.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages