@@ -3,7 +3,7 @@ package com.thoughtworks.expressions.opencl
3
3
import com .dongxiguo .fastring .Fastring .Implicits ._
4
4
import com .thoughtworks .expressions .api .{Arrays , FloatArrays , Floats , Terms }
5
5
import com .thoughtworks .expressions .opencl .Context .ClTypeDefinition .{ArrayDefinition , FloatDefinition }
6
- import com .thoughtworks .feature .Factory .{Factory1 , Factory2 , Factory3 , Lt , inject }
6
+ import com .thoughtworks .feature .Factory .{Factory1 , Factory2 , Factory3 , Factory4 , Factory5 , Factory6 , inject }
7
7
import org .apache .commons .math3 .linear .{MatrixUtils , RealMatrix }
8
8
9
9
import scala .collection .mutable
@@ -314,14 +314,6 @@ trait Context extends FloatArrays {
314
314
}
315
315
}
316
316
317
- // FIXME: Upgrade feature.scala
318
- type Factory4 [- Parameter0 , - Parameter1 , - Parameter2 , - Parameter3 , Output ] =
319
- Lt [Output , (Parameter0 , Parameter1 , Parameter2 , Parameter3 ) => Output ]
320
- type Factory5 [- Parameter0 , - Parameter1 , - Parameter2 , - Parameter3 , - Parameter4 , Output ] =
321
- Lt [Output , (Parameter0 , Parameter1 , Parameter2 , Parameter3 , Parameter4 ) => Output ]
322
- type Factory6 [- Parameter0 , - Parameter1 , - Parameter2 , - Parameter3 , - Parameter4 , - Parameter5 , Output ] =
323
- Lt [Output , (Parameter0 , Parameter1 , Parameter2 , Parameter3 , Parameter4 , Parameter5 ) => Output ]
324
-
325
317
@ inject
326
318
def arrayParameterFactory [LocalElement <: ValueTerm ]
327
319
: Factory5 [LocalElement # ThisType ,
0 commit comments