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 9b9786f commit d2a5790Copy full SHA for d2a5790
offload/unittests/OffloadAPI/device_code/sequence.c
@@ -7,5 +7,5 @@ __gpu_kernel void sequence(uint32_t idx, uint32_t *inout) {
7
else if (idx == 1)
8
inout[idx] = 1;
9
else
10
- inout[idx] = inout[idx-1] + inout[idx-2];
+ inout[idx] = inout[idx - 1] + inout[idx - 2];
11
}
0 commit comments