Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ No installation is required. This will launch a Jupyter notebook with the quicks
np.testing.assert_allclose(C_test, C_numpy, atol=1e-3)

# benchmark all functions
hat.run_benchmark("hello_accera.hat", batch_size=5, min_time_in_sec=5)
hat.run_benchmark("hello_accera.hat", batch_size=5, min_time_in_sec=5, verbose=True)
```

6. Run the benchmark to get the execution time results:
Expand Down
2 changes: 1 addition & 1 deletion docs/demos/quickstart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
"np.testing.assert_allclose(C_test, C_numpy, atol=1e-3)\n",
"\n",
"# benchmark all functions\n",
"hat.run_benchmark(\"hello_accera.hat\", batch_size=5, min_time_in_sec=5)"
"hat.run_benchmark(\"hello_accera.hat\", batch_size=5, min_time_in_sec=5, verbose=True)"
]
},
{
Expand Down