forked from intel/cmrt
-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
37 lines (30 loc) · 829 Bytes
/
README
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
# cmrt
C for Media Runtime
Media GPU kernel manager for Intel G45 & HD Graphics family
Copyright (C) 2014-2015 Intel Corporation
License
-------
Please read the COPYING file available in this package.
Overview
--------
Target:
One solution to expose Intel’s Gen GPU’s high performance through high
level language.
Features:
Interface between host program and driver
Manage Gen device
Manage surfaces
Manage media GPU kernels
Manage events
Manage threads
Manage execution
Prepare media GPU kernel arguments
Transfer data between system and GPU memory
Report errors
User:
Media and Graphics kernel developers.
General purpose GPU computing developers.
Components: CM runtime engine.
Tool Dependencies: CM language/compiler, and debugger/profiler.
(See https://software.intel.com/en-us/c-compilers)
Supported OS: Linux.