aboutsummaryrefslogtreecommitdiff
path: root/TODO
blob: c5fd17c252e94f1f4b599bbd49e0f0c1c921b38b (plain)
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
Things To Do:
=============

1. Resync with git.ti.com/opencl.

   Update to latest common code from the TI repo.

2. Add ICD support

   Adding ICD support requires embedding an ICD Dispatch structure
   into each public OpenCL object, and registering the vendor's
   implementation with the system so an ICD loader can find and invoke it.

   Though the effort does not appear too difficult, the payoff is really
   when there are other ICD-compatible OpenCL drivers for other
   devices (GPUs, DSPs) available with which to run concurrently.

3. Merge TI OpenCL DSP Device support from git.ti.com/opencl.

   Get the CPU and DSP device support to act as plugins to a common
   framework, so that they may coexist.

4. Builtins:

   The current clc.h has its roots in LLVM libclc, but has diverged.  It
   may be interesting to resync with that project, if those builtins
   actually pass the Khronos tests.

5. Update to OpenCL v 2.0

   An HSA compliant platform would benefit this effort.

6. Move to SPIR, or SPIR-V.

   Once a SPIR to ARM backend becomes available, could move to SPIR as a more
   standard IR.