Skip to content

Commit

Permalink
Merge branch 'branch-23.10' into fea-cublaslt-matmul
Browse files Browse the repository at this point in the history
  • Loading branch information
achirkin authored Aug 24, 2023
2 parents 157d8ae + 08a1fad commit be68b61
Show file tree
Hide file tree
Showing 23 changed files with 10,950 additions and 30 deletions.
4 changes: 4 additions & 0 deletions bench/ann/conf/bigann-100M.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
{
"name": "raft_ivf_pq.dimpq64-cluster5K-float-float",
"algo": "raft_ivf_pq",
"dataset_memtype": "host",
"build_param": {
"niter": 25,
"nlist": 5000,
Expand Down Expand Up @@ -149,6 +150,7 @@
{
"name" : "raft_ivf_flat.nlist100K",
"algo" : "raft_ivf_flat",
"dataset_memtype": "host",
"build_param": {
"nlist" : 100000,
"niter" : 25,
Expand All @@ -171,6 +173,7 @@
{
"name" : "raft_cagra.dim32",
"algo" : "raft_cagra",
"dataset_memtype": "host",
"build_param": {
"index_dim" : 32
},
Expand All @@ -187,6 +190,7 @@
{
"name" : "raft_cagra.dim64",
"algo" : "raft_cagra",
"dataset_memtype": "host",
"build_param": {
"index_dim" : 64
},
Expand Down
10 changes: 10 additions & 0 deletions bench/ann/conf/deep-100M.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@
{
"name" : "raft_ivf_flat.nlist10K",
"algo" : "raft_ivf_flat",
"dataset_memtype": "host",
"build_param": {
"nlist" : 10000,
"niter" : 25,
Expand All @@ -222,6 +223,7 @@
{
"name" : "raft_ivf_flat.nlist100K",
"algo" : "raft_ivf_flat",
"dataset_memtype": "host",
"build_param": {
"nlist" : 100000,
"niter" : 25,
Expand All @@ -246,6 +248,7 @@
{
"name" : "raft_ivf_pq.nlist10K",
"algo" : "raft_ivf_pq",
"dataset_memtype": "host",
"build_param": {
"nlist" : 10000,
"niter" : 25,
Expand All @@ -269,6 +272,7 @@
{
"name" : "raft_ivf_pq.nlist10Kdim64",
"algo" : "raft_ivf_pq",
"dataset_memtype": "host",
"build_param": {
"nlist" : 10000,
"niter" : 25,
Expand All @@ -293,6 +297,7 @@
{
"name" : "raft_ivf_pq.nlist10Kdim32",
"algo" : "raft_ivf_pq",
"dataset_memtype": "host",
"build_param": {
"nlist" : 10000,
"niter" : 25,
Expand All @@ -317,6 +322,7 @@
{
"name" : "raft_ivf_pq.nlist100K",
"algo" : "raft_ivf_pq",
"dataset_memtype": "host",
"build_param": {
"nlist" : 100000,
"niter" : 25,
Expand All @@ -340,6 +346,7 @@
{
"name" : "raft_ivf_pq.nlist100Kdim64",
"algo" : "raft_ivf_pq",
"dataset_memtype": "host",
"build_param": {
"nlist" : 100000,
"niter" : 25,
Expand All @@ -364,6 +371,7 @@
{
"name" : "raft_ivf_pq.nlist100Kdim32",
"algo" : "raft_ivf_pq",
"dataset_memtype": "host",
"build_param": {
"nlist" : 100000,
"niter" : 25,
Expand All @@ -389,6 +397,7 @@
{
"name" : "raft_cagra.dim32",
"algo" : "raft_cagra",
"dataset_memtype": "host",
"build_param": {
"index_dim": 32,
"intermediate_graph_degree": 48
Expand Down Expand Up @@ -619,6 +628,7 @@
{
"name" : "raft_cagra.dim64",
"algo" : "raft_cagra",
"dataset_memtype": "host",
"build_param": {
"index_dim": 64
},
Expand Down
Loading

0 comments on commit be68b61

Please sign in to comment.