We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 683dc7d commit da87791Copy full SHA for da87791
examples/directives/vector_add_c_openmp.py
@@ -33,7 +33,7 @@
33
kernel_string, kernel_args = process_directives(app, code)
34
35
tune_params = dict()
36
-tune_params["nteams"] = [2**i for i in range(1,11)]
+tune_params["nteams"] = [2**i for i in range(1, 11)]
37
tune_params["nthreads"] = [32 * i for i in range(1, 33)]
38
metrics = dict()
39
metrics["GB/s"] = (
0 commit comments