There was an error while loading. Please reload this page.
1 parent e065fb1 commit f0cd0bcCopy full SHA for f0cd0bc
1 file changed
example/scan/src/scan_single_pass.hpp
@@ -316,13 +316,13 @@ class Scan_ScanBlocksKernel
316
predecessorIdx >= 0;
317
predecessorIdx--)
318
{
319
-#if ALPAKA_ARCH_PTX
+#if ALPAKA_ARCH_PTX && 0
320
__nanosleep(150);
321
#endif
322
- auto f = flags[predecessorIdx];
+ Flag f = flags[predecessorIdx];
323
while(f == Flag::Uninitialized)
324
325
326
__nanosleep(350);
327
328
f = flags[predecessorIdx];
0 commit comments