-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathhie.yaml
58 lines (40 loc) · 1.8 KB
/
hie.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
cradle:
cabal:
- path: "./src"
component: "lib:halide-haskell"
- path: "./example/Example01.hs"
component: "halide-haskell:exe:halide-haskell"
- path: "./example/GettingStarted.hs"
component: "halide-haskell:exe:getting-started"
- path: "./example/MinimalGPU.hs"
component: "halide-haskell:exe:halide-minimal-gpu"
- path: "./test"
component: "halide-haskell:test:halide-haskell-test"
- path: "halide-JuicyPixels/src"
component: "lib:halide-JuicyPixels"
- path: "halide-JuicyPixels/test"
component: "halide-JuicyPixels:test:halide-JuicyPixels-test"
- path: "halide-arrayfire/src"
component: "lib:halide-arrayfire"
- path: "halide-arrayfire/test"
component: "halide-arrayfire:test:halide-arrayfire-test"
- path: "test-readme/./README.lhs"
component: "halide-readme:exe:halide-readme"
- path: "test-readme/./"
component: "halide-readme:test:halide-readme-test"
- path: "tutorials/01-Basics/./README.lhs"
component: "halide-tutorial01:exe:halide-tutorial01"
- path: "tutorials/01-Basics/./"
component: "halide-tutorial01:test:halide-tutorial01-test"
- path: "tutorials/03-Inspecting/./README.lhs"
component: "halide-tutorial03:exe:halide-tutorial03"
- path: "tutorials/03-Inspecting/./"
component: "halide-tutorial03:test:halide-tutorial03-test"
- path: "tutorials/04-Debugging/./README.lhs"
component: "halide-tutorial04:exe:halide-tutorial04"
- path: "tutorials/04-Debugging/./"
component: "halide-tutorial04:test:halide-tutorial04-test"
- path: "tutorials/05-Scheduling/./README.lhs"
component: "halide-tutorial05:exe:halide-tutorial05"
- path: "tutorials/05-Scheduling/./"
component: "halide-tutorial05:test:halide-tutorial05-test"