Skip to content
Snippets Groups Projects
Commit d22b2427 authored by Hashim Sharif's avatar Hashim Sharif
Browse files

Fixing input size to 5K in cudnn HPVM src

parent 6bba7427
No related branches found
No related tags found
No related merge requests found
......@@ -491,7 +491,7 @@ int main() {
args->dense_1_b_bytes = 0;
int batch_size = 500;
int test_input_size = 10000;
int test_input_size = 5000;
int batch_count = test_input_size / batch_size;
std::string input_path = dir_prefix + std::string("tune_input.bin");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment