Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dpvanbalen committed Jun 27, 2024
1 parent 8fa909e commit 165a9e7
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 105 deletions.
1 change: 1 addition & 0 deletions accelerate-llvm-native/greediesarebad.csv
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ GreedyDown/backwardbad,0.708492649517366,0.6981189270352098,0.7464575397676662,5
NoFusion/forwardbad,9.706273619993701e-2,9.441343113486038e-2,0.10235459452755384,1.469075659904803e-2,8.002086943955398e-3,2.5279871688187384e-2
NoFusion/backwardbad,1.341660145146297,1.304144801615958,1.3596349875245755,5.49257811758058e-2,1.3556280370411532e-2,8.886663759599717e-2
Name,Mean,MeanLB,MeanUB,Stddev,StddevLB,StddevUB
Name,Mean,MeanLB,MeanUB,Stddev,StddevLB,StddevUB
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
{-# LANGUAGE BangPatterns #-}
{-# LANGUAGE CPP #-}
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE GADTs #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE RankNTypes #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE TypeSynonymInstances #-}

-- |
-- Module : Data.Array.Accelerate.LLVM.Native
-- Copyright : [2014..2020] The Accelerate Team
Expand Down
Loading

0 comments on commit 165a9e7

Please sign in to comment.