How to Install and Uninstall opencl-1.2-html-doc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: November 16,2024

1. Install "opencl-1.2-html-doc" package

This guide covers the steps necessary to install opencl-1.2-html-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install opencl-1.2-html-doc

2. Uninstall "opencl-1.2-html-doc" package

Please follow the step by step instructions below to uninstall opencl-1.2-html-doc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove opencl-1.2-html-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the opencl-1.2-html-doc package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: opencl-1.2-html-doc
Priority: extra
Section: universe/doc
Installed-Size: 5792
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OpenCL Maintainers
Architecture: all
Source: khronos-opencl-man
Version: 1.0~svn27110-1
Depends: doc-base
Filename: pool/universe/k/khronos-opencl-man/opencl-1.2-html-doc_1.0~svn27110-1_all.deb
Size: 258752
MD5sum: 062b4d3700ec65a339f472c9aacb8950
SHA1: b1559e90620da43dce80540c878b04a2e1f44050
SHA256: 27d1d38d3059d77ca406bea25e05eef1c99e41d2a262ae7f92d9960b8d60094b
Description-en: OpenCL 1.2 documentation - html pages
OpenCL (Open Computing Language) is an open royalty-free standard for general
purpose parallel programming across CPUs, GPUs and other processors, giving
software developers portable and efficient access to the power of these
heterogeneous processing platforms.
.
OpenCL supports a wide range of applications, ranging from embedded and
consumer software to HPC solutions, through a low-level, high-performance,
portable abstraction. By creating an efficient, close-to-the-metal programming
interface, OpenCL will form the foundation layer of a parallel computing
ecosystem of platform-independent tools, middleware and applications.
.
OpenCL consists of an API for coordinating parallel computation across
heterogeneous processors; and a cross-platform programming language with a
well-specified computation environment. The OpenCL standard:
.
- Supports both data- and task-based parallel programming models
- Utilizes a subset of ISO C99 with extensions for parallelism
- Defines consistent numerical requirements based on IEEE 754
- Defines a configuration profile for handheld and embedded devices
- Efficiently interoperates with OpenGL, OpenGL ES, and other graphics APIs
.
The specification is divided into a core specification that any OpenCL
compliant implementation must support; a handheld/embedded profile which
relaxes the OpenCL compliance requirements for handheld and embedded devices;
and a set of optional extensions that are likely to move into the core
specification in later revisions of the OpenCL specification.
.
This is exactly the documentation that can be found at:
http://www.khronos.org/registry/cl/sdk/1.2/docs/man/xhtml/clCreateBuffer.html
Description-md5: a0b551744f0dd40cb0863af2224a3867
Homepage: http://www.khronos.org/registry/cl/sdk/1.2/docs/man/xhtml/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu