Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
{
"1024": {
"BLOCK_SIZE_K": 32,
"BLOCK_SIZE_M": 16,
"BLOCK_SIZE_N": 128,
"GROUP_SIZE_M": 1,
"NEED_TRANS": false,
"num_stages": 4,
"num_warps": 4
},
"128": {
"BLOCK_SIZE_K": 32,
"BLOCK_SIZE_M": 16,
"BLOCK_SIZE_N": 128,
"GROUP_SIZE_M": 1,
"NEED_TRANS": false,
"num_stages": 4,
"num_warps": 4
},
"16384": {
"BLOCK_SIZE_K": 32,
"BLOCK_SIZE_M": 64,
"BLOCK_SIZE_N": 128,
"GROUP_SIZE_M": 16,
"NEED_TRANS": false,
"num_stages": 3,
"num_warps": 4
},
"2048": {
"BLOCK_SIZE_K": 32,
"BLOCK_SIZE_M": 16,
"BLOCK_SIZE_N": 128,
"GROUP_SIZE_M": 1,
"NEED_TRANS": false,
"num_stages": 4,
"num_warps": 4
},
"256": {
"BLOCK_SIZE_K": 32,
"BLOCK_SIZE_M": 16,
"BLOCK_SIZE_N": 128,
"GROUP_SIZE_M": 1,
"NEED_TRANS": false,
"num_stages": 4,
"num_warps": 4
},
"32768": {
"BLOCK_SIZE_K": 32,
"BLOCK_SIZE_M": 64,
"BLOCK_SIZE_N": 128,
"GROUP_SIZE_M": 16,
"NEED_TRANS": false,
"num_stages": 3,
"num_warps": 4
},
"512": {
"BLOCK_SIZE_K": 32,
"BLOCK_SIZE_M": 16,
"BLOCK_SIZE_N": 128,
"GROUP_SIZE_M": 1,
"NEED_TRANS": false,
"num_stages": 4,
"num_warps": 4
},
"64": {
"BLOCK_SIZE_K": 32,
"BLOCK_SIZE_M": 16,
"BLOCK_SIZE_N": 128,
"GROUP_SIZE_M": 1,
"NEED_TRANS": false,
"num_stages": 3,
"num_warps": 4
},
"65536": {
"BLOCK_SIZE_K": 32,
"BLOCK_SIZE_M": 64,
"BLOCK_SIZE_N": 128,
"GROUP_SIZE_M": 32,
"NEED_TRANS": false,
"num_stages": 3,
"num_warps": 4
},
"8": {
"BLOCK_SIZE_K": 32,
"BLOCK_SIZE_M": 16,
"BLOCK_SIZE_N": 128,
"GROUP_SIZE_M": 1,
"NEED_TRANS": false,
"num_stages": 3,
"num_warps": 4
},
"800": {
"BLOCK_SIZE_K": 32,
"BLOCK_SIZE_M": 16,
"BLOCK_SIZE_N": 128,
"GROUP_SIZE_M": 1,
"NEED_TRANS": false,
"num_stages": 4,
"num_warps": 4
},
"8192": {
"BLOCK_SIZE_K": 32,
"BLOCK_SIZE_M": 64,
"BLOCK_SIZE_N": 128,
"GROUP_SIZE_M": 16,
"NEED_TRANS": false,
"num_stages": 3,
"num_warps": 4
}
}
Comment on lines +1 to +110
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The keys in this JSON file are sorted alphabetically, which makes it hard to read as they represent numerical values. For better readability and maintainability, please sort the keys numerically.

{
  "8": {
    "BLOCK_SIZE_K": 32,
    "BLOCK_SIZE_M": 16,
    "BLOCK_SIZE_N": 128,
    "GROUP_SIZE_M": 1,
    "NEED_TRANS": false,
    "num_stages": 3,
    "num_warps": 4
  },
  "64": {
    "BLOCK_SIZE_K": 32,
    "BLOCK_SIZE_M": 16,
    "BLOCK_SIZE_N": 128,
    "GROUP_SIZE_M": 1,
    "NEED_TRANS": false,
    "num_stages": 3,
    "num_warps": 4
  },
  "128": {
    "BLOCK_SIZE_K": 32,
    "BLOCK_SIZE_M": 16,
    "BLOCK_SIZE_N": 128,
    "GROUP_SIZE_M": 1,
    "NEED_TRANS": false,
    "num_stages": 4,
    "num_warps": 4
  },
  "256": {
    "BLOCK_SIZE_K": 32,
    "BLOCK_SIZE_M": 16,
    "BLOCK_SIZE_N": 128,
    "GROUP_SIZE_M": 1,
    "NEED_TRANS": false,
    "num_stages": 4,
    "num_warps": 4
  },
  "512": {
    "BLOCK_SIZE_K": 32,
    "BLOCK_SIZE_M": 16,
    "BLOCK_SIZE_N": 128,
    "GROUP_SIZE_M": 1,
    "NEED_TRANS": false,
    "num_stages": 4,
    "num_warps": 4
  },
  "800": {
    "BLOCK_SIZE_K": 32,
    "BLOCK_SIZE_M": 16,
    "BLOCK_SIZE_N": 128,
    "GROUP_SIZE_M": 1,
    "NEED_TRANS": false,
    "num_stages": 4,
    "num_warps": 4
  },
  "1024": {
    "BLOCK_SIZE_K": 32,
    "BLOCK_SIZE_M": 16,
    "BLOCK_SIZE_N": 128,
    "GROUP_SIZE_M": 1,
    "NEED_TRANS": false,
    "num_stages": 4,
    "num_warps": 4
  },
  "2048": {
    "BLOCK_SIZE_K": 32,
    "BLOCK_SIZE_M": 16,
    "BLOCK_SIZE_N": 128,
    "GROUP_SIZE_M": 1,
    "NEED_TRANS": false,
    "num_stages": 4,
    "num_warps": 4
  },
  "8192": {
    "BLOCK_SIZE_K": 32,
    "BLOCK_SIZE_M": 64,
    "BLOCK_SIZE_N": 128,
    "GROUP_SIZE_M": 16,
    "NEED_TRANS": false,
    "num_stages": 3,
    "num_warps": 4
  },
  "16384": {
    "BLOCK_SIZE_K": 32,
    "BLOCK_SIZE_M": 64,
    "BLOCK_SIZE_N": 128,
    "GROUP_SIZE_M": 16,
    "NEED_TRANS": false,
    "num_stages": 3,
    "num_warps": 4
  },
  "32768": {
    "BLOCK_SIZE_K": 32,
    "BLOCK_SIZE_M": 64,
    "BLOCK_SIZE_N": 128,
    "GROUP_SIZE_M": 16,
    "NEED_TRANS": false,
    "num_stages": 3,
    "num_warps": 4
  },
  "65536": {
    "BLOCK_SIZE_K": 32,
    "BLOCK_SIZE_M": 64,
    "BLOCK_SIZE_N": 128,
    "GROUP_SIZE_M": 32,
    "NEED_TRANS": false,
    "num_stages": 3,
    "num_warps": 4
  }
}

Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
{
"1": {
"BLOCK_SIZE_K": 128,
"BLOCK_SIZE_M": 16,
"BLOCK_SIZE_N": 64,
"GROUP_SIZE_M": 1,
"NEED_TRANS": false,
"num_stages": 4,
"num_warps": 4
},
"100": {
"BLOCK_SIZE_K": 128,
"BLOCK_SIZE_M": 16,
"BLOCK_SIZE_N": 64,
"GROUP_SIZE_M": 1,
"NEED_TRANS": false,
"num_stages": 3,
"num_warps": 4
},
"1024": {
"BLOCK_SIZE_K": 64,
"BLOCK_SIZE_M": 64,
"BLOCK_SIZE_N": 64,
"GROUP_SIZE_M": 64,
"NEED_TRANS": false,
"num_stages": 4,
"num_warps": 4
},
"128": {
"BLOCK_SIZE_K": 128,
"BLOCK_SIZE_M": 16,
"BLOCK_SIZE_N": 64,
"GROUP_SIZE_M": 1,
"NEED_TRANS": false,
"num_stages": 3,
"num_warps": 4
},
"16": {
"BLOCK_SIZE_K": 128,
"BLOCK_SIZE_M": 16,
"BLOCK_SIZE_N": 32,
"GROUP_SIZE_M": 1,
"NEED_TRANS": false,
"num_stages": 3,
"num_warps": 4
},
"2048": {
"BLOCK_SIZE_K": 64,
"BLOCK_SIZE_M": 64,
"BLOCK_SIZE_N": 64,
"GROUP_SIZE_M": 64,
"NEED_TRANS": false,
"num_stages": 4,
"num_warps": 4
},
"256": {
"BLOCK_SIZE_K": 128,
"BLOCK_SIZE_M": 16,
"BLOCK_SIZE_N": 64,
"GROUP_SIZE_M": 64,
"NEED_TRANS": false,
"num_stages": 3,
"num_warps": 4
},
"32": {
"BLOCK_SIZE_K": 128,
"BLOCK_SIZE_M": 16,
"BLOCK_SIZE_N": 64,
"GROUP_SIZE_M": 1,
"NEED_TRANS": false,
"num_stages": 4,
"num_warps": 4
},
"4096": {
"BLOCK_SIZE_K": 64,
"BLOCK_SIZE_M": 64,
"BLOCK_SIZE_N": 64,
"GROUP_SIZE_M": 64,
"NEED_TRANS": false,
"num_stages": 4,
"num_warps": 4
},
"64": {
"BLOCK_SIZE_K": 128,
"BLOCK_SIZE_M": 16,
"BLOCK_SIZE_N": 64,
"GROUP_SIZE_M": 1,
"NEED_TRANS": false,
"num_stages": 3,
"num_warps": 4
},
"8": {
"BLOCK_SIZE_K": 128,
"BLOCK_SIZE_M": 16,
"BLOCK_SIZE_N": 64,
"GROUP_SIZE_M": 32,
"NEED_TRANS": false,
"num_stages": 3,
"num_warps": 4
},
"8192": {
"BLOCK_SIZE_K": 64,
"BLOCK_SIZE_M": 64,
"BLOCK_SIZE_N": 64,
"GROUP_SIZE_M": 64,
"NEED_TRANS": false,
"num_stages": 4,
"num_warps": 4
}
}
Comment on lines +1 to +110
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The keys in this JSON file are sorted alphabetically, which makes it hard to read as they represent numerical values. For better readability and maintainability, please sort the keys numerically.

{
  "1": {
    "BLOCK_SIZE_K": 128,
    "BLOCK_SIZE_M": 16,
    "BLOCK_SIZE_N": 64,
    "GROUP_SIZE_M": 1,
    "NEED_TRANS": false,
    "num_stages": 4,
    "num_warps": 4
  },
  "8": {
    "BLOCK_SIZE_K": 128,
    "BLOCK_SIZE_M": 16,
    "BLOCK_SIZE_N": 64,
    "GROUP_SIZE_M": 32,
    "NEED_TRANS": false,
    "num_stages": 3,
    "num_warps": 4
  },
  "16": {
    "BLOCK_SIZE_K": 128,
    "BLOCK_SIZE_M": 16,
    "BLOCK_SIZE_N": 32,
    "GROUP_SIZE_M": 1,
    "NEED_TRANS": false,
    "num_stages": 3,
    "num_warps": 4
  },
  "32": {
    "BLOCK_SIZE_K": 128,
    "BLOCK_SIZE_M": 16,
    "BLOCK_SIZE_N": 64,
    "GROUP_SIZE_M": 1,
    "NEED_TRANS": false,
    "num_stages": 4,
    "num_warps": 4
  },
  "64": {
    "BLOCK_SIZE_K": 128,
    "BLOCK_SIZE_M": 16,
    "BLOCK_SIZE_N": 64,
    "GROUP_SIZE_M": 1,
    "NEED_TRANS": false,
    "num_stages": 3,
    "num_warps": 4
  },
  "100": {
    "BLOCK_SIZE_K": 128,
    "BLOCK_SIZE_M": 16,
    "BLOCK_SIZE_N": 64,
    "GROUP_SIZE_M": 1,
    "NEED_TRANS": false,
    "num_stages": 3,
    "num_warps": 4
  },
  "128": {
    "BLOCK_SIZE_K": 128,
    "BLOCK_SIZE_M": 16,
    "BLOCK_SIZE_N": 64,
    "GROUP_SIZE_M": 1,
    "NEED_TRANS": false,
    "num_stages": 3,
    "num_warps": 4
  },
  "256": {
    "BLOCK_SIZE_K": 128,
    "BLOCK_SIZE_M": 16,
    "BLOCK_SIZE_N": 64,
    "GROUP_SIZE_M": 64,
    "NEED_TRANS": false,
    "num_stages": 3,
    "num_warps": 4
  },
  "1024": {
    "BLOCK_SIZE_K": 64,
    "BLOCK_SIZE_M": 64,
    "BLOCK_SIZE_N": 64,
    "GROUP_SIZE_M": 64,
    "NEED_TRANS": false,
    "num_stages": 4,
    "num_warps": 4
  },
  "2048": {
    "BLOCK_SIZE_K": 64,
    "BLOCK_SIZE_M": 64,
    "BLOCK_SIZE_N": 64,
    "GROUP_SIZE_M": 64,
    "NEED_TRANS": false,
    "num_stages": 4,
    "num_warps": 4
  },
  "4096": {
    "BLOCK_SIZE_K": 64,
    "BLOCK_SIZE_M": 64,
    "BLOCK_SIZE_N": 64,
    "GROUP_SIZE_M": 64,
    "NEED_TRANS": false,
    "num_stages": 4,
    "num_warps": 4
  },
  "8192": {
    "BLOCK_SIZE_K": 64,
    "BLOCK_SIZE_M": 64,
    "BLOCK_SIZE_N": 64,
    "GROUP_SIZE_M": 64,
    "NEED_TRANS": false,
    "num_stages": 4,
    "num_warps": 4
  }
}

Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"1": {
"BLOCK_SIZE": 256,
"num_warps": 8
},
"100": {
"BLOCK_SIZE": 128,
"num_warps": 8
},
"1024": {
"BLOCK_SIZE": 128,
"num_warps": 8
},
"128": {
"BLOCK_SIZE": 128,
"num_warps": 8
},
"16": {
"BLOCK_SIZE": 256,
"num_warps": 8
},
"2048": {
"BLOCK_SIZE": 128,
"num_warps": 4
},
"256": {
"BLOCK_SIZE": 128,
"num_warps": 8
},
"32": {
"BLOCK_SIZE": 512,
"num_warps": 8
},
"4096": {
"BLOCK_SIZE": 128,
"num_warps": 8
},
"64": {
"BLOCK_SIZE": 128,
"num_warps": 8
},
"8": {
"BLOCK_SIZE": 256,
"num_warps": 8
},
"8192": {
"BLOCK_SIZE": 128,
"num_warps": 8
}
}
Comment on lines +1 to +50
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The keys in this JSON file are sorted alphabetically, which makes it hard to read as they represent numerical values. For better readability and maintainability, please sort the keys numerically.

{
  "1": {
    "BLOCK_SIZE": 256,
    "num_warps": 8
  },
  "8": {
    "BLOCK_SIZE": 256,
    "num_warps": 8
  },
  "16": {
    "BLOCK_SIZE": 256,
    "num_warps": 8
  },
  "32": {
    "BLOCK_SIZE": 512,
    "num_warps": 8
  },
  "64": {
    "BLOCK_SIZE": 128,
    "num_warps": 8
  },
  "100": {
    "BLOCK_SIZE": 128,
    "num_warps": 8
  },
  "128": {
    "BLOCK_SIZE": 128,
    "num_warps": 8
  },
  "256": {
    "BLOCK_SIZE": 128,
    "num_warps": 8
  },
  "1024": {
    "BLOCK_SIZE": 128,
    "num_warps": 8
  },
  "2048": {
    "BLOCK_SIZE": 128,
    "num_warps": 4
  },
  "4096": {
    "BLOCK_SIZE": 128,
    "num_warps": 8
  },
  "8192": {
    "BLOCK_SIZE": 128,
    "num_warps": 8
  }
}

Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
{
"1": {
"BLOCK_DIM": 64,
"BLOCK_M": 4,
"NUM_STAGE": 2,
"num_warps": 8
},
"100": {
"BLOCK_DIM": 1024,
"BLOCK_M": 1,
"NUM_STAGE": 1,
"num_warps": 8
},
"1024": {
"BLOCK_DIM": 256,
"BLOCK_M": 1,
"NUM_STAGE": 1,
"num_warps": 2
},
"128": {
"BLOCK_DIM": 1024,
"BLOCK_M": 1,
"NUM_STAGE": 1,
"num_warps": 8
},
"16": {
"BLOCK_DIM": 512,
"BLOCK_M": 1,
"NUM_STAGE": 1,
"num_warps": 8
},
"2048": {
"BLOCK_DIM": 1024,
"BLOCK_M": 1,
"NUM_STAGE": 4,
"num_warps": 2
},
"256": {
"BLOCK_DIM": 512,
"BLOCK_M": 1,
"NUM_STAGE": 1,
"num_warps": 2
},
"32": {
"BLOCK_DIM": 1024,
"BLOCK_M": 1,
"NUM_STAGE": 1,
"num_warps": 8
},
"4096": {
"BLOCK_DIM": 1024,
"BLOCK_M": 1,
"NUM_STAGE": 4,
"num_warps": 2
},
"64": {
"BLOCK_DIM": 1024,
"BLOCK_M": 1,
"NUM_STAGE": 1,
"num_warps": 8
},
"8": {
"BLOCK_DIM": 512,
"BLOCK_M": 1,
"NUM_STAGE": 4,
"num_warps": 16
},
"8192": {
"BLOCK_DIM": 1024,
"BLOCK_M": 1,
"NUM_STAGE": 4,
"num_warps": 1
}
}
Comment on lines +1 to +74
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The keys in this JSON file are sorted alphabetically, which makes it hard to read as they represent numerical values. For better readability and maintainability, please sort the keys numerically.

{
  "1": {
    "BLOCK_DIM": 64,
    "BLOCK_M": 4,
    "NUM_STAGE": 2,
    "num_warps": 8
  },
  "8": {
    "BLOCK_DIM": 512,
    "BLOCK_M": 1,
    "NUM_STAGE": 4,
    "num_warps": 16
  },
  "16": {
    "BLOCK_DIM": 512,
    "BLOCK_M": 1,
    "NUM_STAGE": 1,
    "num_warps": 8
  },
  "32": {
    "BLOCK_DIM": 1024,
    "BLOCK_M": 1,
    "NUM_STAGE": 1,
    "num_warps": 8
  },
  "64": {
    "BLOCK_DIM": 1024,
    "BLOCK_M": 1,
    "NUM_STAGE": 1,
    "num_warps": 8
  },
  "100": {
    "BLOCK_DIM": 1024,
    "BLOCK_M": 1,
    "NUM_STAGE": 1,
    "num_warps": 8
  },
  "128": {
    "BLOCK_DIM": 1024,
    "BLOCK_M": 1,
    "NUM_STAGE": 1,
    "num_warps": 8
  },
  "256": {
    "BLOCK_DIM": 512,
    "BLOCK_M": 1,
    "NUM_STAGE": 1,
    "num_warps": 2
  },
  "1024": {
    "BLOCK_DIM": 256,
    "BLOCK_M": 1,
    "NUM_STAGE": 1,
    "num_warps": 2
  },
  "2048": {
    "BLOCK_DIM": 1024,
    "BLOCK_M": 1,
    "NUM_STAGE": 4,
    "num_warps": 2
  },
  "4096": {
    "BLOCK_DIM": 1024,
    "BLOCK_M": 1,
    "NUM_STAGE": 4,
    "num_warps": 2
  },
  "8192": {
    "BLOCK_DIM": 1024,
    "BLOCK_M": 1,
    "NUM_STAGE": 4,
    "num_warps": 1
  }
}

Loading