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
|
real.class.double = org.nd4j.linalg.jcublas.JCublasNDArray
|
||||||
complex.class.double = org.nd4j.linalg.jcublas.complex.JCublasComplexNDArray
|
|
||||||
dtype = float
|
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
|
blas.ops= org.nd4j.linalg.jcublas.JCublasWrapper
|
||||||
native.ops= org.nd4j.nativeblas.Nd4jCuda
|
native.ops= org.nd4j.nativeblas.Nd4jCuda
|
||||||
ndarrayfactory.class = org.nd4j.linalg.jcublas.JCublasNDArrayFactory
|
ndarrayfactory.class = org.nd4j.linalg.jcublas.JCublasNDArrayFactory
|
||||||
|
|
|
@ -15,13 +15,11 @@
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
real.class.double = org.nd4j.linalg.cpu.NDArray
|
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
|
shapeinfoprovider = org.nd4j.linalg.cpu.nativecpu.DirectShapeInfoProvider
|
||||||
constantsprovider = org.nd4j.linalg.cpu.nativecpu.cache.ConstantBuffersCache
|
constantsprovider = org.nd4j.linalg.cpu.nativecpu.cache.ConstantBuffersCache
|
||||||
affinitymanager = org.nd4j.linalg.cpu.nativecpu.CpuAffinityManager
|
affinitymanager = org.nd4j.linalg.cpu.nativecpu.CpuAffinityManager
|
||||||
memorymanager = org.nd4j.linalg.cpu.nativecpu.CpuMemoryManager
|
memorymanager = org.nd4j.linalg.cpu.nativecpu.CpuMemoryManager
|
||||||
dtype = float
|
dtype = float
|
||||||
complex.double.class = org.nd4j.linalg.cpu.nativecpu.complex.ComplexDouble
|
|
||||||
blas.ops = org.nd4j.linalg.cpu.nativecpu.BlasWrapper
|
blas.ops = org.nd4j.linalg.cpu.nativecpu.BlasWrapper
|
||||||
|
|
||||||
native.ops= org.nd4j.nativeblas.Nd4jCpu
|
native.ops= org.nd4j.nativeblas.Nd4jCpu
|
||||||
|
@ -31,7 +29,6 @@ resourcemanager_state = false
|
||||||
databufferfactory = org.nd4j.linalg.cpu.nativecpu.buffer.DefaultDataBufferFactory
|
databufferfactory = org.nd4j.linalg.cpu.nativecpu.buffer.DefaultDataBufferFactory
|
||||||
workspacemanager = org.nd4j.linalg.cpu.nativecpu.workspace.CpuWorkspaceManager
|
workspacemanager = org.nd4j.linalg.cpu.nativecpu.workspace.CpuWorkspaceManager
|
||||||
alloc = javacpp
|
alloc = javacpp
|
||||||
fft = org.nd4j.linalg.fft.DefaultFFTInstance
|
|
||||||
opexec= org.nd4j.linalg.cpu.nativecpu.ops.NativeOpExecutioner
|
opexec= org.nd4j.linalg.cpu.nativecpu.ops.NativeOpExecutioner
|
||||||
opexec.mode= native
|
opexec.mode= native
|
||||||
random=org.nd4j.linalg.cpu.nativecpu.rng.CpuNativeRandom
|
random=org.nd4j.linalg.cpu.nativecpu.rng.CpuNativeRandom
|
||||||
|
|
Loading…
Reference in New Issue