File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
test-src/epfl/test7-analysis Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,9 +49,9 @@ trait ScalaGenFatArrayLoopsFusionOpt extends ScalaGenArrayLoopsFat with ScalaGen
49
49
// trait NestLambdaProg extends Arith with Functions with Print
50
50
// --> from TestCodeMotion.scala
51
51
52
- trait FusionProg extends LiftPrimitives with PrimitiveOps with ArrayLoops with Print {
52
+ trait FusionProg extends PrimitiveOps with LiftPrimitives with ArrayLoops with Print {
53
53
54
- implicit def bla (x : Rep [Int ]): Rep [Double ] = x.asInstanceOf [Rep [Double ]]
54
+ override implicit def repIntToRepDouble (x : Rep [Int ]): Rep [Double ] = x.asInstanceOf [Rep [Double ]]
55
55
56
56
def test (x : Rep [Unit ]) = {
57
57
@@ -76,7 +76,7 @@ trait FusionProg extends LiftPrimitives with PrimitiveOps with ArrayLoops with P
76
76
77
77
}
78
78
79
- trait FusionProg2 extends LiftPrimitives with PrimitiveOps with ArrayLoops with Print with OrderingOps {
79
+ trait FusionProg2 extends PrimitiveOps with LiftPrimitives with ArrayLoops with Print with OrderingOps {
80
80
81
81
implicit def bla (x : Rep [Int ]): Rep [Double ] = x.asInstanceOf [Rep [Double ]]
82
82
You can’t perform that action at this time.
0 commit comments