Unverified Commit e23a80eb authored by Huayi Zhang's avatar Huayi Zhang Committed by GitHub

Add missing `\` in gpu Makefile

parent 353b1967
...@@ -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