Skip to content

Instantly share code, notes, and snippets.

@paoletto
paoletto / intel-opencl-neo-build.md
Created August 30, 2022 21:43 — forked from Brainiarc7/intel-opencl-neo-build.md
Build Intel's Neo OpenCL platform on Ubuntu 18.04LTS

Intel OpenCL stack enablement on Ubuntu 18.04LTS.

Here's how to build and install Intel's new OpenCL enablement stack, Neo, which replaces the legacy Beignet ICD.

Install the dependencies:

Build dependencies:

sudo apt-get install ccache flex bison clang-4.0 cmake g++ git patch zlib1g-dev autoconf xutils-dev libtool pkg-config libpciaccess-dev
@paoletto
paoletto / ffmpeg-qsv-enabled-build-ubuntu-18.04lts-testbed.md
Created August 30, 2022 21:00 — forked from Brainiarc7/ffmpeg-qsv-enabled-build-ubuntu-18.04lts-testbed.md
This gist will generate an Intel QSV-enabled FFmpeg build using the open source Intel Media SDK. Testbed used: Ubuntu 18.04LTS. A fallback is also provided for the intel vaapi driver where needed.

Build FFmpeg with Intel's QSV enablement on an Intel-based validation test-bed:

Build platform: Ubuntu 18.04LTS

Ensure the platform is up to date:

sudo apt update && sudo apt -y upgrade && sudo apt -y dist-upgrade

Install baseline dependencies first (inclusive of OpenCL headers+)

import QtQuick 2.14
import QtQuick.Window 2.2
import QtQuick.Shapes 1.14
import QtQuick.Controls 2.1
import QtGraphicalEffects 1.0
Rectangle {
id: i
width: parent.width * 0.5
height: width
@paoletto
paoletto / webex-ubuntu.md
Created May 17, 2018 11:48 — forked from mshkrebtan/webex-ubuntu.md
Run Cisco Webex on 64-bit Ubuntu 16.04

Run Cisco Webex on 64-bit Ubuntu 16.04

With Audio and Screen Sharing Enabled

Enable support for 32-bit executables

Add the i386 architecture to the list of dpkg architectures :

sudo dpkg --add-architecture i386
@paoletto
paoletto / compile_QLocation.sh
Created February 17, 2017 18:00 — forked from kubark42/compile_QLocation.sh
Script for compiling QLocation from git sources.
# Clone main repo
git clone git://code.qt.io/qt/qt5.git
# Enter main repo
cd qt5
# Checkout 5.9, which is currently in Alpha [2017-02-15]
git checkout 5.9
# Fetch all submodules-- except webkit, webkit-examples, and webengine-- and check out v.5.9