7a63167b4758caa7afec3d528bf7db73f61106aa
Files Diff
- Added: 0
- Removed: 221
- Renamed: 0
- Modified: 267
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getInt(ix int) : int renamed to public getElementSize() : int in class org.nd4j.linalg.jcublas.buffer.CudaIntDataBuffer | From | To | |
Rename Variable | 3 | ||
Rename Variable path : String to split2 : String in method public extract(file String) : String in class org.nd4j.linalg.jcublas.kernel.KernelFunctionLoader | From | To | |
Rename Variable name : String to nameFloat : String in method private compileAndLoad(props Properties, compiledAttempts int) : void in class org.nd4j.linalg.jcublas.kernel.KernelFunctionLoader | From | To | |
Rename Variable name : String to nameDouble : String in method private compileAndLoad(props Properties, compiledAttempts int) : void in class org.nd4j.linalg.jcublas.kernel.KernelFunctionLoader | From | To | |
Change Return Type | 3 | ||
Change Return Type void to CudaContext in method private invoke(op ScalarOp, sync boolean) : CudaContext in class org.nd4j.linalg.jcublas.ops.executioner.JCudaExecutioner | From | To | |
Change Return Type DataBuffer.Type to Type in method public dataType() : Type in class org.nd4j.linalg.jcublas.buffer.CudaIntDataBuffer | From | To | |
Change Return Type void to CudaContext in method private invoke(op TransformOp, sync boolean) : CudaContext in class org.nd4j.linalg.jcublas.ops.executioner.JCudaExecutioner | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute exitValue : int to modules : String[] in method private compileAndLoad(props Properties, compiledAttempts int) : void in class org.nd4j.linalg.jcublas.kernel.KernelFunctionLoader | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable moduleData : byte[] to module : CUmodule in method public load(functionName String, type String, module CUmodule) : KernelLauncher in class jcuda.utils.KernelLauncher | From | To | |
Change Variable Type | 2 | ||
Change Variable Type moduleData : byte[] to module : CUmodule in method public load(functionName String, type String, module CUmodule) : KernelLauncher in class jcuda.utils.KernelLauncher | From | To | |
Change Variable Type exitValue : int to modules : String[] in method private compileAndLoad(props Properties, compiledAttempts int) : void in class org.nd4j.linalg.jcublas.kernel.KernelFunctionLoader | From | To | |
Extract Variable | 1 | ||
Extract Variable remove : int[] in method public lengthPerSlice(arr INDArray, dimension int...) : int from class org.nd4j.linalg.util.NDArrayMath | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type launchers : Map<String,KernelLauncher> to launchers : Table<String,String,KernelLauncher> in class org.nd4j.linalg.jcublas.kernel.KernelFunctionLoader | From | To | |
Extract Method | 2 | ||
Extract Method public destroy() : void extracted from public close() : void in class org.nd4j.linalg.jcublas.CublasPointer | From | To | |
Extract Method private loadModules(split String[], kernelPath String) : void extracted from private compileAndLoad(props Properties, key String, dataType String, compiledAttempts int) : void in class org.nd4j.linalg.jcublas.kernel.KernelFunctionLoader | From | To | |
Rename Parameter | 1 | ||
Rename Parameter moduleFileName : String to type : String in method public load(functionName String, type String, module CUmodule) : KernelLauncher in class jcuda.utils.KernelLauncher | From | To |