Skip to content

Pipnn kernels - #2

Open
SeliMeli wants to merge 10 commits into
mainfrom
pipnn-kernels
Open

Pipnn kernels#2
SeliMeli wants to merge 10 commits into
mainfrom
pipnn-kernels

Conversation

@SeliMeli

Copy link
Copy Markdown
Owner
  • Does this PR have a descriptive title that could go in our release notes?
  • Does this PR add any new dependencies?
  • Does this PR modify any existing APIs?
  • Is the change to the API backwards compatible?
  • Should this result in any changes to our documentation, either updating existing docs or adding new ones?

Reference Issues/PRs

What does this implement/fix? Briefly explain your changes.

Any other comments?

const BIGANN_DIMENSIONS: usize = 128;
const PARTITION_FANOUT: usize = 10;
const LEAF_K: usize = 2;
const LEAF_SIZES: [usize; 3] = [64, 256, 512];

fn benchmark_partition_topk(c: &mut Criterion) {
let mut group = c.benchmark_group("pipnn/partition-topk");
for (rows, leaders) in [(1_024, 64), (512, 256), (128, 1_000)] {

fn benchmark_partition_topk(c: &mut Criterion) {
let mut group = c.benchmark_group("pipnn/partition-topk");
for (rows, leaders) in [(1_024, 64), (512, 256), (128, 1_000)] {

fn benchmark_partition_topk(c: &mut Criterion) {
let mut group = c.benchmark_group("pipnn/partition-topk");
for (rows, leaders) in [(1_024, 64), (512, 256), (128, 1_000)] {

fn benchmark_partition_topk(c: &mut Criterion) {
let mut group = c.benchmark_group("pipnn/partition-topk");
for (rows, leaders) in [(1_024, 64), (512, 256), (128, 1_000)] {

fn benchmark_partition_topk(c: &mut Criterion) {
let mut group = c.benchmark_group("pipnn/partition-topk");
for (rows, leaders) in [(1_024, 64), (512, 256), (128, 1_000)] {

fn benchmark_partition_topk(c: &mut Criterion) {
let mut group = c.benchmark_group("pipnn/partition-topk");
for (rows, leaders) in [(1_024, 64), (512, 256), (128, 1_000)] {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants