Skip to content

Commit

Permalink
Style fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
athas committed Aug 15, 2023
1 parent a7adb90 commit 803ca85
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Futhark/CodeGen/ImpGen/GPU/SegScan/SinglePass.hs
Original file line number Diff line number Diff line change
Expand Up @@ -641,5 +641,4 @@ compileSegScan pat lvl space scanOp kbody = do
sComment "If this is the last block, reset the dynamicId" $
sWhen (tvExp dynamicId .==. num_groups' - 1) $
copyDWIMFix globalId [0] (constant (0 :: Int32)) []

{-# NOINLINE compileSegScan #-}

0 comments on commit 803ca85

Please sign in to comment.