This file is indexed.

/usr/share/psychtoolbox-3/PsychDemos/GPGPUDemos/Contents.m is in psychtoolbox-3-common 3.0.11.20140816.dfsg1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
% Psychtoolbox:PsychDemos:GPGPUDemos
%
% Demos for use of GPGPU computing with Psychtoolbox.
%
% These demos illustrate use of massively parallel computing hardware,
% mostly modern graphics processing units ("GPU"s) for general purpose
% computation ("GP") in the context of stimulus presentation.
%
% Current demos require a NVidia CUDA compute capable GPU and installation
% of the free and open-source GPUmat toolbox for Matlab.
%
%
% GPUFFTDemo1             - Demonstrates a GPU accelerated 2D-FFT for image
%                           filtering of a static image. This is a benchmark.
%
% GPUFFTMoviePlaybackDemo - Use GPU accelerated FFT for filtering of a
%                           live playing movie.
%
% GPUFFTVideoCaptureDemo  - Use GPU accelerated FFT for filtering of a live
%                           video feed.
%