Git Product home page Git Product logo

Comments (5)

ankane avatar ankane commented on June 2, 2024

Hi @pgloader, this looks like a duplicate of #538. Which compiler (including the version) did you use to compile the extension?

from pgvector.

pgloader avatar pgloader commented on June 2, 2024

[postgres@m4s-poc-zzmwdb-01 /home/postgres]$ gcc --version
gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-10)
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

from pgvector.

pgloader avatar pgloader commented on June 2, 2024

it works after PG_CFLAGS="-DDISABLE_DISPATCH" make

from pgvector.

pgloader avatar pgloader commented on June 2, 2024

What's the impact of DISABLE_DISPATCH ?

from pgvector.

ankane avatar ankane commented on June 2, 2024

It disables CPU dispatching, which can affect the performance of halfvec and bit distance functions (as well as vector if OPTFLAGS="" is also set, but it'll be the same as before 0.7.0).

from pgvector.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.