Skip to content
Snippets Groups Projects
Commit 6096c4c3 authored by Yifan Zhao's avatar Yifan Zhao
Browse files

Bypass a bug in an HPVM pass

parent 2e460089
No related branches found
No related tags found
No related merge requests found
......@@ -90,6 +90,7 @@ int main(int argc, char *argv[]){
__hpvm__init();
startMemTracking();
#pragma clang loop unroll(disable)
for (int i = 0; i < batch_count; i++){
int start = i * batch_size, end = start + batch_size;
copyInputBatch(input_path.c_str(), start, end, {{input_shape|join(', ')}}, {{input_name}});
......
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