This file is indexed.

/usr/lib/python3/dist-packages/gimmik-2.1.egg-info/PKG-INFO is in python3-gimmik 2.1-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
Metadata-Version: 1.1
Name: gimmik
Version: 2.1
Summary: Generator of Matrix Multiplication Kernels
Home-page: https://github.com/vincentlab/GiMMiK
Author: Freddie Witherden
Author-email: freddie@witherden.org
License: BSD
Description: GiMMiK is a Python based kernel generator for
        matrix multiplication kernels for various accelerator platforms.  For
        small operator matrices the generated kernels are capable of
        outperfoming the state-of-the-art general matrix multiplication
        routines such as cuBLAS GEMM or clBLAS GEMM.  GiMMiK was originally
        developed as part of Bartosz Wozniak's master's thesis in the
        Department of Computing at Imperial College London and is currently
        maintained by Freddie Witherden.
Keywords: Matrix Multiplication,GPU,CUDA,OpenCL
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Scientific/Engineering