File: README_for_GraphBLAS.txt

package info (click to toggle)
suitesparse 1%3A7.11.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 258,172 kB
  • sloc: ansic: 1,153,566; cpp: 48,145; makefile: 4,997; fortran: 2,087; java: 1,826; sh: 1,113; ruby: 725; python: 676; asm: 371; sed: 166; awk: 44
file content (24 lines) | stat: -rw-r--r-- 836 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Notes added by Christoph GrĂ¼ninger, Feb 22, 2025

cpu_features added to GraphBLAS, without any changes in version 0.9.0

--------------------------------------------------------------------------------

Notes added by Tim Davis, Jan 6, 2021

Added cpu_features 0.6.0, with changes suggested by
https://github.com/google/cpu_features/pull/211 .
This version has been replaced by cpu_features 0.9.0 (see above).

For both versions:

GraphBLAS does not use the cpu_features/CMakeLists.txt to build a separate
library for cpu_features.  Instead, it #include's all the source files and
include files from cpu_features into these files:

    ../Source/cpu/GB_cpu_features.h
    ../Source/cpu/GB_cpu_features_impl.c
    ../Source/cpu/GB_cpu_features_support.c

the cpu_features code is embedded in libgraphblas.so and libgraphblas.a
directly