<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://ww8central.ww.uni-erlangen.de/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://ww8central.ww.uni-erlangen.de/feed.php">
        <title>ww8central - programming:gpgpu</title>
        <description></description>
        <link>https://ww8central.ww.uni-erlangen.de/</link>
        <image rdf:resource="https://ww8central.ww.uni-erlangen.de/_media/wiki/logo.png" />
       <dc:date>2026-05-18T11:09:58+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://ww8central.ww.uni-erlangen.de/programming/gpgpu/cuda?rev=1594200837&amp;do=diff"/>
                <rdf:li rdf:resource="https://ww8central.ww.uni-erlangen.de/programming/gpgpu/hsa?rev=1454405375&amp;do=diff"/>
                <rdf:li rdf:resource="https://ww8central.ww.uni-erlangen.de/programming/gpgpu/opencl?rev=1454490544&amp;do=diff"/>
                <rdf:li rdf:resource="https://ww8central.ww.uni-erlangen.de/programming/gpgpu/start?rev=1501167003&amp;do=diff"/>
                <rdf:li rdf:resource="https://ww8central.ww.uni-erlangen.de/programming/gpgpu/vulkan?rev=1498642834&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://ww8central.ww.uni-erlangen.de/_media/wiki/logo.png">
        <title>ww8central</title>
        <link>https://ww8central.ww.uni-erlangen.de/</link>
        <url>https://ww8central.ww.uni-erlangen.de/_media/wiki/logo.png</url>
    </image>
    <item rdf:about="https://ww8central.ww.uni-erlangen.de/programming/gpgpu/cuda?rev=1594200837&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-07-08T09:33:57+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>CUDA</title>
        <link>https://ww8central.ww.uni-erlangen.de/programming/gpgpu/cuda?rev=1594200837&amp;do=diff</link>
        <description>CUDA

Website

&lt;http://numpy.scipy.org&gt;

CUDA 8.0

	*  C++98, no later C++ version

Docker/Podman

CUDA can be used in Docker/Podman on all Fedora32-systems with NVIDIA-driver installed (even legacy 390) even on legacy systems without CUDA.

The difficulty is running it root-less.</description>
    </item>
    <item rdf:about="https://ww8central.ww.uni-erlangen.de/programming/gpgpu/hsa?rev=1454405375&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-02-02T09:29:35+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>HSA</title>
        <link>https://ww8central.ww.uni-erlangen.de/programming/gpgpu/hsa?rev=1454405375&amp;do=diff</link>
        <description>HSA

With HIP and Boltzman AMD supports CUDA on their GPUs and with a complete open source software stack to get this running it is very interesting.

Installation

&lt;http://gpuopen.com/getting-started-with-boltzmann-components-platforms-installation/&gt;</description>
    </item>
    <item rdf:about="https://ww8central.ww.uni-erlangen.de/programming/gpgpu/opencl?rev=1454490544&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-02-03T09:09:04+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>openCL</title>
        <link>https://ww8central.ww.uni-erlangen.de/programming/gpgpu/opencl?rev=1454490544&amp;do=diff</link>
        <description>openCL

Fedora 23

OpenCL on all systems.

Example Intel

Intel Integrated Graphics

Beignet 1.2 (OpenCL 1.2, OpenCL C 1.2)

Results on IvyBridge


  Platform Name                                   Intel Gen OCL Driver
  Platform Vendor                                 Intel
  Platform Version                                OpenCL 1.2 beignet 1.1.1 (git-2eea2c9)
  Platform Profile                                FULL_PROFILE
  Platform Extensions                             cl_khr_global_int32_bas…</description>
    </item>
    <item rdf:about="https://ww8central.ww.uni-erlangen.de/programming/gpgpu/start?rev=1501167003&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-07-27T14:50:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>GPGPU hardware accelerated computing</title>
        <link>https://ww8central.ww.uni-erlangen.de/programming/gpgpu/start?rev=1501167003&amp;do=diff</link>
        <description>GPGPU hardware accelerated computing

CUDA

NVIDIA only. Many libraries, wide support in scientific software.
CUDA

HSA

HSA

OpenCL

Vendor neutral. Intel GPUs and even possible on the CPU for testing
OpenCL

Vulkan compute

The new graphics language also contains support for computing via OpenCL</description>
    </item>
    <item rdf:about="https://ww8central.ww.uni-erlangen.de/programming/gpgpu/vulkan?rev=1498642834&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-06-28T09:40:34+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Vulkan compute</title>
        <link>https://ww8central.ww.uni-erlangen.de/programming/gpgpu/vulkan?rev=1498642834&amp;do=diff</link>
        <description>Vulkan compute

Well documented Example

&lt;https://github.com/Erkaman/vulkan_minimal_compute&gt;

LunarG SDK

The  LunarG SDK,  Examples

KhronosGroup ICD loader and validation layers are already provided with the vulkan vulkan-devel packages.

Supported Hardware

Intel i-3xxx and later (Haswell i-4xxx , Sky-Lake i-6xxx tested)</description>
    </item>
</rdf:RDF>
