running

RUNNING OPENCL

RUNNING OPENCL ON A RASPBERRY PI GPU

This is an interesting development for media users and machine learning hackers: [doe300] has implemented OpenCL on the Raspberry Pi 3 Model B+called VCFCL That’s big news because the Pi 3+ has a Graphics Processing Unit (GPU) built into the processor that has been generally underutilized. The VideoCore IV GPU is built into the Broadcom BCM2837B0 and […]

RUNNING OPENCL ON A RASPBERRY PI GPU Read More »

Installing and running PICPgm on Raspberry Pi

Installing and running PICPgm on Raspberry Pi

Installation Steps The following commands download and install PICPgm on your Raspberry Pi: cd ~ mkdir picpgm_install cd picpgm_install wget http://picpgm.picprojects.net/download/picpgm_v2810.tar.gz tar xzvf picpgm_v2810.tar.gz sudo ./install.sh cp pgmifcfg.xml ~ Note: For PICPgm versions till 2.8.1.0, a copy of pgmifcfg.xml has to be in your home directory. For newer versions this will no longer be required.

Installing and running PICPgm on Raspberry Pi Read More »

Scroll to Top