Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
F
faiss
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
faiss
Commits
1fe28720
Commit
1fe28720
authored
Jun 06, 2018
by
Lucas Hosseini
Committed by
Matthijs Douze
Jun 06, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename gpu/tests to gpu/test (#481)
thanks.
parent
21fbc56d
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
1 addition
and
1 deletion
+1
-1
Makefile
gpu/Makefile
+1
-1
CMakeLists.txt
gpu/test/CMakeLists.txt
+0
-0
Makefile
gpu/test/Makefile
+0
-0
TestGpuIndexFlat.cpp
gpu/test/TestGpuIndexFlat.cpp
+0
-0
TestGpuIndexIVFFlat.cpp
gpu/test/TestGpuIndexIVFFlat.cpp
+0
-0
TestGpuIndexIVFPQ.cpp
gpu/test/TestGpuIndexIVFPQ.cpp
+0
-0
TestGpuSelect.cu
gpu/test/TestGpuSelect.cu
+0
-0
TestUtils.cpp
gpu/test/TestUtils.cpp
+0
-0
TestUtils.h
gpu/test/TestUtils.h
+0
-0
demo_ivfpq_indexing_gpu.cpp
gpu/test/demo_ivfpq_indexing_gpu.cpp
+0
-0
test_gpu_index.py
gpu/test/test_gpu_index.py
+0
-0
test_pytorch_faiss.py
gpu/test/test_pytorch_faiss.py
+0
-0
No files found.
gpu/Makefile
View file @
1fe28720
...
@@ -74,7 +74,7 @@ libgpufaiss.$(SHAREDEXT): $(CPPOBJ) $(CUOBJ)
...
@@ -74,7 +74,7 @@ libgpufaiss.$(SHAREDEXT): $(CPPOBJ) $(CUOBJ)
-o
libgpufaiss.
$(SHAREDEXT)
$^
$(LIBS)
$(NVCCLIBS)
-o
libgpufaiss.
$(SHAREDEXT)
$^
$(LIBS)
$(NVCCLIBS)
clean
:
clean
:
rm
-rf
*
.o impl/
*
.o utils/
*
.o
test
/
*
.o
libgpufaiss.a
\
rm
-rf
*
.o impl/
*
.o utils/
*
.o libgpufaiss.a
\
libgpufaiss.
$(SHAREDEXT)
\
libgpufaiss.
$(SHAREDEXT)
\
-include
depend
-include
depend
...
...
gpu/test
s
/CMakeLists.txt
→
gpu/test/CMakeLists.txt
View file @
1fe28720
File moved
gpu/test
s
/Makefile
→
gpu/test/Makefile
View file @
1fe28720
File moved
gpu/test
s
/TestGpuIndexFlat.cpp
→
gpu/test/TestGpuIndexFlat.cpp
View file @
1fe28720
File moved
gpu/test
s
/TestGpuIndexIVFFlat.cpp
→
gpu/test/TestGpuIndexIVFFlat.cpp
View file @
1fe28720
File moved
gpu/test
s
/TestGpuIndexIVFPQ.cpp
→
gpu/test/TestGpuIndexIVFPQ.cpp
View file @
1fe28720
File moved
gpu/test
s
/TestGpuSelect.cu
→
gpu/test/TestGpuSelect.cu
View file @
1fe28720
File moved
gpu/test
s
/TestUtils.cpp
→
gpu/test/TestUtils.cpp
View file @
1fe28720
File moved
gpu/test
s
/TestUtils.h
→
gpu/test/TestUtils.h
View file @
1fe28720
File moved
gpu/test
s
/demo_ivfpq_indexing_gpu.cpp
→
gpu/test/demo_ivfpq_indexing_gpu.cpp
View file @
1fe28720
File moved
gpu/test
s
/test_gpu_index.py
→
gpu/test/test_gpu_index.py
View file @
1fe28720
File moved
gpu/test
s
/test_pytorch_faiss.py
→
gpu/test/test_pytorch_faiss.py
View file @
1fe28720
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment