Package org.apache.sysds.runtime.codegen
Class SpoofCUDAOperator.PrecisionProxy
- java.lang.Object
-
- org.apache.sysds.runtime.codegen.SpoofCUDAOperator.PrecisionProxy
-
- Direct Known Subclasses:
SpoofCUDAInstruction.DoublePrecision
,SpoofCUDAInstruction.SinglePrecision
- Enclosing interface:
- SpoofCUDAOperator
public abstract static class SpoofCUDAOperator.PrecisionProxy extends Object
-
-
Constructor Summary
Constructors Constructor Description PrecisionProxy()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract int
exec(SpoofCUDAOperator op)
-
-
-
Method Detail
-
exec
public abstract int exec(SpoofCUDAOperator op)
-
-