vyre 0.4.0

GPU compute intermediate representation with a standard operation library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[[case]]
name = "zero"
input_hex = "00000000"
expected_hex = "00000000"

[[case]]
name = "ascending"
input_hex = "01020304"
expected_hex = "04030201"

[[case]]
name = "alternating"
input_hex = "aabbccdd"
expected_hex = "ddccbbaa"