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
16
# gzip reference vectors.

[[vectors]]
name = "rfc1952_style_hello"
input_hex = "1f8b0800000000000003cb48cdc9c9070086a6103605000000"
expected_hex = "68656c6c6f"

[[vectors]]
name = "empty"
input_hex = "1f8b0800000000000003010000ffff0000000000000000"
expected_hex = ""

[[vectors]]
name = "bomb_reject"
input_hex = "1f8b0800000000000003010000ffff0000000000000100"
expect_error_contains = "decompression bomb"