File: deprecated.xml

package info (click to toggle)
khronos-opencl-man 1.0~svn33624-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, sid
  • size: 4,380 kB
  • sloc: xml: 58,847; makefile: 603; ruby: 183; sh: 22
file content (114 lines) | stat: -rw-r--r-- 3,709 bytes parent folder | download | duplicates (3)
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook MathML Module V1.1b1//EN"
              "http://www.oasis-open.org/docbook/xml/mathml/1.1CR1/dbmathml.dtd">

<refentry>
    <refentryinfo>
        <keywordset>
            <keyword>Deprecated OpenCL Functions</keyword>
        </keywordset>
    </refentryinfo>

    <refmeta>
        <refentrytitle>Deprecated OpenCL Functions</refentrytitle>
        <refmiscinfo>
            <copyright>
                <year>2007-2011</year>
                <holder>The Khronos Group Inc.
 Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and/or associated documentation files (the
"Materials"), to deal in the Materials without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Materials, and to
permit persons to whom the Materials are furnished to do so, subject to
the condition that this copyright notice and permission notice shall be included
in all copies or substantial portions of the Materials.</holder>
            </copyright>
        </refmiscinfo>
        <manvolnum>3</manvolnum>
    </refmeta>

    <refnamediv>
        <refname>Deprecated OpenCL Functions</refname>
        <refpurpose></refpurpose>
    </refnamediv>

    <refsect1 id="DepIn12">
        <title>OpenCL 1.1 Features Deprecated in OpenCL 1.2</title>
        <itemizedlist mark="disc">
        <listitem>
       clEnqueueMarker, clEnqueueBarrier, clEnqueueWaitForEvents
        </listitem>

        <listitem>
       clCreateImage2D, clCreateImage3D
        </listitem>

        <listitem>
       clUnloadCompiler, clGetExtensionFunctionAddress
        </listitem>

        <listitem>
       clCreateFromGLTexture2D, clCreateFromGLTexture3D
        </listitem>

        <listitem>
       <constant>CL_DEVICE_MIN_DATA_TYPE_ALIGN_SIZE</constant> value for the <varname>param_name</varname> argument to
             <citerefentry><refentrytitle>clGetDeviceInfo</refentrytitle></citerefentry>
        </listitem>
   </itemizedlist>
</refsect1>

<refsect1 id="DepIn11">
    <title>OpenCL 1.0 Features Deprecated in OpenCL 1.1</title>
    <itemizedlist mark="disc">
        <listitem>
       clSetCommandQueueProperty
        </listitem>

        <listitem>
       <constant>__ROUNDING_MODE__</constant> macro
        </listitem>

        <listitem>
       <constant>-cl-strict-aliasing</constant> option for the <varname>options</varname> argument to
             <citerefentry><refentrytitle>clBuildProgram</refentrytitle></citerefentry>
        </listitem>
   </itemizedlist>
</refsect1>

<!--
    <refsect1 id="description">
      <title>Description</title>
    </refsect1>
-->

    <refsect1 id="specification"><title>Specification</title>
        <para>
            <imageobject>
                <imagedata fileref="pdficon_small1.gif" format="gif" />
            </imageobject> <olink uri="deprecated">OpenCL Specification</olink>
        </para>
    </refsect1>

<!-- ================================ ALSO SEE
    <refsect1 id="seealso"><title>Also see</title>
        <para>
            <citerefentry><refentrytitle>clEnqueueNDRangeKernel</refentrytitle></citerefentry>,
            <citerefentry><refentrytitle>clEnqueueTask</refentrytitle></citerefentry>
        </para>
    </refsect1>-->

<!-- ============================== COPYRIGHT -->
<!-- Content included from copyright.inc.xsl -->

    <refsect3 id="Copyright"><title></title>
        <imageobject>
                <imagedata fileref="KhronosLogo.jpg" format="jpg" />
        </imageobject>
        <para />
    </refsect3>

<!-- 23-Oct-11 -->
</refentry>