warp-types 0.3.2

Type-safe GPU warp programming via linear typestate: compile-time prevention of shuffle-from-inactive-lane bugs
Documentation
1
2
3
4
5
-- This module serves as the root of the `WarpTypes` library.
-- Import modules here that should be built as part of the library.
import WarpTypes.Basic
import WarpTypes.Metatheory
import WarpTypes.SolExperiment