Signed-off-by: hosuaby <alexei.klenin@gmail.com>master
parent
026ebabf77
commit
d6d8fc592d
|
@ -15,10 +15,7 @@
|
|||
################################################################################
|
||||
|
||||
real.class.double = org.nd4j.linalg.jcublas.JCublasNDArray
|
||||
complex.class.double = org.nd4j.linalg.jcublas.complex.JCublasComplexNDArray
|
||||
dtype = float
|
||||
complex.double.class = org.nd4j.linalg.jcublas.complex.ComplexDouble
|
||||
complex.float.class = org.nd4j.linalg.jcublas.complex.ComplexFloat
|
||||
blas.ops= org.nd4j.linalg.jcublas.JCublasWrapper
|
||||
native.ops= org.nd4j.nativeblas.Nd4jCuda
|
||||
ndarrayfactory.class = org.nd4j.linalg.jcublas.JCublasNDArrayFactory
|
||||
|
|
|
@ -15,13 +15,11 @@
|
|||
################################################################################
|
||||
|
||||
real.class.double = org.nd4j.linalg.cpu.NDArray
|
||||
complex.class.double = org.nd4j.linalg.cpu.nativecpu.complex.ComplexNDArray
|
||||
shapeinfoprovider = org.nd4j.linalg.cpu.nativecpu.DirectShapeInfoProvider
|
||||
constantsprovider = org.nd4j.linalg.cpu.nativecpu.cache.ConstantBuffersCache
|
||||
affinitymanager = org.nd4j.linalg.cpu.nativecpu.CpuAffinityManager
|
||||
memorymanager = org.nd4j.linalg.cpu.nativecpu.CpuMemoryManager
|
||||
dtype = float
|
||||
complex.double.class = org.nd4j.linalg.cpu.nativecpu.complex.ComplexDouble
|
||||
blas.ops = org.nd4j.linalg.cpu.nativecpu.BlasWrapper
|
||||
|
||||
native.ops= org.nd4j.nativeblas.Nd4jCpu
|
||||
|
@ -31,7 +29,6 @@ resourcemanager_state = false
|
|||
databufferfactory = org.nd4j.linalg.cpu.nativecpu.buffer.DefaultDataBufferFactory
|
||||
workspacemanager = org.nd4j.linalg.cpu.nativecpu.workspace.CpuWorkspaceManager
|
||||
alloc = javacpp
|
||||
fft = org.nd4j.linalg.fft.DefaultFFTInstance
|
||||
opexec= org.nd4j.linalg.cpu.nativecpu.ops.NativeOpExecutioner
|
||||
opexec.mode= native
|
||||
random=org.nd4j.linalg.cpu.nativecpu.rng.CpuNativeRandom
|
||||
|
|
Loading…
Reference in New Issue