Unverified Commit aafc7b04 authored by Jeff Johnson's avatar Jeff Johnson Committed by GitHub

Merge pull request #672 from irachex/patch-1

Add missing `\` in gpu Makefile
parents 353b1967 e23a80eb
...@@ -45,7 +45,7 @@ CUOBJ = impl/BinaryDistance.o \ ...@@ -45,7 +45,7 @@ CUOBJ = impl/BinaryDistance.o \
impl/VectorResidual.o \ impl/VectorResidual.o \
GpuDistance.o \ GpuDistance.o \
GpuIndex.o \ GpuIndex.o \
GpuIndexBinaryFlat.o GpuIndexBinaryFlat.o \
GpuIndexFlat.o \ GpuIndexFlat.o \
GpuIndexIVF.o \ GpuIndexIVF.o \
GpuIndexIVFFlat.o \ GpuIndexIVFFlat.o \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment