-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathtechio.yml
48 lines (48 loc) · 1.64 KB
/
techio.yml
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
title: Introduction to SYCL
plan:
- title: Introduction
description: This section introduces heterogeneous computing.
plan:
- title: Introduction to SYCL
statement: markdowns/intro.md
- title: Getting Started
statement: markdowns/configuration.md
- title: Hello World
statement: markdowns/hello_world.md
- title: Host Setup and SYCL Queue
statement: markdowns/vector_ops_1.md
- title: Device Memory using Buffers and Accessors
statement: markdowns/vector_ops_2.md
- title: SYCL Kernel Programming - The single_task API
statement: markdowns/vector_ops_3.md
- title: Quiz
statement: markdowns/summary.md
- title: Error Handling
statement: markdowns/error_handling.md
- title: SYCL Memory and Synchronization
description: This section introduces memory and synchronization in SYCL
plan:
- title: Memory And Synchronization
statement: markdowns/sycl_memory_1.md
- title: Reading Hardware Information
statement: markdowns/sycl_memory_2.md
- title: The Reduction Loop
statement: markdowns/sycl_memory_3.md
- title: Using Local Memory, Barriers And Writing The Result
statement: markdowns/sycl_memory_4.md
- title: Debugging SYCL Applications
description: This section introduces debugging SYCL applications
plan:
- title: Debugging SYCL Applications
statement: markdowns/sycl_debugging.md
- title: Learn More About SYCL
description: Learn more about developing with SYCL
plan:
- title: More Ways to Learn About SYCL
statement: markdowns/sycl_learn_more.md
projects:
cpp:
root: /cpp-project
runner:
name: rodburns/computecpp-16.04-ubuntu
version: computecpp_v113