Skip to content

Commit

Permalink
examples: Update expected output
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioLuporini committed Sep 6, 2023
1 parent 6420df3 commit e4f186b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/performance/01_gpu.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
"output_type": "stream",
"text": [
"#define _POSIX_C_SOURCE 200809L\n",
"#define uL0(time, x, y) u[(time)*x_stride0 + (x)*y_stride0 + (y)]\n",
"#define uL0(time,x,y) u[(time)*x_stride0 + (x)*y_stride0 + (y)]\n",
"#define START_TIMER(S) struct timeval start_ ## S , end_ ## S ; gettimeofday(&start_ ## S , NULL);\n",
"#define STOP_TIMER(S,T) gettimeofday(&end_ ## S, NULL); T->S += (double)(end_ ## S .tv_sec-start_ ## S.tv_sec)+(double)(end_ ## S .tv_usec-start_ ## S .tv_usec)/1000000;\n",
"\n",
Expand Down

0 comments on commit e4f186b

Please sign in to comment.