#gpu #kernel #rust
- GPU kernels in Rust
- Comptime
- Automatic vectorization
- Instruction and shape specialization
- Loop unrolling
# NOTE: I manually package the Zen browser for myself. | |
# | |
# HACK: This does, however, mean that I will need to manually | |
# tweak the `version` and `hash` here if I wish to update it. | |
# This produces the package (derivation): | |
(let version = "1.0.0-a.37"; in pkgs.appimageTools.wrapType2 { | |
inherit version; | |
name = "zen"; # NOTE: This will be the name of the executable in $PATH. | |
src = pkgs.fetchurl { |